diff --git a/requirements/dev.txt b/requirements/dev.txt index 205e09bb..fb9f68c8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -110,7 +110,7 @@ pylibmc==1.6.3 # via -r tests.in pyproject-api==1.6.1 # via tox -pytest==7.4.2 +pytest==8.0.0 # via # -r tests.in # pytest-xprocess diff --git a/requirements/tests.txt b/requirements/tests.txt index ed20b553..f7cd5172 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -22,7 +22,7 @@ jmespath==1.0.1 # botocore packaging==21.3 # via pytest -pluggy==1.0.0 +pluggy==1.4.0 # via pytest psutil==5.8.0 # via pytest-xprocess @@ -30,7 +30,7 @@ pylibmc==1.6.3 # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==7.4.2 +pytest==8.0.0 # via # -r tests.in # pytest-xprocess