mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Update dependencies
This commit is contained in:
parent
06062669c7
commit
9d46927f1b
3 changed files with 22 additions and 26 deletions
|
@ -10,7 +10,7 @@ attrs==23.1.0
|
|||
# via
|
||||
# outcome
|
||||
# trio
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
# requests
|
||||
# selenium
|
||||
|
@ -49,7 +49,7 @@ django-registration==3.4
|
|||
# via -r requirements.in
|
||||
exceptiongroup==1.1.2
|
||||
# via trio-websocket
|
||||
gunicorn==20.1.0
|
||||
gunicorn==21.2.0
|
||||
# via -r requirements.in
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
|
@ -61,6 +61,8 @@ markdown==3.4.3
|
|||
# via -r requirements.in
|
||||
outcome==1.2.0
|
||||
# via trio
|
||||
packaging==23.1
|
||||
# via gunicorn
|
||||
pillow==10.0.0
|
||||
# via -r requirements.in
|
||||
pycparser==2.21
|
||||
|
@ -85,7 +87,7 @@ trio==0.22.2
|
|||
# trio-websocket
|
||||
trio-websocket==0.10.3
|
||||
# via selenium
|
||||
urllib3==2.0.3
|
||||
urllib3==2.0.4
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
|
@ -94,7 +96,3 @@ whitenoise==6.5.0
|
|||
# via -r requirements.in
|
||||
wsproto==1.2.0
|
||||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==68.0.0
|
||||
# via gunicorn
|
||||
|
|
|
@ -22,7 +22,7 @@ bpython==0.24
|
|||
# via -r requirements-dev.in
|
||||
build==0.10.0
|
||||
# via pip-tools
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
@ -33,7 +33,7 @@ charset-normalizer==3.2.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
click==8.1.5
|
||||
click==8.1.6
|
||||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
|
@ -69,9 +69,9 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.81.2
|
||||
hypothesis==6.82.0
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.24
|
||||
identify==2.5.26
|
||||
# via pre-commit
|
||||
idna==3.4
|
||||
# via
|
||||
|
@ -94,12 +94,13 @@ outcome==1.2.0
|
|||
# trio
|
||||
packaging==23.1
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# black
|
||||
# build
|
||||
# pytest
|
||||
pathspec==0.11.1
|
||||
# via black
|
||||
pip-tools==7.0.0
|
||||
pip-tools==7.1.0
|
||||
# via -r requirements-dev.in
|
||||
platformdirs==3.9.1
|
||||
# via
|
||||
|
@ -145,7 +146,7 @@ pytest-variables==3.0.0
|
|||
# via pytest-selenium
|
||||
pyxdg==0.28
|
||||
# via bpython
|
||||
pyyaml==6.0
|
||||
pyyaml==6.0.1
|
||||
# via pre-commit
|
||||
requests==2.31.0
|
||||
# via
|
||||
|
@ -153,7 +154,7 @@ requests==2.31.0
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.278
|
||||
ruff==0.0.280
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -186,16 +187,16 @@ trio-websocket==0.10.3
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# selenium
|
||||
urllib3[socks]==2.0.3
|
||||
urllib3[socks]==2.0.4
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.24.0
|
||||
virtualenv==20.24.2
|
||||
# via pre-commit
|
||||
wcwidth==0.2.6
|
||||
# via blessed
|
||||
wheel==0.40.0
|
||||
wheel==0.41.0
|
||||
# via pip-tools
|
||||
wsproto==1.2.0
|
||||
# via
|
||||
|
@ -203,10 +204,9 @@ wsproto==1.2.0
|
|||
# trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==23.2
|
||||
pip==23.2.1
|
||||
# via pip-tools
|
||||
setuptools==68.0.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
|
@ -10,7 +10,7 @@ attrs==23.1.0
|
|||
# via
|
||||
# outcome
|
||||
# trio
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
# requests
|
||||
# selenium
|
||||
|
@ -49,7 +49,7 @@ django-registration==3.4
|
|||
# via -r requirements.in
|
||||
exceptiongroup==1.1.2
|
||||
# via trio-websocket
|
||||
gunicorn==20.1.0
|
||||
gunicorn==21.2.0
|
||||
# via -r requirements.in
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
|
@ -61,6 +61,8 @@ markdown==3.4.3
|
|||
# via -r requirements.in
|
||||
outcome==1.2.0
|
||||
# via trio
|
||||
packaging==23.1
|
||||
# via gunicorn
|
||||
pillow==10.0.0
|
||||
# via -r requirements.in
|
||||
pycparser==2.21
|
||||
|
@ -85,7 +87,7 @@ trio==0.22.2
|
|||
# trio-websocket
|
||||
trio-websocket==0.10.3
|
||||
# via selenium
|
||||
urllib3[socks]==2.0.3
|
||||
urllib3[socks]==2.0.4
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
|
@ -94,7 +96,3 @@ whitenoise==6.5.0
|
|||
# via -r requirements.in
|
||||
wsproto==1.2.0
|
||||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==68.0.0
|
||||
# via gunicorn
|
||||
|
|
Loading…
Reference in a new issue