Skip to content

Commit c3952a0

Browse files
Bump pytest from 8.2.1 to 8.2.2 (#824)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [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.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e36fb7c commit c3952a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements/requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packaging==24.0
1313
# via pytest
1414
pluggy==1.5.0
1515
# via pytest
16-
pytest==8.2.1
16+
pytest==8.2.2
1717
# via
1818
# -r dev_requirements/requirements-tests.in
1919
# pytest-datafiles

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.1
22+
pytest==8.2.2
2323
# via -r dev_requirements/requirements-type_check.in
2424
types-requests==2.32.0.20240602
2525
# via -r dev_requirements/requirements-type_check.in

0 commit comments

Comments
 (0)