Update dependencies

This commit is contained in:
Crocmagnon 2023-05-29 18:06:21 +00:00 committed by crocmagnon-pr[bot]
parent 43bbb8cca6
commit 548431fa9e
3 changed files with 13 additions and 19 deletions

View file

@ -4,7 +4,7 @@
# #
# pip-compile --allow-unsafe --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.in # pip-compile --allow-unsafe --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.in
# #
asgiref==3.6.0 asgiref==3.7.2
# via django # via django
async-generator==1.10 async-generator==1.10
# via trio # via trio

View file

@ -4,7 +4,7 @@
# #
# pip-compile --allow-unsafe --resolver=backtracking requirements-dev.in # pip-compile --allow-unsafe --resolver=backtracking requirements-dev.in
# #
asgiref==3.6.0 asgiref==3.7.2
# via # via
# -c constraints.txt # -c constraints.txt
# django # django
@ -17,7 +17,6 @@ attrs==23.1.0
# -c constraints.txt # -c constraints.txt
# hypothesis # hypothesis
# outcome # outcome
# pytest
# trio # trio
black==23.3.0 black==23.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
@ -42,7 +41,7 @@ click==8.1.3
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.2.5 coverage[toml]==7.2.6
# via pytest-cov # via pytest-cov
curtsies==0.4.1 curtsies==0.4.1
# via bpython # via bpython
@ -76,7 +75,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.75.3 hypothesis==6.75.6
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.24 identify==2.5.24
# via pre-commit # via pre-commit
@ -117,9 +116,7 @@ pluggy==1.0.0
pre-commit==3.3.2 pre-commit==3.3.2
# via -r requirements-dev.in # via -r requirements-dev.in
py==1.11.0 py==1.11.0
# via # via pytest-html
# pytest
# pytest-html
pygments==2.15.1 pygments==2.15.1
# via bpython # via bpython
pyproject-hooks==1.0.0 pyproject-hooks==1.0.0
@ -128,7 +125,7 @@ pysocks==1.7.1
# via # via
# -c constraints.txt # -c constraints.txt
# urllib3 # urllib3
pytest==6.2.5 pytest==7.3.1
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-base-url # pytest-base-url
@ -140,7 +137,7 @@ pytest==6.2.5
# pytest-variables # pytest-variables
pytest-base-url==2.0.0 pytest-base-url==2.0.0
# via pytest-selenium # via pytest-selenium
pytest-cov==4.0.0 pytest-cov==4.1.0
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-django==4.5.2 pytest-django==4.5.2
# via -r requirements-dev.in # via -r requirements-dev.in
@ -148,11 +145,11 @@ pytest-html==3.2.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-selenium # pytest-selenium
pytest-metadata==2.0.4 pytest-metadata==3.0.0
# via pytest-html # via pytest-html
pytest-selenium==4.0.0 pytest-selenium==4.0.1
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-variables==2.0.0 pytest-variables==3.0.0
# via pytest-selenium # via pytest-selenium
python-dateutil==2.8.2 python-dateutil==2.8.2
# via freezegun # via freezegun
@ -166,7 +163,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.0.269 ruff==0.0.270
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -176,7 +173,6 @@ six==1.16.0
# via # via
# blessed # blessed
# python-dateutil # python-dateutil
# tenacity
sniffio==1.3.0 sniffio==1.3.0
# via # via
# -c constraints.txt # -c constraints.txt
@ -191,10 +187,8 @@ sqlparse==0.4.4
# -c constraints.txt # -c constraints.txt
# django # django
# django-debug-toolbar # django-debug-toolbar
tenacity==6.3.1 tenacity==8.2.2
# via pytest-selenium # via pytest-selenium
toml==0.10.2
# via pytest
trio==0.22.0 trio==0.22.0
# via # via
# -c constraints.txt # -c constraints.txt

View file

@ -4,7 +4,7 @@
# #
# pip-compile --allow-unsafe --resolver=backtracking requirements.in # pip-compile --allow-unsafe --resolver=backtracking requirements.in
# #
asgiref==3.6.0 asgiref==3.7.2
# via django # via django
async-generator==1.10 async-generator==1.10
# via trio # via trio