mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Update dependencies
This commit is contained in:
parent
51a8be7461
commit
09131ac59e
3 changed files with 11 additions and 9 deletions
|
@ -18,7 +18,7 @@ contourpy==1.2.0
|
|||
# via matplotlib
|
||||
crispy-bootstrap5==2023.10
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.7
|
||||
cryptography==42.0.1
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
|
@ -36,7 +36,7 @@ django-anymail==10.2
|
|||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
django-cleanup==8.0.0
|
||||
django-cleanup==8.1.0
|
||||
# via -r requirements.in
|
||||
django-crispy-forms==2.1
|
||||
# via
|
||||
|
|
|
@ -12,7 +12,7 @@ attrs==23.2.0
|
|||
# via
|
||||
# outcome
|
||||
# trio
|
||||
black==23.12.1
|
||||
black==24.1.1
|
||||
# via -r requirements-dev.in
|
||||
build==1.0.3
|
||||
# via pip-tools
|
||||
|
@ -31,7 +31,7 @@ click==8.1.7
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.4.0
|
||||
coverage[toml]==7.4.1
|
||||
# via
|
||||
# coverage
|
||||
# pytest-cov
|
||||
|
@ -43,7 +43,7 @@ django==5.0.1
|
|||
# model-bakery
|
||||
factory-boy==3.3.0
|
||||
# via -r requirements-dev.in
|
||||
faker==22.4.0
|
||||
faker==22.6.0
|
||||
# via factory-boy
|
||||
filelock==3.13.1
|
||||
# via virtualenv
|
||||
|
@ -86,7 +86,7 @@ platformdirs==4.1.0
|
|||
# via
|
||||
# black
|
||||
# virtualenv
|
||||
pluggy==1.3.0
|
||||
pluggy==1.4.0
|
||||
# via pytest
|
||||
pre-commit==3.6.0
|
||||
# via -r requirements-dev.in
|
||||
|
@ -131,7 +131,7 @@ requests==2.31.0
|
|||
# pytest-selenium
|
||||
ruff==0.1.14
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.16.0
|
||||
selenium==4.17.2
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-selenium
|
||||
|
@ -155,6 +155,8 @@ trio==0.24.0
|
|||
# trio-websocket
|
||||
trio-websocket==0.11.1
|
||||
# via selenium
|
||||
typing-extensions==4.9.0
|
||||
# via selenium
|
||||
urllib3[socks]==2.1.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
|
|
|
@ -18,7 +18,7 @@ contourpy==1.2.0
|
|||
# via matplotlib
|
||||
crispy-bootstrap5==2023.10
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.7
|
||||
cryptography==42.0.1
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
|
@ -36,7 +36,7 @@ django-anymail[mailgun]==10.2
|
|||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
django-cleanup==8.0.0
|
||||
django-cleanup==8.1.0
|
||||
# via -r requirements.in
|
||||
django-crispy-forms==2.1
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue