mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Update dependencies
This commit is contained in:
parent
e6085c5d87
commit
f0ccafa277
3 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ charset-normalizer==3.2.0
|
|||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
cryptography==41.0.3
|
||||
cryptography==41.0.4
|
||||
# via django-anymail
|
||||
django==4.2.5
|
||||
# via
|
||||
|
@ -87,7 +87,7 @@ trio==0.22.2
|
|||
# trio-websocket
|
||||
trio-websocket==0.10.4
|
||||
# via selenium
|
||||
urllib3==2.0.4
|
||||
urllib3==2.0.5
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
|
|
|
@ -69,7 +69,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.86.2
|
||||
hypothesis==6.87.0
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.29
|
||||
# via pre-commit
|
||||
|
@ -158,7 +158,7 @@ requests==2.31.0
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.290
|
||||
ruff==0.0.291
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -191,7 +191,7 @@ trio-websocket==0.10.4
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# selenium
|
||||
urllib3[socks]==2.0.4
|
||||
urllib3[socks]==2.0.5
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
|
|
@ -20,7 +20,7 @@ charset-normalizer==3.2.0
|
|||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
cryptography==41.0.3
|
||||
cryptography==41.0.4
|
||||
# via django-anymail
|
||||
django==4.2.5
|
||||
# via
|
||||
|
@ -87,7 +87,7 @@ trio==0.22.2
|
|||
# trio-websocket
|
||||
trio-websocket==0.10.4
|
||||
# via selenium
|
||||
urllib3[socks]==2.0.4
|
||||
urllib3[socks]==2.0.5
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
|
|
Loading…
Reference in a new issue