diff --git a/requirements.txt b/requirements.txt index af68e49040..c1609cf73d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ pyramid-multiauth==0.9.0 pyramid-retry==2.1.1 pyramid-tm==2.4 pyramid-translogger==0.1 -pytest==5.3.2 +pytest==9.0.3 pytest-bdd==3.2.1 pytest-cov==2.8.1 pytest-exact-fixtures==0.3 diff --git a/setup.py b/setup.py index 0ae5b5f4e9..c95ca744a4 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "pytest-mock==2.0.0", "splinter==0.17.0", "pytest-splinter==2.0.1", - "pytest==5.3.2", + "pytest==9.0.3", "responses==0.14.0", ], }