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
af9d9b86f4
commit
e8caa71ddb
3 changed files with 15 additions and 15 deletions
|
@ -20,7 +20,7 @@ charset-normalizer==3.3.1
|
|||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
cryptography==41.0.4
|
||||
cryptography==41.0.5
|
||||
# via django-anymail
|
||||
django==4.2.6
|
||||
# via
|
||||
|
@ -31,7 +31,7 @@ django==4.2.6
|
|||
# django-htmx
|
||||
# django-linear-migrations
|
||||
# django-registration
|
||||
django-anymail==10.1
|
||||
django-anymail==10.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
@ -59,7 +59,7 @@ idna==3.4
|
|||
# trio
|
||||
markdown==3.5
|
||||
# via -r requirements.in
|
||||
outcome==1.3.0
|
||||
outcome==1.3.0.post0
|
||||
# via trio
|
||||
packaging==23.2
|
||||
# via gunicorn
|
||||
|
|
|
@ -59,9 +59,9 @@ django-browser-reload==1.12.0
|
|||
# via -r requirements-dev.in
|
||||
django-debug-toolbar==4.2.0
|
||||
# via -r requirements-dev.in
|
||||
filelock==3.12.4
|
||||
filelock==3.13.0
|
||||
# via virtualenv
|
||||
greenlet==3.0.0
|
||||
greenlet==3.0.1
|
||||
# via bpython
|
||||
h11==0.14.0
|
||||
# via
|
||||
|
@ -69,7 +69,7 @@ h11==0.14.0
|
|||
# wsproto
|
||||
hypothesis==6.88.1
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.30
|
||||
identify==2.5.31
|
||||
# via pre-commit
|
||||
idna==3.4
|
||||
# via
|
||||
|
@ -84,13 +84,13 @@ jinja2==3.1.2
|
|||
# via pytest-html
|
||||
markupsafe==2.1.3
|
||||
# via jinja2
|
||||
model-bakery==1.16.0
|
||||
model-bakery==1.17.0
|
||||
# via -r requirements-dev.in
|
||||
mypy-extensions==1.0.0
|
||||
# via black
|
||||
nodeenv==1.8.0
|
||||
# via pre-commit
|
||||
outcome==1.3.0
|
||||
outcome==1.3.0.post0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# trio
|
||||
|
@ -122,7 +122,7 @@ pysocks==1.7.1
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# urllib3
|
||||
pytest==7.4.2
|
||||
pytest==7.4.3
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-base-url
|
||||
|
@ -136,7 +136,7 @@ pytest-base-url==2.0.0
|
|||
# via pytest-selenium
|
||||
pytest-cov==4.1.0
|
||||
# via -r requirements-dev.in
|
||||
pytest-django==4.5.2
|
||||
pytest-django==4.6.0
|
||||
# via -r requirements-dev.in
|
||||
pytest-html==4.0.2
|
||||
# via pytest-selenium
|
||||
|
@ -156,7 +156,7 @@ requests==2.31.0
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.1.1
|
||||
ruff==0.1.3
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -198,7 +198,7 @@ virtualenv==20.24.6
|
|||
# via pre-commit
|
||||
wcwidth==0.2.8
|
||||
# via blessed
|
||||
wheel==0.41.2
|
||||
wheel==0.41.3
|
||||
# via pip-tools
|
||||
wsproto==1.2.0
|
||||
# via
|
||||
|
|
|
@ -20,7 +20,7 @@ charset-normalizer==3.3.1
|
|||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
cryptography==41.0.4
|
||||
cryptography==41.0.5
|
||||
# via django-anymail
|
||||
django==4.2.6
|
||||
# via
|
||||
|
@ -31,7 +31,7 @@ django==4.2.6
|
|||
# django-htmx
|
||||
# django-linear-migrations
|
||||
# django-registration
|
||||
django-anymail[mailgun]==10.1
|
||||
django-anymail[mailgun]==10.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
@ -59,7 +59,7 @@ idna==3.4
|
|||
# trio
|
||||
markdown==3.5
|
||||
# via -r requirements.in
|
||||
outcome==1.3.0
|
||||
outcome==1.3.0.post0
|
||||
# via trio
|
||||
packaging==23.2
|
||||
# via gunicorn
|
||||
|
|
Loading…
Reference in a new issue