Skip to content

Commit

Permalink
Bump pytest from 7.2.2 to 7.4.2 in /requirements (#307)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.4.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@7.2.2...7.4.2)

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

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 Sep 23, 2023
1 parent 35629fc commit dc82ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
alabaster==0.7.12
# via sphinx
attrs==21.2.0
# via pytest
babel==2.9.1
# via sphinx
boto3==1.26.104
Expand Down Expand Up @@ -108,7 +106,7 @@ pylibmc==1.6.3
# via -r tests.in
pyproject-api==1.6.1
# via tox
pytest==7.2.2
pytest==7.4.2
# via
# -r tests.in
# pytest-xprocess
Expand Down
4 changes: 1 addition & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile requirements/tests.in
#
attrs==21.2.0
# via pytest
boto3==1.26.104
# via -r tests.in
botocore==1.29.104
Expand All @@ -30,7 +28,7 @@ pylibmc==1.6.3
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==7.2.2
pytest==7.4.2
# via
# -r tests.in
# pytest-xprocess
Expand Down

0 comments on commit dc82ed9

Please sign in to comment.