diff --git a/requirements.txt b/requirements.txt index c9f06312..c08efe9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ urllib3>=1.26.19,<3 -pytest~=7.4.3 +pytest~=9.0.3 polling2~=0.5.0 requests~=2.31.0 frozendict~=2.3 diff --git a/setup.py b/setup.py index e4aa346d..eb3df37b 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def get_version(): "polling2==0.5.0", "pre-commit==2.19.0", "pyspark==3.3.0", - "pytest==7.4.3", + "pytest==9.0.3", "requests_mock==1.9.3", "tox==3.25.1", "frozendict==2.4.6",