From 3ff8416ed4ec668f03c86fb85170e49fa6f03f86 Mon Sep 17 00:00:00 2001 From: Crocmagnon <3630554+Crocmagnon@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:05:26 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 2 +- requirements-dev.txt | 12 ++++++------ requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/constraints.txt b/constraints.txt index e2f9d14..285d2a6 100644 --- a/constraints.txt +++ b/constraints.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in # -asgiref==3.7.2 +asgiref==3.8.1 # via # django # django-htmx diff --git a/requirements-dev.txt b/requirements-dev.txt index f3c959f..5d0180f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements-dev.in # -asgiref==3.7.2 +asgiref==3.8.1 # via # -c constraints.txt # django @@ -41,9 +41,9 @@ django==5.0.3 # model-bakery factory-boy==3.3.0 # via -r requirements-dev.in -faker==24.2.0 +faker==24.3.0 # via factory-boy -filelock==3.13.1 +filelock==3.13.3 # via virtualenv h11==0.14.0 # via wsproto @@ -87,7 +87,7 @@ platformdirs==4.2.0 # virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.6.2 +pre-commit==3.7.0 # via -r requirements-dev.in pyproject-hooks==1.0.0 # via @@ -108,7 +108,7 @@ pytest==8.1.1 # pytest-variables pytest-base-url==2.1.0 # via pytest-selenium -pytest-cov==4.1.0 +pytest-cov==5.0.0 # via -r requirements-dev.in pytest-django==4.8.0 # via -r requirements-dev.in @@ -133,7 +133,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.3.3 +ruff==0.3.4 # via -r requirements-dev.in selenium==4.18.1 # via diff --git a/requirements.txt b/requirements.txt index 802725f..323c7a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements.in # -asgiref==3.7.2 +asgiref==3.8.1 # via # django # django-htmx