mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 22:33:54 +01:00
Update dependencies
This commit is contained in:
parent
5a1458bb94
commit
97ea57d802
3 changed files with 11 additions and 11 deletions
|
@ -47,7 +47,7 @@ django-linear-migrations==2.11.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-registration==3.4
|
django-registration==3.4
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.3
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
gunicorn==21.2.0
|
gunicorn==21.2.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
|
@ -27,7 +27,7 @@ certifi==2023.7.22
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
cfgv==3.3.1
|
cfgv==3.4.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
# via
|
# via
|
||||||
|
@ -37,7 +37,7 @@ click==8.1.6
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.7
|
coverage[toml]==7.3.0
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
curtsies==0.4.2
|
curtsies==0.4.2
|
||||||
# via bpython
|
# via bpython
|
||||||
|
@ -55,9 +55,9 @@ django==4.2.4
|
||||||
# model-bakery
|
# model-bakery
|
||||||
django-browser-reload==1.11.0
|
django-browser-reload==1.11.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==4.1.0
|
django-debug-toolbar==4.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.3
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
@ -69,7 +69,7 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.82.2
|
hypothesis==6.82.4
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.26
|
identify==2.5.26
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -100,7 +100,7 @@ packaging==23.1
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.2
|
pathspec==0.11.2
|
||||||
# via black
|
# via black
|
||||||
pip-tools==7.2.0
|
pip-tools==7.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.10.0
|
platformdirs==3.10.0
|
||||||
# via
|
# via
|
||||||
|
@ -154,7 +154,7 @@ requests==2.31.0
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.282
|
ruff==0.0.284
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.1
|
selenium==4.9.1
|
||||||
# via
|
# via
|
||||||
|
@ -176,7 +176,7 @@ sqlparse==0.4.4
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
# django-debug-toolbar
|
# django-debug-toolbar
|
||||||
tenacity==8.2.2
|
tenacity==8.2.3
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.22.2
|
trio==0.22.2
|
||||||
# via
|
# via
|
||||||
|
@ -192,7 +192,7 @@ urllib3[socks]==2.0.4
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.24.2
|
virtualenv==20.24.3
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.6
|
wcwidth==0.2.6
|
||||||
# via blessed
|
# via blessed
|
||||||
|
|
|
@ -47,7 +47,7 @@ django-linear-migrations==2.11.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-registration==3.4
|
django-registration==3.4
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.3
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
gunicorn==21.2.0
|
gunicorn==21.2.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
Loading…
Reference in a new issue