mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Update dependencies
This commit is contained in:
parent
43bbb8cca6
commit
548431fa9e
3 changed files with 13 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue