From ed91a349b6b2242c0c40784dcd0055fae8bbc10a Mon Sep 17 00:00:00 2001 From: Crocmagnon <3630554+Crocmagnon@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:06:37 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 12 +++--------- requirements-dev.txt | 14 +++++++------- requirements.txt | 12 +++--------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/constraints.txt b/constraints.txt index 7db92b4..e7e7acf 100644 --- a/constraints.txt +++ b/constraints.txt @@ -16,14 +16,10 @@ certifi==2024.2.2 # via # requests # selenium -cffi==1.16.0 - # via cryptography charset-normalizer==3.3.2 # via requests confusable-homoglyphs==3.3.1 # via django-registration -cryptography==42.0.5 - # via django-anymail django==5.0.3 # via # -r requirements.in @@ -33,7 +29,7 @@ django==5.0.3 # django-htmx # django-linear-migrations # django-registration -django-anymail==10.2 +django-anymail==10.3 # via -r requirements.in django-bootstrap5==23.4 # via -r requirements.in @@ -57,7 +53,7 @@ idna==3.6 # via # requests # trio -markdown==3.5.2 +markdown==3.6 # via -r requirements.in outcome==1.3.0.post0 # via trio @@ -65,8 +61,6 @@ packaging==24.0 # via gunicorn pillow==10.2.0 # via -r requirements.in -pycparser==2.21 - # via cffi pysocks==1.7.1 # via urllib3 requests==2.31.0 @@ -81,7 +75,7 @@ sortedcontainers==2.4.0 # via trio sqlparse==0.4.4 # via django -trio==0.24.0 +trio==0.25.0 # via # selenium # trio-websocket diff --git a/requirements-dev.txt b/requirements-dev.txt index 62f7256..5629c34 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ attrs==23.2.0 # hypothesis # outcome # trio -black==24.2.0 +black==24.3.0 # via -r requirements-dev.in blessed==1.20.0 # via curtsies @@ -38,7 +38,7 @@ click==8.1.7 # via # black # pip-tools -coverage[toml]==7.4.3 +coverage[toml]==7.4.4 # via pytest-cov curtsies==0.4.2 # via bpython @@ -66,7 +66,7 @@ h11==0.14.0 # via # -c constraints.txt # wsproto -hypothesis==6.99.3 +hypothesis==6.99.8 # via -r requirements-dev.in identify==2.5.35 # via pre-commit @@ -155,7 +155,7 @@ requests==2.31.0 # bpython # pytest-base-url # pytest-selenium -ruff==0.3.2 +ruff==0.3.3 # via -r requirements-dev.in selenium==4.18.1 # via @@ -179,7 +179,7 @@ sqlparse==0.4.4 # django-debug-toolbar tenacity==8.2.3 # via pytest-selenium -trio==0.24.0 +trio==0.25.0 # via # -c constraints.txt # selenium @@ -201,7 +201,7 @@ virtualenv==20.25.1 # via pre-commit wcwidth==0.2.13 # via blessed -wheel==0.42.0 +wheel==0.43.0 # via pip-tools wsproto==1.2.0 # via @@ -211,7 +211,7 @@ wsproto==1.2.0 # The following packages are considered to be unsafe in a requirements file: pip==24.0 # via pip-tools -setuptools==69.1.1 +setuptools==69.2.0 # via # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index a134275..9fbf0e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,14 +16,10 @@ certifi==2024.2.2 # via # requests # selenium -cffi==1.16.0 - # via cryptography charset-normalizer==3.3.2 # via requests confusable-homoglyphs==3.3.1 # via django-registration -cryptography==42.0.5 - # via django-anymail django==5.0.3 # via # -r requirements.in @@ -33,7 +29,7 @@ django==5.0.3 # django-htmx # django-linear-migrations # django-registration -django-anymail[mailgun]==10.2 +django-anymail[mailgun]==10.3 # via -r requirements.in django-bootstrap5==23.4 # via -r requirements.in @@ -57,7 +53,7 @@ idna==3.6 # via # requests # trio -markdown==3.5.2 +markdown==3.6 # via -r requirements.in outcome==1.3.0.post0 # via trio @@ -65,8 +61,6 @@ packaging==24.0 # via gunicorn pillow==10.2.0 # via -r requirements.in -pycparser==2.21 - # via cffi pysocks==1.7.1 # via urllib3 requests==2.31.0 @@ -81,7 +75,7 @@ sortedcontainers==2.4.0 # via trio sqlparse==0.4.4 # via django -trio==0.24.0 +trio==0.25.0 # via # selenium # trio-websocket