mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +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
|
||||
typing-extensions==4.12.2
|
||||
# via selenium
|
||||
urllib3==2.2.1
|
||||
urllib3==2.2.2
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
|
|
|
@ -58,7 +58,7 @@ django-browser-reload==1.12.1
|
|||
# via -r requirements-dev.in
|
||||
django-debug-toolbar==4.4.2
|
||||
# via -r requirements-dev.in
|
||||
filelock==3.14.0
|
||||
filelock==3.15.1
|
||||
# via virtualenv
|
||||
greenlet==3.0.3
|
||||
# via bpython
|
||||
|
@ -66,7 +66,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.103.1
|
||||
hypothesis==6.103.2
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.36
|
||||
# via pre-commit
|
||||
|
@ -155,7 +155,7 @@ requests==2.32.3
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.4.8
|
||||
ruff==0.4.9
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.21.0
|
||||
# via
|
||||
|
@ -177,7 +177,7 @@ sqlparse==0.5.0
|
|||
# -c constraints.txt
|
||||
# django
|
||||
# django-debug-toolbar
|
||||
tenacity==8.3.0
|
||||
tenacity==8.4.1
|
||||
# via pytest-selenium
|
||||
trio==0.25.1
|
||||
# via
|
||||
|
@ -192,7 +192,7 @@ typing-extensions==4.12.2
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# selenium
|
||||
urllib3[socks]==2.2.1
|
||||
urllib3[socks]==2.2.2
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
|
|
@ -83,7 +83,7 @@ trio-websocket==0.11.1
|
|||
# via selenium
|
||||
typing-extensions==4.12.2
|
||||
# via selenium
|
||||
urllib3[socks]==2.2.1
|
||||
urllib3[socks]==2.2.2
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
|
|
Loading…
Reference in a new issue