From 5161e977d9b194342923338ec7482956b79ff49c Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 25 Sep 2023 18:04:52 +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 059f5f8..f0ee561 100644 --- a/constraints.txt +++ b/constraints.txt @@ -16,7 +16,7 @@ contourpy==1.1.1 # via matplotlib crispy-bootstrap5==0.7 # via -r requirements.in -cryptography==41.0.3 +cryptography==41.0.4 # via django-anymail cycler==0.11.0 # via matplotlib @@ -88,7 +88,7 @@ six==1.16.0 # via python-dateutil sqlparse==0.4.4 # via django -urllib3==2.0.4 +urllib3==2.0.5 # via # django-anymail # requests diff --git a/requirements-dev.txt b/requirements-dev.txt index 19ee97c..e3ee76b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -43,7 +43,7 @@ exceptiongroup==1.1.3 # via trio-websocket factory-boy==3.3.0 # via -r requirements-dev.in -faker==19.6.1 +faker==19.6.2 # via factory-boy filelock==3.12.4 # via virtualenv @@ -131,7 +131,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.0.290 +ruff==0.0.291 # via -r requirements-dev.in selenium==4.9.1 # via @@ -157,7 +157,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 # -c constraints.txt # requests diff --git a/requirements.txt b/requirements.txt index 160a11b..99321e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ contourpy==1.1.1 # via matplotlib crispy-bootstrap5==0.7 # via -r requirements.in -cryptography==41.0.3 +cryptography==41.0.4 # via django-anymail cycler==0.11.0 # via matplotlib @@ -88,7 +88,7 @@ six==1.16.0 # via python-dateutil sqlparse==0.4.4 # via django -urllib3==2.0.4 +urllib3==2.0.5 # via # django-anymail # requests