mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Update dependencies
This commit is contained in:
parent
b650a551fc
commit
4c82b137e3
3 changed files with 8 additions and 10 deletions
|
@ -20,7 +20,7 @@ cryptography==41.0.1
|
||||||
# via django-anymail
|
# via django-anymail
|
||||||
cycler==0.11.0
|
cycler==0.11.0
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
django==4.2.2
|
django==4.2.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# crispy-bootstrap5
|
# crispy-bootstrap5
|
||||||
|
@ -66,7 +66,7 @@ numpy==1.25.0
|
||||||
# matplotlib
|
# matplotlib
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
pillow==9.5.0
|
pillow==10.0.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
|
@ -8,8 +8,6 @@ asgiref==3.7.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
async-generator==1.10
|
|
||||||
# via trio
|
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
|
@ -37,11 +35,11 @@ coverage[toml]==7.2.7
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
distlib==0.3.6
|
distlib==0.3.6
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
django==4.2.2
|
django==4.2.3
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# model-bakery
|
# model-bakery
|
||||||
exceptiongroup==1.1.1
|
exceptiongroup==1.1.2
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
factory-boy==3.2.1
|
factory-boy==3.2.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -78,7 +76,7 @@ packaging==23.1
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.13.0
|
pip-tools==6.14.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.8.0
|
platformdirs==3.8.0
|
||||||
# via
|
# via
|
||||||
|
@ -149,7 +147,7 @@ sqlparse==0.4.4
|
||||||
# django
|
# django
|
||||||
tenacity==8.2.2
|
tenacity==8.2.2
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.22.0
|
trio==0.22.1
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
|
|
@ -20,7 +20,7 @@ cryptography==41.0.1
|
||||||
# via django-anymail
|
# via django-anymail
|
||||||
cycler==0.11.0
|
cycler==0.11.0
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
django==4.2.2
|
django==4.2.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# crispy-bootstrap5
|
# crispy-bootstrap5
|
||||||
|
@ -66,7 +66,7 @@ numpy==1.25.0
|
||||||
# matplotlib
|
# matplotlib
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
pillow==9.5.0
|
pillow==10.0.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
Loading…
Reference in a new issue