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
73c6d5338d
commit
60bfa24cae
3 changed files with 12 additions and 12 deletions
|
@ -20,9 +20,9 @@ charset-normalizer==3.2.0
|
||||||
# via requests
|
# via requests
|
||||||
confusable-homoglyphs==3.2.0
|
confusable-homoglyphs==3.2.0
|
||||||
# via django-registration
|
# via django-registration
|
||||||
cryptography==41.0.2
|
cryptography==41.0.3
|
||||||
# via django-anymail
|
# via django-anymail
|
||||||
django==4.2.3
|
django==4.2.4
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
|
@ -39,7 +39,7 @@ click==8.1.6
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.7
|
coverage[toml]==7.2.7
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
curtsies==0.4.1
|
curtsies==0.4.2
|
||||||
# via bpython
|
# via bpython
|
||||||
cwcwidth==0.1.8
|
cwcwidth==0.1.8
|
||||||
# via
|
# via
|
||||||
|
@ -47,7 +47,7 @@ cwcwidth==0.1.8
|
||||||
# curtsies
|
# curtsies
|
||||||
distlib==0.3.7
|
distlib==0.3.7
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
django==4.2.3
|
django==4.2.4
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django-browser-reload
|
# django-browser-reload
|
||||||
|
@ -69,7 +69,7 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.82.0
|
hypothesis==6.82.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.26
|
identify==2.5.26
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -82,7 +82,7 @@ iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
invoke==2.2.0
|
invoke==2.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
model-bakery==1.12.0
|
model-bakery==1.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
# via black
|
# via black
|
||||||
|
@ -100,7 +100,7 @@ packaging==23.1
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.2
|
pathspec==0.11.2
|
||||||
# via black
|
# via black
|
||||||
pip-tools==7.1.0
|
pip-tools==7.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.10.0
|
platformdirs==3.10.0
|
||||||
# via
|
# via
|
||||||
|
@ -112,7 +112,7 @@ pre-commit==3.3.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
pygments==2.15.1
|
pygments==2.16.1
|
||||||
# via bpython
|
# via bpython
|
||||||
pyproject-hooks==1.0.0
|
pyproject-hooks==1.0.0
|
||||||
# via build
|
# via build
|
||||||
|
@ -154,7 +154,7 @@ requests==2.31.0
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.280
|
ruff==0.0.282
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.1
|
selenium==4.9.1
|
||||||
# via
|
# via
|
||||||
|
@ -196,7 +196,7 @@ virtualenv==20.24.2
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.6
|
wcwidth==0.2.6
|
||||||
# via blessed
|
# via blessed
|
||||||
wheel==0.41.0
|
wheel==0.41.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -20,9 +20,9 @@ charset-normalizer==3.2.0
|
||||||
# via requests
|
# via requests
|
||||||
confusable-homoglyphs==3.2.0
|
confusable-homoglyphs==3.2.0
|
||||||
# via django-registration
|
# via django-registration
|
||||||
cryptography==41.0.2
|
cryptography==41.0.3
|
||||||
# via django-anymail
|
# via django-anymail
|
||||||
django==4.2.3
|
django==4.2.4
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
Loading…
Reference in a new issue