Skip to content

Commit 6b69d02

Browse files
ref: upgrade just pytest
upgrading pytest and pytest-django seemed to make many of our tests trigger HC exceptions. trying this one separately
1 parent 891194f commit 6b69d02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev-frozen.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ phonenumberslite==8.12.55
125125
pillow==10.2.0
126126
pip-tools==7.1.0
127127
platformdirs==4.2.0
128-
pluggy==1.4.0
128+
pluggy==1.5.0
129129
pre-commit==3.3.2
130130
progressbar2==3.41.0
131131
prompt-toolkit==3.0.41
@@ -144,7 +144,7 @@ pyjwt==2.4.0
144144
pymemcache==4.0.0
145145
pyparsing==3.0.9
146146
pysocks==1.7.1
147-
pytest==8.0.0
147+
pytest==8.1.1
148148
pytest-cov==4.0.0
149149
pytest-django==4.8.0
150150
pytest-fail-slow==0.3.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ time-machine>=2.13.0
88
honcho>=1.1.0
99
openapi-core>=0.18.2
1010
openapi-pydantic>=0.4.0
11-
pytest>=8
11+
pytest>=8.1.1
1212
pytest-cov>=4.0.0
1313
pytest-django>=4.8.0
1414
pytest-fail-slow>=0.3.0

0 commit comments

Comments
 (0)