From f0ebddae5a734e8e55efcd1d0fcb41b310322bec Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 25 Dec 2023 18:04:31 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 8 ++++---- requirements-dev.txt | 28 ++++++++++++++-------------- requirements.txt | 8 ++++---- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/constraints.txt b/constraints.txt index e89b606..287ed10 100644 --- a/constraints.txt +++ b/constraints.txt @@ -18,11 +18,11 @@ contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in -cryptography==41.0.5 +cryptography==41.0.7 # via django-anymail cycler==0.12.1 # via matplotlib -django==4.2.7 +django==4.2.8 # via # -r requirements.in # crispy-bootstrap5 @@ -52,9 +52,9 @@ django-htmx==1.17.2 # via -r requirements.in django-solo==2.1.0 # via -r requirements.in -fonttools==4.45.1 +fonttools==4.47.0 # via matplotlib -freezegun==1.2.2 +freezegun==1.4.0 # via -r requirements.in gunicorn==21.2.0 # via -r requirements.in diff --git a/requirements-dev.txt b/requirements-dev.txt index 4ceaa3b..8643f2f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ attrs==23.1.0 # via # outcome # trio -black==23.11.0 +black==23.12.1 # via -r requirements-dev.in build==1.0.3 # via pip-tools @@ -31,25 +31,25 @@ click==8.1.7 # via # black # pip-tools -coverage[toml]==7.3.2 +coverage[toml]==7.3.4 # via # coverage # pytest-cov -distlib==0.3.7 +distlib==0.3.8 # via virtualenv -django==4.2.7 +django==4.2.8 # via # -c constraints.txt # model-bakery factory-boy==3.3.0 # via -r requirements-dev.in -faker==20.1.0 +faker==21.0.0 # via factory-boy filelock==3.13.1 # via virtualenv h11==0.14.0 # via wsproto -identify==2.5.32 +identify==2.5.33 # via pre-commit idna==3.6 # via @@ -78,17 +78,17 @@ packaging==23.2 # black # build # pytest -pathspec==0.11.2 +pathspec==0.12.1 # via black pip-tools==7.3.0 # via -r requirements-dev.in -platformdirs==4.0.0 +platformdirs==4.1.0 # via # black # virtualenv pluggy==1.3.0 # via pytest -pre-commit==3.5.0 +pre-commit==3.6.0 # via -r requirements-dev.in py==1.11.0 # via -r requirements-dev.in @@ -131,7 +131,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.1.6 +ruff==0.1.9 # via -r requirements-dev.in selenium==4.9.1 # via @@ -151,7 +151,7 @@ sqlparse==0.4.4 # django tenacity==8.2.3 # via pytest-selenium -trio==0.23.1 +trio==0.23.2 # via # selenium # trio-websocket @@ -163,7 +163,7 @@ urllib3[socks]==2.1.0 # requests # selenium # urllib3 -virtualenv==20.24.7 +virtualenv==20.25.0 # via pre-commit wheel==0.42.0 # via pip-tools @@ -171,9 +171,9 @@ wsproto==1.2.0 # via trio-websocket # The following packages are considered to be unsafe in a requirements file: -pip==23.3.1 +pip==23.3.2 # via pip-tools -setuptools==69.0.2 +setuptools==69.0.3 # via # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index 3934c1f..004791b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,11 +18,11 @@ contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in -cryptography==41.0.5 +cryptography==41.0.7 # via django-anymail cycler==0.12.1 # via matplotlib -django==4.2.7 +django==4.2.8 # via # -r requirements.in # crispy-bootstrap5 @@ -52,9 +52,9 @@ django-htmx==1.17.2 # via -r requirements.in django-solo==2.1.0 # via -r requirements.in -fonttools==4.45.1 +fonttools==4.47.0 # via matplotlib -freezegun==1.2.2 +freezegun==1.4.0 # via -r requirements.in gunicorn==21.2.0 # via -r requirements.in