Skip to content

Commit

Permalink
Bump pytest from 7.4.2 to 8.0.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 7b7fb98 commit e592464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pylibmc==1.6.3
# via -r tests.in
pyproject-api==1.6.1
# via tox
pytest==7.4.2
pytest==8.0.0
# via
# -r tests.in
# pytest-xprocess
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jmespath==1.0.1
# botocore
packaging==21.3
# via pytest
pluggy==1.0.0
pluggy==1.4.0
# via pytest
psutil==5.8.0
# via pytest-xprocess
Expand All @@ -32,7 +32,7 @@ pylibmc==1.6.3
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==7.4.2
pytest==8.0.0
# via
# -r tests.in
# pytest-xprocess
Expand Down

0 comments on commit e592464

Please sign in to comment.