diff --git a/requirements/dev.txt b/requirements/dev.txt index 50362112..3d516308 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -90,8 +90,6 @@ pre-commit==3.2.2 # via -r dev.in psutil==5.9.1 # via pytest-xprocess -py==1.11.0 - # via pytest-xprocess pygments==2.12.0 # via # sphinx @@ -107,7 +105,7 @@ pytest==7.3.1 # pytest-xprocess pytest-asyncio==0.21.0 # via -r tests.in -pytest-xprocess==0.22.2 +pytest-xprocess==0.23.0 # via -r tests.in pytz==2022.1 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index dd9f1258..d80224b7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -30,8 +30,6 @@ pluggy==1.0.0 # via pytest psutil==5.9.1 # via pytest-xprocess -py==1.11.0 - # via pytest-xprocess pylibmc==1.6.3 # via -r tests.in pyparsing==3.0.9 @@ -43,7 +41,7 @@ pytest==7.3.1 # pytest-xprocess pytest-asyncio==0.21.0 # via -r tests.in -pytest-xprocess==0.22.2 +pytest-xprocess==0.23.0 # via -r tests.in redis==4.5.4 # via -r tests.in