From 491600bd50be7f8f6826e3696f1c5605898c807b Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 18 Sep 2023 18:04:44 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 10 +++++----- requirements-dev.txt | 10 +++++----- requirements.txt | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/constraints.txt b/constraints.txt index d306500..059f5f8 100644 --- a/constraints.txt +++ b/constraints.txt @@ -12,7 +12,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests -contourpy==1.1.0 +contourpy==1.1.1 # via matplotlib crispy-bootstrap5==0.7 # via -r requirements.in @@ -58,9 +58,9 @@ idna==3.4 # via requests kiwisolver==1.4.5 # via matplotlib -matplotlib==3.7.2 +matplotlib==3.8.0 # via -r requirements.in -numpy==1.25.2 +numpy==1.26.0 # via # contourpy # matplotlib @@ -68,13 +68,13 @@ packaging==23.1 # via # gunicorn # matplotlib -pillow==10.0.0 +pillow==10.0.1 # via # -r requirements.in # matplotlib pycparser==2.21 # via cffi -pyparsing==3.0.9 +pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2 # via diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e9fd8a..19ee97c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -45,11 +45,11 @@ factory-boy==3.3.0 # via -r requirements-dev.in faker==19.6.1 # via factory-boy -filelock==3.12.3 +filelock==3.12.4 # via virtualenv h11==0.14.0 # via wsproto -identify==2.5.27 +identify==2.5.29 # via pre-commit idna==3.4 # via @@ -112,7 +112,7 @@ pytest-cov==4.1.0 # via -r requirements-dev.in pytest-django==4.5.2 # via -r requirements-dev.in -pytest-html==4.0.1 +pytest-html==4.0.2 # via pytest-selenium pytest-metadata==3.0.0 # via pytest-html @@ -131,7 +131,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.0.288 +ruff==0.0.290 # via -r requirements-dev.in selenium==4.9.1 # via @@ -172,7 +172,7 @@ wsproto==1.2.0 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via pip-tools -setuptools==68.2.1 +setuptools==68.2.2 # via # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index 1f196d1..160a11b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests -contourpy==1.1.0 +contourpy==1.1.1 # via matplotlib crispy-bootstrap5==0.7 # via -r requirements.in @@ -58,9 +58,9 @@ idna==3.4 # via requests kiwisolver==1.4.5 # via matplotlib -matplotlib==3.7.2 +matplotlib==3.8.0 # via -r requirements.in -numpy==1.25.2 +numpy==1.26.0 # via # contourpy # matplotlib @@ -68,13 +68,13 @@ packaging==23.1 # via # gunicorn # matplotlib -pillow==10.0.0 +pillow==10.0.1 # via # -r requirements.in # matplotlib pycparser==2.21 # via cffi -pyparsing==3.0.9 +pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2 # via