diff --git a/requirements.txt b/requirements.txt index 1b2ce6a..0e52ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ oauthlib==3.2.0 pyarrow==7.0.0 coverage==6.3.2 pylint==2.12.2 -pytest==7.0.1 +pytest==7.2.0 pyOpenSSL botocore~=1.24.16 moto~=3.0.7 diff --git a/setup.py b/setup.py index 44543b6..502cf80 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "pyarrow==7.0.0", "coverage==6.3.2", "pylint==2.12.2", - "pytest==7.0.1", + "pytest==7.2.0", "pyOpenSSL", "botocore~=1.24.16", "moto~=3.0.7",