Skip to content

Commit

Permalink
Bump pytest to v7.1.2
Browse files Browse the repository at this point in the history
(cherry picked from commit e6a7d63)
  • Loading branch information
webknjaz committed Aug 8, 2022
1 parent 8201922 commit 3edadef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pyjwt==2.3.0
# via gidgethub
pyparsing==2.4.7
# via packaging
pytest==6.2.5
pytest==7.1.2
# via
# -r requirements/lint.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
aioredis==2.0.1
mypy==0.940; implementation_name=="cpython"
pre-commit==2.17.0
pytest==6.2.5
pytest==7.1.2
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ freezegun==1.1.0
mypy==0.940; implementation_name=="cpython"
mypy-extensions==0.4.3; implementation_name=="cpython"
proxy.py ~= 2.4.0rc6
pytest==6.2.5
pytest==7.1.2
pytest-cov==3.0.0
pytest-mock==3.6.1
python-on-whales==0.36.1
Expand Down

0 comments on commit 3edadef

Please sign in to comment.