diff --git a/requirements/dev.txt b/requirements/dev.txt index 00a2c9f..7fc185e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -86,7 +86,7 @@ platformdirs==4.2.0 # via # tox # virtualenv -pluggy==1.4.0 +pluggy==1.5.0 # via # pytest # tox @@ -110,7 +110,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytest==8.0.0 +pytest==8.2.2 # via # -r tests.in # pytest-xprocess diff --git a/requirements/tests.txt b/requirements/tests.txt index 58406ee..6e41b14 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -5,7 +5,7 @@ # pip-compile requirements/tests.in # boto3==1.34.39 - # via -r requirements/tests.in + # via -r tests.in botocore==1.34.39 # via # boto3 @@ -20,29 +20,29 @@ jmespath==1.0.1 # botocore packaging==23.2 # via pytest -pluggy==1.4.0 +pluggy==1.5.0 # via pytest psutil==5.9.8 # via pytest-xprocess pylibmc==1.6.3 - # via -r requirements/tests.in + # via -r tests.in pymongo==4.6.1 - # via -r requirements/tests.in -pytest==8.0.0 + # via -r tests.in +pytest==8.2.2 # via - # -r requirements/tests.in + # -r tests.in # pytest-xprocess pytest-xprocess==0.23.0 - # via -r requirements/tests.in + # via -r tests.in python-dateutil==2.8.2 # via botocore redis==5.0.1 - # via -r requirements/tests.in + # via -r tests.in s3transfer==0.10.0 # via boto3 six==1.16.0 # via python-dateutil -urllib3 +urllib3==2.0.7 # via botocore uwsgi==2.0.24 - # via -r requirements/tests.in + # via -r tests.in