Skip to content

Commit 7a01f31

Browse files
Bump pytest from 8.0.1 to 8.0.2 in /dev_requirements
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.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.0.1...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5f3333 commit 7a01f31

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
@@ -12,7 +12,7 @@ packaging==23.1
1212
# via pytest
1313
pluggy==1.3.0
1414
# via pytest
15-
pytest==8.0.1
15+
pytest==8.0.2
1616
# via
1717
# -r requirements-tests.in
1818
# pytest-datafiles

dev_requirements/requirements-type_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging==23.1
1818
# via pytest
1919
pluggy==1.3.0
2020
# via pytest
21-
pytest==8.0.1
21+
pytest==8.0.2
2222
# via -r requirements-type_check.in
2323
types-requests==2.31.0.20240218
2424
# via -r requirements-type_check.in

0 commit comments

Comments
 (0)