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 Dec 20, 2022
1 parent 43e3026 commit 1188356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions lint-requirements.txt
Expand Up @@ -18,14 +18,10 @@ packaging==22.0
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pytest==7.1.2
pytest==7.2.0
# via -r lint-requirements.in
toml==0.10.2
# via mypy
tomli==2.0.1
# via pytest
types-cryptography==3.3.23
# via
# -r lint-requirements.in
Expand Down
6 changes: 1 addition & 5 deletions test-requirements.txt
Expand Up @@ -25,8 +25,6 @@ packaging==22.0
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
Expand All @@ -37,7 +35,7 @@ pycparser==2.21
# via cffi
pyopenssl==22.1.0
# via -r test-requirements.in
pytest==7.1.2
pytest==7.2.0
# via
# -r test-requirements.in
# pytest-cov
Expand All @@ -49,5 +47,3 @@ six==1.16.0
# via service-identity
toml==0.10.2
# via coverage
tomli==2.0.1
# via pytest

0 comments on commit 1188356

Please sign in to comment.