From 6f2089b32d12ff70f5f179cfc290c93bda0ace26 Mon Sep 17 00:00:00 2001 From: Crocmagnon <3630554+Crocmagnon@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:04:25 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 6 +++--- requirements-dev.txt | 12 ++++++------ requirements.txt | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/constraints.txt b/constraints.txt index 22581cc..8a2bf5c 100644 --- a/constraints.txt +++ b/constraints.txt @@ -22,7 +22,7 @@ cryptography==42.0.2 # via django-anymail cycler==0.12.1 # via matplotlib -django==5.0.1 +django==5.0.2 # via # -r requirements.in # crispy-bootstrap5 @@ -52,7 +52,7 @@ django-htmx==1.17.2 # via -r requirements.in django-solo==2.2.0 # via -r requirements.in -fonttools==4.47.2 +fonttools==4.48.1 # via matplotlib freezegun==1.4.0 # via -r requirements.in @@ -64,7 +64,7 @@ kiwisolver==1.4.5 # via matplotlib matplotlib==3.8.2 # via -r requirements.in -numpy==1.26.3 +numpy==1.26.4 # via # contourpy # matplotlib diff --git a/requirements-dev.txt b/requirements-dev.txt index 35b509b..0530fec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,19 +37,19 @@ coverage[toml]==7.4.1 # pytest-cov distlib==0.3.8 # via virtualenv -django==5.0.1 +django==5.0.2 # via # -c constraints.txt # model-bakery factory-boy==3.3.0 # via -r requirements-dev.in -faker==22.7.0 +faker==23.1.0 # via factory-boy filelock==3.13.1 # via virtualenv h11==0.14.0 # via wsproto -identify==2.5.33 +identify==2.5.34 # via pre-commit idna==3.6 # via @@ -89,7 +89,7 @@ platformdirs==4.2.0 # virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.6.0 +pre-commit==3.6.1 # via -r requirements-dev.in pyproject-hooks==1.0.0 # via build @@ -133,7 +133,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.2.0 +ruff==0.2.1 # via -r requirements-dev.in selenium==4.17.2 # via @@ -177,7 +177,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.0.3 +setuptools==69.1.0 # via # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index fcac3db..39bf461 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ cryptography==42.0.2 # via django-anymail cycler==0.12.1 # via matplotlib -django==5.0.1 +django==5.0.2 # via # -r requirements.in # crispy-bootstrap5 @@ -52,7 +52,7 @@ django-htmx==1.17.2 # via -r requirements.in django-solo==2.2.0 # via -r requirements.in -fonttools==4.47.2 +fonttools==4.48.1 # via matplotlib freezegun==1.4.0 # via -r requirements.in @@ -64,7 +64,7 @@ kiwisolver==1.4.5 # via matplotlib matplotlib==3.8.2 # via -r requirements.in -numpy==1.26.3 +numpy==1.26.4 # via # contourpy # matplotlib