From fa7f27c800610e5b146f1591c505e244442c742a Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 28 Aug 2023 18:04:58 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 2 +- requirements-dev.txt | 12 ++++++------ requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/constraints.txt b/constraints.txt index 3b1a6e6..79d1634 100644 --- a/constraints.txt +++ b/constraints.txt @@ -56,7 +56,7 @@ gunicorn==21.2.0 # via -r requirements.in idna==3.4 # via requests -kiwisolver==1.4.4 +kiwisolver==1.4.5 # via matplotlib matplotlib==3.7.2 # via -r requirements.in diff --git a/requirements-dev.txt b/requirements-dev.txt index 6e286cd..079da87 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -43,9 +43,9 @@ exceptiongroup==1.1.3 # via trio-websocket factory-boy==3.3.0 # via -r requirements-dev.in -faker==19.3.0 +faker==19.3.1 # via factory-boy -filelock==3.12.2 +filelock==3.12.3 # via virtualenv h11==0.14.0 # via wsproto @@ -60,7 +60,7 @@ iniconfig==2.0.0 # via pytest invoke==2.2.0 # via -r requirements-dev.in -model-bakery==1.14.0 +model-bakery==1.15.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via black @@ -82,7 +82,7 @@ platformdirs==3.10.0 # via # black # virtualenv -pluggy==1.2.0 +pluggy==1.3.0 # via pytest pre-commit==3.3.3 # via -r requirements-dev.in @@ -127,7 +127,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.0.285 +ruff==0.0.286 # via -r requirements-dev.in selenium==4.9.1 # via @@ -160,7 +160,7 @@ urllib3[socks]==2.0.4 # selenium virtualenv==20.24.3 # via pre-commit -wheel==0.41.1 +wheel==0.41.2 # via pip-tools wsproto==1.2.0 # via trio-websocket diff --git a/requirements.txt b/requirements.txt index ccf0676..30e6723 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ gunicorn==21.2.0 # via -r requirements.in idna==3.4 # via requests -kiwisolver==1.4.4 +kiwisolver==1.4.5 # via matplotlib matplotlib==3.7.2 # via -r requirements.in