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
9fcd4dc90a
commit
743adc3e02
3 changed files with 11 additions and 11 deletions
|
@ -63,7 +63,7 @@ pillow==10.3.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
requests==2.32.0
|
requests==2.32.2
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
@ -81,7 +81,7 @@ trio==0.25.1
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.11.1
|
trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.11.0
|
typing-extensions==4.12.0
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -38,7 +38,7 @@ click==8.1.7
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.5.1
|
coverage[toml]==7.5.2
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
curtsies==0.4.2
|
curtsies==0.4.2
|
||||||
# via bpython
|
# via bpython
|
||||||
|
@ -56,7 +56,7 @@ django==5.0.6
|
||||||
# model-bakery
|
# model-bakery
|
||||||
django-browser-reload==1.12.1
|
django-browser-reload==1.12.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==4.3.0
|
django-debug-toolbar==4.4.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
filelock==3.14.0
|
filelock==3.14.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -66,7 +66,7 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.102.4
|
hypothesis==6.102.6
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.36
|
identify==2.5.36
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -149,13 +149,13 @@ pyxdg==0.28
|
||||||
# via bpython
|
# via bpython
|
||||||
pyyaml==6.0.1
|
pyyaml==6.0.1
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
requests==2.32.0
|
requests==2.32.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.4.4
|
ruff==0.4.5
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.21.0
|
selenium==4.21.0
|
||||||
# via
|
# via
|
||||||
|
@ -188,7 +188,7 @@ trio-websocket==0.11.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
typing-extensions==4.11.0
|
typing-extensions==4.12.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -211,7 +211,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==24.0
|
pip==24.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==69.5.1
|
setuptools==70.0.0
|
||||||
# via
|
# via
|
||||||
# nodeenv
|
# nodeenv
|
||||||
# pip-tools
|
# pip-tools
|
||||||
|
|
|
@ -63,7 +63,7 @@ pillow==10.3.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
requests==2.32.0
|
requests==2.32.2
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
@ -81,7 +81,7 @@ trio==0.25.1
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.11.1
|
trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.11.0
|
typing-extensions==4.12.0
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==2.2.1
|
urllib3[socks]==2.2.1
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Reference in a new issue