From bfb0acc169beea86077a65399913cc10966f6749 Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 29 Jan 2024 18:04:47 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 4 ++-- requirements-dev.txt | 12 +++++++----- requirements.txt | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/constraints.txt b/constraints.txt index 78b6ebc..83c862b 100644 --- a/constraints.txt +++ b/constraints.txt @@ -18,7 +18,7 @@ contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in -cryptography==41.0.7 +cryptography==42.0.1 # via django-anymail cycler==0.12.1 # via matplotlib @@ -36,7 +36,7 @@ django-anymail==10.2 # via # -r requirements.in # django-anymail -django-cleanup==8.0.0 +django-cleanup==8.1.0 # via -r requirements.in django-crispy-forms==2.1 # via diff --git a/requirements-dev.txt b/requirements-dev.txt index e933147..1957cbe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ attrs==23.2.0 # via # outcome # trio -black==23.12.1 +black==24.1.1 # via -r requirements-dev.in build==1.0.3 # via pip-tools @@ -31,7 +31,7 @@ click==8.1.7 # via # black # pip-tools -coverage[toml]==7.4.0 +coverage[toml]==7.4.1 # via # coverage # pytest-cov @@ -43,7 +43,7 @@ django==5.0.1 # model-bakery factory-boy==3.3.0 # via -r requirements-dev.in -faker==22.4.0 +faker==22.6.0 # via factory-boy filelock==3.13.1 # via virtualenv @@ -86,7 +86,7 @@ platformdirs==4.1.0 # via # black # virtualenv -pluggy==1.3.0 +pluggy==1.4.0 # via pytest pre-commit==3.6.0 # via -r requirements-dev.in @@ -131,7 +131,7 @@ requests==2.31.0 # pytest-selenium ruff==0.1.14 # via -r requirements-dev.in -selenium==4.16.0 +selenium==4.17.2 # via # -r requirements-dev.in # pytest-selenium @@ -155,6 +155,8 @@ trio==0.24.0 # trio-websocket trio-websocket==0.11.1 # via selenium +typing-extensions==4.9.0 + # via selenium urllib3[socks]==2.1.0 # via # -c constraints.txt diff --git a/requirements.txt b/requirements.txt index a080a14..324160d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in -cryptography==41.0.7 +cryptography==42.0.1 # via django-anymail cycler==0.12.1 # via matplotlib @@ -36,7 +36,7 @@ django-anymail[mailgun]==10.2 # via # -r requirements.in # django-anymail -django-cleanup==8.0.0 +django-cleanup==8.1.0 # via -r requirements.in django-crispy-forms==2.1 # via