mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 06:28:03 +01:00
Update dependencies
This commit is contained in:
parent
ae88d36306
commit
7117792ecd
3 changed files with 7 additions and 7 deletions
|
@ -83,7 +83,7 @@ trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.12.2
|
typing-extensions==4.12.2
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3==2.2.1
|
urllib3==2.2.2
|
||||||
# via
|
# via
|
||||||
# django-anymail
|
# django-anymail
|
||||||
# requests
|
# requests
|
||||||
|
|
|
@ -58,7 +58,7 @@ django-browser-reload==1.12.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==4.4.2
|
django-debug-toolbar==4.4.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
filelock==3.14.0
|
filelock==3.15.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
# via bpython
|
# via bpython
|
||||||
|
@ -66,7 +66,7 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.103.1
|
hypothesis==6.103.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.36
|
identify==2.5.36
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -155,7 +155,7 @@ requests==2.32.3
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.4.8
|
ruff==0.4.9
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.21.0
|
selenium==4.21.0
|
||||||
# via
|
# via
|
||||||
|
@ -177,7 +177,7 @@ sqlparse==0.5.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
# django-debug-toolbar
|
# django-debug-toolbar
|
||||||
tenacity==8.3.0
|
tenacity==8.4.1
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.25.1
|
trio==0.25.1
|
||||||
# via
|
# via
|
||||||
|
@ -192,7 +192,7 @@ typing-extensions==4.12.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
urllib3[socks]==2.2.1
|
urllib3[socks]==2.2.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
|
|
|
@ -83,7 +83,7 @@ trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.12.2
|
typing-extensions==4.12.2
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==2.2.1
|
urllib3[socks]==2.2.2
|
||||||
# via
|
# via
|
||||||
# django-anymail
|
# django-anymail
|
||||||
# requests
|
# requests
|
||||||
|
|
Loading…
Reference in a new issue