Skip to content

Commit

Permalink
Bump pytest from 7.1.2 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.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.1.2...7.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 26, 2022
1 parent ecfdcab commit be8fa50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
attrs==22.1.0
# via pytest
exceptiongroup==1.0.0rc9
# via pytest
idna==3.4
# via -r lint-requirements.in
iniconfig==1.1.1
Expand All @@ -18,11 +20,9 @@ packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==7.2.0
# via -r lint-requirements.in
toml==0.10.2
# via mypy
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cryptography==38.0.0
# -r test-requirements.in
# pyopenssl
# service-identity
exceptiongroup==1.0.0rc9
# via pytest
idna==3.4
# via -r test-requirements.in
iniconfig==1.1.1
Expand All @@ -25,8 +27,6 @@ packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
Expand All @@ -39,7 +39,7 @@ pyopenssl==22.1.0
# via -r test-requirements.in
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==7.2.0
# via
# -r test-requirements.in
# pytest-cov
Expand Down

0 comments on commit be8fa50

Please sign in to comment.