From 89a099ab312ddf9a46b73f72dcaf162bf503a98a Mon Sep 17 00:00:00 2001 From: Crocmagnon <3630554+Crocmagnon@users.noreply.github.com> Date: Mon, 27 May 2024 18:05:04 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 4 ++-- requirements-dev.txt | 10 +++++----- requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/constraints.txt b/constraints.txt index 526288e..f104148 100644 --- a/constraints.txt +++ b/constraints.txt @@ -46,7 +46,7 @@ django-htmx==1.17.3 # via -r requirements.in django-solo==2.2.0 # via -r requirements.in -fonttools==4.51.0 +fonttools==4.52.1 # via matplotlib freezegun==1.5.1 # via -r requirements.in @@ -76,7 +76,7 @@ python-dateutil==2.9.0.post0 # via # freezegun # matplotlib -requests==2.32.0 +requests==2.32.2 # via # -r requirements.in # django-anymail diff --git a/requirements-dev.txt b/requirements-dev.txt index 525fcd6..8dfdcee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ click==8.1.7 # via # black # pip-tools -coverage[toml]==7.5.1 +coverage[toml]==7.5.2 # via pytest-cov distlib==0.3.8 # via virtualenv @@ -128,12 +128,12 @@ python-dateutil==2.9.0.post0 # faker pyyaml==6.0.1 # via pre-commit -requests==2.32.0 +requests==2.32.2 # via # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.4.4 +ruff==0.4.5 # via -r requirements-dev.in selenium==4.21.0 # via @@ -159,7 +159,7 @@ trio==0.25.1 # trio-websocket trio-websocket==0.11.1 # via selenium -typing-extensions==4.11.0 +typing-extensions==4.12.0 # via selenium urllib3[socks]==2.2.1 # via @@ -176,7 +176,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.5.1 +setuptools==70.0.0 # via # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index e9e1ca3..d9a1c3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ django-htmx==1.17.3 # via -r requirements.in django-solo==2.2.0 # via -r requirements.in -fonttools==4.51.0 +fonttools==4.52.1 # via matplotlib freezegun==1.5.1 # via -r requirements.in @@ -76,7 +76,7 @@ python-dateutil==2.9.0.post0 # via # freezegun # matplotlib -requests==2.32.0 +requests==2.32.2 # via # -r requirements.in # django-anymail