From 548431fa9edba79438b1bf01b1f9952f369b70b5 Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 29 May 2023 18:06:21 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 2 +- requirements-dev.txt | 28 +++++++++++----------------- requirements.txt | 2 +- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/constraints.txt b/constraints.txt index 06f7e19..2591c26 100644 --- a/constraints.txt +++ b/constraints.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.in # -asgiref==3.6.0 +asgiref==3.7.2 # via django async-generator==1.10 # via trio diff --git a/requirements-dev.txt b/requirements-dev.txt index 71d152a..d37a351 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --resolver=backtracking requirements-dev.in # -asgiref==3.6.0 +asgiref==3.7.2 # via # -c constraints.txt # django @@ -17,7 +17,6 @@ attrs==23.1.0 # -c constraints.txt # hypothesis # outcome - # pytest # trio black==23.3.0 # via -r requirements-dev.in @@ -42,7 +41,7 @@ click==8.1.3 # via # black # pip-tools -coverage[toml]==7.2.5 +coverage[toml]==7.2.6 # via pytest-cov curtsies==0.4.1 # via bpython @@ -76,7 +75,7 @@ h11==0.14.0 # via # -c constraints.txt # wsproto -hypothesis==6.75.3 +hypothesis==6.75.6 # via -r requirements-dev.in identify==2.5.24 # via pre-commit @@ -117,9 +116,7 @@ pluggy==1.0.0 pre-commit==3.3.2 # via -r requirements-dev.in py==1.11.0 - # via - # pytest - # pytest-html + # via pytest-html pygments==2.15.1 # via bpython pyproject-hooks==1.0.0 @@ -128,7 +125,7 @@ pysocks==1.7.1 # via # -c constraints.txt # urllib3 -pytest==6.2.5 +pytest==7.3.1 # via # -r requirements-dev.in # pytest-base-url @@ -140,7 +137,7 @@ pytest==6.2.5 # pytest-variables pytest-base-url==2.0.0 # via pytest-selenium -pytest-cov==4.0.0 +pytest-cov==4.1.0 # via -r requirements-dev.in pytest-django==4.5.2 # via -r requirements-dev.in @@ -148,11 +145,11 @@ pytest-html==3.2.0 # via # -r requirements-dev.in # pytest-selenium -pytest-metadata==2.0.4 +pytest-metadata==3.0.0 # via pytest-html -pytest-selenium==4.0.0 +pytest-selenium==4.0.1 # via -r requirements-dev.in -pytest-variables==2.0.0 +pytest-variables==3.0.0 # via pytest-selenium python-dateutil==2.8.2 # via freezegun @@ -166,7 +163,7 @@ requests==2.31.0 # bpython # pytest-base-url # pytest-selenium -ruff==0.0.269 +ruff==0.0.270 # via -r requirements-dev.in selenium==4.9.1 # via @@ -176,7 +173,6 @@ six==1.16.0 # via # blessed # python-dateutil - # tenacity sniffio==1.3.0 # via # -c constraints.txt @@ -191,10 +187,8 @@ sqlparse==0.4.4 # -c constraints.txt # django # django-debug-toolbar -tenacity==6.3.1 +tenacity==8.2.2 # via pytest-selenium -toml==0.10.2 - # via pytest trio==0.22.0 # via # -c constraints.txt diff --git a/requirements.txt b/requirements.txt index d1b056d..8cc3835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --resolver=backtracking requirements.in # -asgiref==3.6.0 +asgiref==3.7.2 # via django async-generator==1.10 # via trio