diff --git a/requirements-dev.txt b/requirements-dev.txt index e1493f8f..5959fbb7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ distlib==0.3.7 # via virtualenv django==4.2.4 # via -r requirements-dev.in -filelock==3.12.2 +filelock==3.12.3 # via # tox # virtualenv @@ -43,7 +43,7 @@ platformdirs==3.10.0 # via # tox # virtualenv -pluggy==1.2.0 +pluggy==1.3.0 # via # pytest # tox @@ -53,7 +53,7 @@ pycodestyle==2.11.0 # via flake8 pyflakes==3.1.0 # via flake8 -pyproject-api==1.5.4 +pyproject-api==1.6.1 # via tox pytest==7.4.0 # via -r requirements-dev.in @@ -61,7 +61,7 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.4 # via django -tox==4.10.0 +tox==4.11.1 # via -r requirements-dev.in virtualenv==20.24.3 # via