Browse Source

ref: upgrade pytest and pytest-django (#76883)

<!-- Describe your PR here. -->
anthony sottile 6 months ago
parent
commit
20d50c7bdf
2 changed files with 5 additions and 5 deletions
  1. 3 3
      requirements-dev-frozen.txt
  2. 2 2
      requirements-dev.txt

+ 3 - 3
requirements-dev-frozen.txt

@@ -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
@@ -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

+ 2 - 2
requirements-dev.txt

@@ -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