From 9d46927f1b590d78ffadb9c78745ce5b0a2ecfdb Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 24 Jul 2023 18:07:42 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 12 +++++------- requirements-dev.txt | 24 ++++++++++++------------ requirements.txt | 12 +++++------- 3 files changed, 22 insertions(+), 26 deletions(-) diff --git a/constraints.txt b/constraints.txt index 6bad81d..facd6e5 100644 --- a/constraints.txt +++ b/constraints.txt @@ -10,7 +10,7 @@ attrs==23.1.0 # via # outcome # trio -certifi==2023.5.7 +certifi==2023.7.22 # via # requests # selenium @@ -49,7 +49,7 @@ django-registration==3.4 # via -r requirements.in exceptiongroup==1.1.2 # via trio-websocket -gunicorn==20.1.0 +gunicorn==21.2.0 # via -r requirements.in h11==0.14.0 # via wsproto @@ -61,6 +61,8 @@ markdown==3.4.3 # via -r requirements.in outcome==1.2.0 # via trio +packaging==23.1 + # via gunicorn pillow==10.0.0 # via -r requirements.in pycparser==2.21 @@ -85,7 +87,7 @@ trio==0.22.2 # trio-websocket trio-websocket==0.10.3 # via selenium -urllib3==2.0.3 +urllib3==2.0.4 # via # django-anymail # requests @@ -94,7 +96,3 @@ whitenoise==6.5.0 # via -r requirements.in wsproto==1.2.0 # via trio-websocket - -# The following packages are considered to be unsafe in a requirements file: -setuptools==68.0.0 - # via gunicorn diff --git a/requirements-dev.txt b/requirements-dev.txt index 37760fb..1babd5b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ bpython==0.24 # via -r requirements-dev.in build==0.10.0 # via pip-tools -certifi==2023.5.7 +certifi==2023.7.22 # via # -c constraints.txt # requests @@ -33,7 +33,7 @@ charset-normalizer==3.2.0 # via # -c constraints.txt # requests -click==8.1.5 +click==8.1.6 # via # black # pip-tools @@ -69,9 +69,9 @@ h11==0.14.0 # via # -c constraints.txt # wsproto -hypothesis==6.81.2 +hypothesis==6.82.0 # via -r requirements-dev.in -identify==2.5.24 +identify==2.5.26 # via pre-commit idna==3.4 # via @@ -94,12 +94,13 @@ outcome==1.2.0 # trio packaging==23.1 # via + # -c constraints.txt # black # build # pytest pathspec==0.11.1 # via black -pip-tools==7.0.0 +pip-tools==7.1.0 # via -r requirements-dev.in platformdirs==3.9.1 # via @@ -145,7 +146,7 @@ pytest-variables==3.0.0 # via pytest-selenium pyxdg==0.28 # via bpython -pyyaml==6.0 +pyyaml==6.0.1 # via pre-commit requests==2.31.0 # via @@ -153,7 +154,7 @@ requests==2.31.0 # bpython # pytest-base-url # pytest-selenium -ruff==0.0.278 +ruff==0.0.280 # via -r requirements-dev.in selenium==4.9.1 # via @@ -186,16 +187,16 @@ trio-websocket==0.10.3 # via # -c constraints.txt # selenium -urllib3[socks]==2.0.3 +urllib3[socks]==2.0.4 # via # -c constraints.txt # requests # selenium -virtualenv==20.24.0 +virtualenv==20.24.2 # via pre-commit wcwidth==0.2.6 # via blessed -wheel==0.40.0 +wheel==0.41.0 # via pip-tools wsproto==1.2.0 # via @@ -203,10 +204,9 @@ wsproto==1.2.0 # trio-websocket # The following packages are considered to be unsafe in a requirements file: -pip==23.2 +pip==23.2.1 # via pip-tools setuptools==68.0.0 # via - # -c constraints.txt # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index b833dcf..b8c7c86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ attrs==23.1.0 # via # outcome # trio -certifi==2023.5.7 +certifi==2023.7.22 # via # requests # selenium @@ -49,7 +49,7 @@ django-registration==3.4 # via -r requirements.in exceptiongroup==1.1.2 # via trio-websocket -gunicorn==20.1.0 +gunicorn==21.2.0 # via -r requirements.in h11==0.14.0 # via wsproto @@ -61,6 +61,8 @@ markdown==3.4.3 # via -r requirements.in outcome==1.2.0 # via trio +packaging==23.1 + # via gunicorn pillow==10.0.0 # via -r requirements.in pycparser==2.21 @@ -85,7 +87,7 @@ trio==0.22.2 # trio-websocket trio-websocket==0.10.3 # via selenium -urllib3[socks]==2.0.3 +urllib3[socks]==2.0.4 # via # django-anymail # requests @@ -94,7 +96,3 @@ whitenoise==6.5.0 # via -r requirements.in wsproto==1.2.0 # via trio-websocket - -# The following packages are considered to be unsafe in a requirements file: -setuptools==68.0.0 - # via gunicorn