Skip to content

Commit e6a7d63

Browse files
committed
Bump pytest to v7.1.2
1 parent 1e8c40f commit e6a7d63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pyjwt==2.3.0
149149
# via gidgethub
150150
pyparsing==2.4.7
151151
# via packaging
152-
pytest==6.2.5
152+
pytest==7.1.2
153153
# via
154154
# -r requirements/lint.txt
155155
# -r requirements/test.txt

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
aioredis==2.0.1
33
mypy==0.931; implementation_name=="cpython"
44
pre-commit==2.17.0
5-
pytest==6.2.5
5+
pytest==7.1.2
66
slotscheck==0.8.0

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ freezegun==1.1.0
66
mypy==0.931; implementation_name=="cpython"
77
mypy-extensions==0.4.3; implementation_name=="cpython"
88
proxy.py ~= 2.4.0rc6
9-
pytest==6.2.5
9+
pytest==7.1.2
1010
pytest-cov==3.0.0
1111
pytest-mock==3.6.1
1212
python-on-whales==0.36.1

0 commit comments

Comments
 (0)