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
8ae26920d6
commit
08c135dc89
3 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ charset-normalizer==3.3.2
|
||||||
# via requests
|
# via requests
|
||||||
confusable-homoglyphs==3.3.1
|
confusable-homoglyphs==3.3.1
|
||||||
# via django-registration
|
# via django-registration
|
||||||
django==5.1
|
django==5.1.1
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
|
@ -21,7 +21,7 @@ blessed==1.20.0
|
||||||
# via curtsies
|
# via curtsies
|
||||||
bpython==0.24
|
bpython==0.24
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
build==1.2.1
|
build==1.2.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
# via
|
# via
|
||||||
|
@ -48,7 +48,7 @@ cwcwidth==0.1.9
|
||||||
# curtsies
|
# curtsies
|
||||||
distlib==0.3.8
|
distlib==0.3.8
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
django==5.1
|
django==5.1.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django-browser-reload
|
# django-browser-reload
|
||||||
|
@ -58,7 +58,7 @@ django-browser-reload==1.15.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==4.4.6
|
django-debug-toolbar==4.4.6
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
filelock==3.15.4
|
filelock==3.16.0
|
||||||
# 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.111.2
|
hypothesis==6.112.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.6.0
|
identify==2.6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -103,7 +103,7 @@ pathspec==0.12.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==7.4.1
|
pip-tools==7.4.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==4.2.2
|
platformdirs==4.3.2
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
@ -155,7 +155,7 @@ requests==2.32.3
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.6.3
|
ruff==0.6.4
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.24.0
|
selenium==4.24.0
|
||||||
# via
|
# via
|
||||||
|
@ -197,7 +197,7 @@ urllib3[socks]==2.2.2
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.26.3
|
virtualenv==20.26.4
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
# via blessed
|
# via blessed
|
||||||
|
@ -215,5 +215,5 @@ 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.2
|
pip==24.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==74.1.0
|
setuptools==74.1.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -20,7 +20,7 @@ charset-normalizer==3.3.2
|
||||||
# via requests
|
# via requests
|
||||||
confusable-homoglyphs==3.3.1
|
confusable-homoglyphs==3.3.1
|
||||||
# via django-registration
|
# via django-registration
|
||||||
django==5.1
|
django==5.1.1
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
Loading…
Reference in a new issue