Skip to content

Commit 9fc67c5

Browse files
Bump pytest from 8.2.2 to 8.3.1 in /dev_requirements (#863)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5d1412 commit 9fc67c5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dev_requirements/requirements-tests.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# pip-compile-multi
77
#
88
dictdiffer==0.9.0
9-
# via -r dev_requirements/requirements-tests.in
9+
# via -r requirements-tests.in
1010
iniconfig==2.0.0
1111
# via pytest
1212
packaging==24.0
1313
# via pytest
1414
pluggy==1.5.0
1515
# via pytest
16-
pytest==8.2.2
16+
pytest==8.3.1
1717
# via
18-
# -r dev_requirements/requirements-tests.in
18+
# -r requirements-tests.in
1919
# pytest-datafiles
2020
pytest-datafiles==3.0.0
21-
# via -r dev_requirements/requirements-tests.in
21+
# via -r requirements-tests.in

dev_requirements/requirements-type_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packaging==24.0
1919
# via pytest
2020
pluggy==1.5.0
2121
# via pytest
22-
pytest==8.2.2
22+
pytest==8.3.1
2323
# via -r requirements-type_check.in
2424
types-requests==2.32.0.20240712
2525
# via -r requirements-type_check.in

0 commit comments

Comments
 (0)