From f3faa7c17f94cb64c77bbc77bb079623ec487e0f Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 25 Sep 2023 18:06:38 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 4 ++-- requirements-dev.txt | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/constraints.txt b/constraints.txt index 907486e..dcde9e4 100644 --- a/constraints.txt +++ b/constraints.txt @@ -20,7 +20,7 @@ charset-normalizer==3.2.0 # via requests confusable-homoglyphs==3.2.0 # via django-registration -cryptography==41.0.3 +cryptography==41.0.4 # via django-anymail django==4.2.5 # via @@ -87,7 +87,7 @@ trio==0.22.2 # trio-websocket trio-websocket==0.10.4 # via selenium -urllib3==2.0.4 +urllib3==2.0.5 # via # django-anymail # requests diff --git a/requirements-dev.txt b/requirements-dev.txt index 0964e28..9d8ccaf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -69,7 +69,7 @@ h11==0.14.0 # via # -c constraints.txt # wsproto -hypothesis==6.86.2 +hypothesis==6.87.0 # via -r requirements-dev.in identify==2.5.29 # via pre-commit @@ -158,7 +158,7 @@ requests==2.31.0 # bpython # pytest-base-url # pytest-selenium -ruff==0.0.290 +ruff==0.0.291 # via -r requirements-dev.in selenium==4.9.1 # via @@ -191,7 +191,7 @@ trio-websocket==0.10.4 # via # -c constraints.txt # selenium -urllib3[socks]==2.0.4 +urllib3[socks]==2.0.5 # via # -c constraints.txt # requests diff --git a/requirements.txt b/requirements.txt index ff4206c..f261746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ charset-normalizer==3.2.0 # via requests confusable-homoglyphs==3.2.0 # via django-registration -cryptography==41.0.3 +cryptography==41.0.4 # via django-anymail django==4.2.5 # via @@ -87,7 +87,7 @@ trio==0.22.2 # trio-websocket trio-websocket==0.10.4 # via selenium -urllib3[socks]==2.0.4 +urllib3[socks]==2.0.5 # via # django-anymail # requests