Skip to content

Commit

Permalink
Bump pytest from 7.4.2 to 8.0.0 in /requirements (#335)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 280c754 commit 784b4e1
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 @@ -110,7 +110,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,15 +22,15 @@ 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
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 784b4e1

Please sign in to comment.