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
06940ef652
commit
a6df11e85d
3 changed files with 25 additions and 22 deletions
|
@ -7,9 +7,7 @@
|
||||||
asgiref==3.6.0
|
asgiref==3.6.0
|
||||||
# via django
|
# via django
|
||||||
async-generator==1.10
|
async-generator==1.10
|
||||||
# via
|
# via trio
|
||||||
# trio
|
|
||||||
# trio-websocket
|
|
||||||
attrs==22.2.0
|
attrs==22.2.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
|
@ -31,7 +29,7 @@ django==4.1.7
|
||||||
# django-htmx
|
# django-htmx
|
||||||
# django-linear-migrations
|
# django-linear-migrations
|
||||||
# django-registration
|
# django-registration
|
||||||
django-anymail==9.0
|
django-anymail==9.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-bootstrap5==22.2
|
django-bootstrap5==22.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
@ -47,6 +45,8 @@ django-linear-migrations==2.7.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-registration==3.3
|
django-registration==3.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
exceptiongroup==1.1.1
|
||||||
|
# via trio-websocket
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
|
@ -79,9 +79,9 @@ trio==0.22.0
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.9.2
|
trio-websocket==0.10.0
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3==1.26.14
|
urllib3==1.26.15
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -91,5 +91,5 @@ wsproto==1.2.0
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==67.5.1
|
setuptools==67.6.0
|
||||||
# via gunicorn
|
# via gunicorn
|
||||||
|
|
|
@ -12,7 +12,6 @@ async-generator==1.10
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# trio
|
# trio
|
||||||
# trio-websocket
|
|
||||||
attrs==22.2.0
|
attrs==22.2.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
|
@ -63,6 +62,10 @@ django-browser-reload==1.7.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==3.8.1
|
django-debug-toolbar==3.8.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
exceptiongroup==1.1.1
|
||||||
|
# via
|
||||||
|
# -c constraints.txt
|
||||||
|
# trio-websocket
|
||||||
filelock==3.9.0
|
filelock==3.9.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
freezegun==1.2.2
|
freezegun==1.2.2
|
||||||
|
@ -75,7 +78,7 @@ h11==0.14.0
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.68.2
|
hypothesis==6.68.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.18
|
identify==2.5.20
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.4
|
idna==3.4
|
||||||
# via
|
# via
|
||||||
|
@ -105,7 +108,7 @@ pathspec==0.11.0
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.12.3
|
pip-tools==6.12.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.1.0
|
platformdirs==3.1.1
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
@ -163,7 +166,7 @@ requests==2.28.2
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.254
|
ruff==0.0.255
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.8.2
|
selenium==4.8.2
|
||||||
# via
|
# via
|
||||||
|
@ -197,16 +200,16 @@ trio==0.22.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.9.2
|
trio-websocket==0.10.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
urllib3[socks]==1.26.14
|
urllib3[socks]==1.26.15
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.20.0
|
virtualenv==20.21.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.6
|
wcwidth==0.2.6
|
||||||
# via blessed
|
# via blessed
|
||||||
|
@ -220,7 +223,7 @@ wsproto==1.2.0
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==23.0.1
|
pip==23.0.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==67.5.1
|
setuptools==67.6.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# nodeenv
|
# nodeenv
|
||||||
|
|
|
@ -7,9 +7,7 @@
|
||||||
asgiref==3.6.0
|
asgiref==3.6.0
|
||||||
# via django
|
# via django
|
||||||
async-generator==1.10
|
async-generator==1.10
|
||||||
# via
|
# via trio
|
||||||
# trio
|
|
||||||
# trio-websocket
|
|
||||||
attrs==22.2.0
|
attrs==22.2.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
|
@ -31,7 +29,7 @@ django==4.1.7
|
||||||
# django-htmx
|
# django-htmx
|
||||||
# django-linear-migrations
|
# django-linear-migrations
|
||||||
# django-registration
|
# django-registration
|
||||||
django-anymail[mailgun]==9.0
|
django-anymail[mailgun]==9.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-bootstrap5==22.2
|
django-bootstrap5==22.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
@ -47,6 +45,8 @@ django-linear-migrations==2.7.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-registration==3.3
|
django-registration==3.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
exceptiongroup==1.1.1
|
||||||
|
# via trio-websocket
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
|
@ -79,9 +79,9 @@ trio==0.22.0
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.9.2
|
trio-websocket==0.10.0
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==1.26.14
|
urllib3[socks]==1.26.15
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -91,5 +91,5 @@ wsproto==1.2.0
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==67.5.1
|
setuptools==67.6.0
|
||||||
# via gunicorn
|
# via gunicorn
|
||||||
|
|
Loading…
Reference in a new issue