From ed9809aa4ebe36124967c3b3bc24d23e17370c6a Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 23 Oct 2023 18:04:27 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 8 +++++--- requirements-dev.txt | 19 +++++++++++-------- requirements.txt | 8 +++++--- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/constraints.txt b/constraints.txt index c5e1d6f..dcbcc40 100644 --- a/constraints.txt +++ b/constraints.txt @@ -10,7 +10,7 @@ certifi==2023.7.22 # via requests cffi==1.16.0 # via cryptography -charset-normalizer==3.3.0 +charset-normalizer==3.3.1 # via requests contourpy==1.1.1 # via matplotlib @@ -31,7 +31,9 @@ django==4.2.6 # django-htmx # django-solo django-anymail==10.1 - # via -r requirements.in + # via + # -r requirements.in + # django-anymail django-cleanup==8.0.0 # via -r requirements.in django-crispy-forms==2.1 @@ -88,7 +90,7 @@ six==1.16.0 # via python-dateutil sqlparse==0.4.4 # via django -urllib3==2.0.6 +urllib3==2.0.7 # via # django-anymail # requests diff --git a/requirements-dev.txt b/requirements-dev.txt index 7f06898..781ca1f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ attrs==23.1.0 # via # outcome # trio -black==23.9.1 +black==23.10.0 # via -r requirements-dev.in build==1.0.3 # via pip-tools @@ -23,7 +23,7 @@ certifi==2023.7.22 # selenium cfgv==3.4.0 # via pre-commit -charset-normalizer==3.3.0 +charset-normalizer==3.3.1 # via # -c constraints.txt # requests @@ -32,7 +32,9 @@ click==8.1.7 # black # pip-tools coverage[toml]==7.3.2 - # via pytest-cov + # via + # coverage + # pytest-cov distlib==0.3.7 # via virtualenv django==4.2.6 @@ -41,7 +43,7 @@ django==4.2.6 # model-bakery factory-boy==3.3.0 # via -r requirements-dev.in -faker==19.10.0 +faker==19.11.0 # via factory-boy filelock==3.12.4 # via virtualenv @@ -68,7 +70,7 @@ mypy-extensions==1.0.0 # via black nodeenv==1.8.0 # via pre-commit -outcome==1.2.0 +outcome==1.3.0 # via trio packaging==23.2 # via @@ -129,7 +131,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.0.292 +ruff==0.1.1 # via -r requirements-dev.in selenium==4.9.1 # via @@ -155,11 +157,12 @@ trio==0.22.2 # trio-websocket trio-websocket==0.11.1 # via selenium -urllib3[socks]==2.0.6 +urllib3[socks]==2.0.7 # via # -c constraints.txt # requests # selenium + # urllib3 virtualenv==20.24.5 # via pre-commit wheel==0.41.2 @@ -168,7 +171,7 @@ wsproto==1.2.0 # via trio-websocket # The following packages are considered to be unsafe in a requirements file: -pip==23.3 +pip==23.3.1 # via pip-tools setuptools==68.2.2 # via diff --git a/requirements.txt b/requirements.txt index de8e1df..824bdec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ certifi==2023.7.22 # via requests cffi==1.16.0 # via cryptography -charset-normalizer==3.3.0 +charset-normalizer==3.3.1 # via requests contourpy==1.1.1 # via matplotlib @@ -31,7 +31,9 @@ django==4.2.6 # django-htmx # django-solo django-anymail[mailgun]==10.1 - # via -r requirements.in + # via + # -r requirements.in + # django-anymail django-cleanup==8.0.0 # via -r requirements.in django-crispy-forms==2.1 @@ -88,7 +90,7 @@ six==1.16.0 # via python-dateutil sqlparse==0.4.4 # via django -urllib3==2.0.6 +urllib3==2.0.7 # via # django-anymail # requests