diff --git a/requirements/dev.txt b/requirements/dev.txt index 873b15e1..540d1a9a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,8 +6,6 @@ # alabaster==0.7.12 # via sphinx -attrs==21.2.0 - # via pytest babel==2.9.1 # via sphinx boto3==1.26.104 @@ -108,7 +106,7 @@ pylibmc==1.6.3 # via -r tests.in pyproject-api==1.6.1 # via tox -pytest==7.2.2 +pytest==7.4.2 # via # -r tests.in # pytest-xprocess diff --git a/requirements/tests.txt b/requirements/tests.txt index 617d4375..8f0651c8 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,8 +4,6 @@ # # pip-compile requirements/tests.in # -attrs==21.2.0 - # via pytest boto3==1.26.104 # via -r tests.in botocore==1.29.104 @@ -30,7 +28,7 @@ pylibmc==1.6.3 # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==7.2.2 +pytest==7.4.2 # via # -r tests.in # pytest-xprocess