diff --git a/requirements/dev.txt b/requirements/dev.txt index a094e7e4..5b051de4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -100,8 +100,6 @@ pre-commit==3.6.0 # via -r dev.in psutil==5.8.0 # via pytest-xprocess -py==1.10.0 - # via pytest-xprocess pycparser==2.21 # via cffi pygments==2.15.0 @@ -116,7 +114,7 @@ pytest==7.4.2 # via # -r tests.in # pytest-xprocess -pytest-xprocess==0.22.2 +pytest-xprocess==0.23.0 # via -r tests.in python-dateutil==2.8.2 # via botocore diff --git a/requirements/tests.txt b/requirements/tests.txt index fa5990ca..ed20b553 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -26,8 +26,6 @@ pluggy==1.0.0 # via pytest psutil==5.8.0 # via pytest-xprocess -py==1.10.0 - # via pytest-xprocess pylibmc==1.6.3 # via -r tests.in pyparsing==2.4.7 @@ -36,7 +34,7 @@ pytest==7.4.2 # via # -r tests.in # pytest-xprocess -pytest-xprocess==0.22.2 +pytest-xprocess==0.23.0 # via -r tests.in python-dateutil==2.8.2 # via botocore