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
41202371aa
commit
6dc17a58d1
3 changed files with 12 additions and 12 deletions
|
@ -12,7 +12,7 @@ attrs==23.2.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
# trio
|
# trio
|
||||||
certifi==2024.6.2
|
certifi==2024.7.4
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -75,7 +75,7 @@ sortedcontainers==2.4.0
|
||||||
# via trio
|
# via trio
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.0
|
||||||
# via django
|
# via django
|
||||||
trio==0.25.1
|
trio==0.26.0
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
|
|
@ -23,7 +23,7 @@ bpython==0.24
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
build==1.2.1
|
build==1.2.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
certifi==2024.6.2
|
certifi==2024.7.4
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
|
@ -56,7 +56,7 @@ django==5.0.6
|
||||||
# model-bakery
|
# model-bakery
|
||||||
django-browser-reload==1.13.0
|
django-browser-reload==1.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==4.4.2
|
django-debug-toolbar==4.4.5
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
filelock==3.15.4
|
filelock==3.15.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -66,9 +66,9 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.104.2
|
hypothesis==6.105.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.36
|
identify==2.6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.7
|
idna==3.7
|
||||||
# via
|
# via
|
||||||
|
@ -155,7 +155,7 @@ requests==2.32.3
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.5.0
|
ruff==0.5.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.22.0
|
selenium==4.22.0
|
||||||
# via
|
# via
|
||||||
|
@ -177,9 +177,9 @@ sqlparse==0.5.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
# django-debug-toolbar
|
# django-debug-toolbar
|
||||||
tenacity==8.4.2
|
tenacity==8.5.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.25.1
|
trio==0.26.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -213,7 +213,7 @@ wsproto==1.2.0
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
|
||||||
# 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.1.1
|
pip==24.1.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==70.2.0
|
setuptools==70.2.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -12,7 +12,7 @@ attrs==23.2.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
# trio
|
# trio
|
||||||
certifi==2024.6.2
|
certifi==2024.7.4
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -75,7 +75,7 @@ sortedcontainers==2.4.0
|
||||||
# via trio
|
# via trio
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.0
|
||||||
# via django
|
# via django
|
||||||
trio==0.25.1
|
trio==0.26.0
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
|
Loading…
Reference in a new issue