Skip to content

Commit d91554b

Browse files
Bump pytest from 8.4.2 to 9.0.2 (#2865)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.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.4.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f1d2f0 commit d91554b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==8.4.2
1+
pytest==9.0.2
22
pytest-cov==7.0.0

requirements-dev.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ exceptiongroup==1.1.3
1010
# via pytest
1111
iniconfig==1.1.1
1212
# via pytest
13-
packaging==21.3
13+
packaging==25.0
1414
# via pytest
1515
pluggy==1.5.0
1616
# via
1717
# pytest
1818
# pytest-cov
1919
pygments==2.19.2
2020
# via pytest
21-
pyparsing==3.0.6
22-
# via packaging
23-
pytest==8.4.2
21+
pytest==9.0.2
2422
# via
2523
# -r requirements-dev.in
2624
# pytest-cov

0 commit comments

Comments
 (0)