Skip to content

Commit

Permalink
ref: upgrade pytest and pytest-django (#76883)
Browse files Browse the repository at this point in the history
<!-- Describe your PR here. -->
  • Loading branch information
asottile-sentry committed Sep 3, 2024
1 parent 8dd79f0 commit 20d50c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ phonenumberslite==8.12.55
pillow==10.2.0
pip-tools==7.1.0
platformdirs==4.2.0
pluggy==1.4.0
pluggy==1.5.0
pre-commit==3.3.2
progressbar2==3.41.0
prompt-toolkit==3.0.41
Expand All @@ -144,9 +144,9 @@ pyjwt==2.4.0
pymemcache==4.0.0
pyparsing==3.0.9
pysocks==1.7.1
pytest==8.0.0
pytest==8.3.2
pytest-cov==4.0.0
pytest-django==4.8.0
pytest-django==4.9.0
pytest-fail-slow==0.3.0
pytest-json-report==1.5.0
pytest-metadata==3.1.1
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ time-machine>=2.13.0
honcho>=1.1.0
openapi-core>=0.18.2
openapi-pydantic>=0.4.0
pytest>=8
pytest>=8.3
pytest-cov>=4.0.0
pytest-django>=4.8.0
pytest-django>=4.9.0
pytest-fail-slow>=0.3.0
pytest-json-report>=1.5.0
pytest-rerunfailures>=11
Expand Down

0 comments on commit 20d50c7

Please sign in to comment.