From 20d50c7bdf39409390531f88469583b13ce1d9d0 Mon Sep 17 00:00:00 2001 From: anthony sottile <103459774+asottile-sentry@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:54:08 -0400 Subject: [PATCH] ref: upgrade pytest and pytest-django (#76883) --- requirements-dev-frozen.txt | 6 +++--- requirements-dev.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev-frozen.txt b/requirements-dev-frozen.txt index 080b93244922fe..89600fbfc32049 100644 --- a/requirements-dev-frozen.txt +++ b/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 diff --git a/requirements-dev.txt b/requirements-dev.txt index e8a90eeaf699b2..3ee96f2e5db811 100644 --- a/requirements-dev.txt +++ b/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