diff --git a/requirements.txt b/requirements.txt index 3fc7b4fd..82782866 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ et-xmlfile==1.1.0 # via openpyxl flattentool==0.24.0 # via libcove -gunicorn[setproctitle]==20.1.0 +gunicorn[setproctitle]==22.0.0 # via -r requirements_nongpl.txt idna==3.7 # via @@ -126,6 +126,10 @@ orjson==3.9.15 # libcoveocds # ocdskit # yapw +packaging==24.0 + # via + # -r requirements_nongpl.txt + # gunicorn persistent==5.1 # via # btrees diff --git a/requirements_dev.txt b/requirements_dev.txt index 3c1e6831..ef7a9aa9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -99,7 +99,7 @@ flattentool==0.24.0 # via # -r requirements.txt # libcove -gunicorn[setproctitle]==20.1.0 +gunicorn[setproctitle]==22.0.0 # via -r requirements.txt identify==2.3.5 # via pre-commit @@ -182,10 +182,12 @@ orjson==3.9.15 # libcoveocds # ocdskit # yapw -packaging==23.1 +packaging==24.0 # via + # -r requirements.txt # black # build + # gunicorn pathspec==0.9.0 # via black persistent==5.1 diff --git a/requirements_nongpl.txt b/requirements_nongpl.txt index b682c492..7c7dce2d 100644 --- a/requirements_nongpl.txt +++ b/requirements_nongpl.txt @@ -37,7 +37,7 @@ djangorestframework==3.15.1 # drf-spectacular drf-spectacular==0.27.2 # via -r requirements_nongpl.in -gunicorn[setproctitle]==20.1.0 +gunicorn[setproctitle]==22.0.0 # via -r requirements_nongpl.in idna==3.7 # via requests @@ -72,6 +72,8 @@ orjson==3.9.15 # via # ocdskit # yapw +packaging==24.0 + # via gunicorn pika==1.3.2 # via yapw platformdirs==3.8.1 @@ -119,6 +121,3 @@ urllib3==2.0.7 # sentry-sdk yapw[perf]==0.1.4 # via -r requirements_nongpl.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools