mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48:02 +01:00
Update dependencies
This commit is contained in:
parent
2dcd7ba7f7
commit
30b020a73b
3 changed files with 11 additions and 11 deletions
|
@ -44,7 +44,7 @@ django-extensions==3.2.3
|
|||
# via -r requirements.in
|
||||
django-htmx==1.19.0
|
||||
# via -r requirements.in
|
||||
django-solo==2.3.0
|
||||
django-solo==2.4.0
|
||||
# via -r requirements.in
|
||||
fonttools==4.54.1
|
||||
# via matplotlib
|
||||
|
@ -66,7 +66,7 @@ packaging==24.1
|
|||
# via
|
||||
# gunicorn
|
||||
# matplotlib
|
||||
pillow==10.4.0
|
||||
pillow==11.0.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
|
|
|
@ -31,7 +31,7 @@ click==8.1.7
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.6.3
|
||||
coverage[toml]==7.6.4
|
||||
# via pytest-cov
|
||||
distlib==0.3.9
|
||||
# via virtualenv
|
||||
|
@ -41,7 +41,7 @@ django==5.1.2
|
|||
# model-bakery
|
||||
factory-boy==3.3.1
|
||||
# via -r requirements-dev.in
|
||||
faker==30.3.0
|
||||
faker==30.8.0
|
||||
# via factory-boy
|
||||
filelock==3.16.1
|
||||
# via virtualenv
|
||||
|
@ -60,7 +60,7 @@ invoke==2.2.0
|
|||
# via -r requirements-dev.in
|
||||
jinja2==3.1.4
|
||||
# via pytest-html
|
||||
markupsafe==3.0.1
|
||||
markupsafe==3.0.2
|
||||
# via jinja2
|
||||
model-bakery==1.20.0
|
||||
# via -r requirements-dev.in
|
||||
|
@ -133,7 +133,7 @@ requests==2.32.3
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.6.9
|
||||
ruff==0.7.0
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.25.0
|
||||
# via
|
||||
|
@ -153,7 +153,7 @@ sqlparse==0.5.1
|
|||
# django
|
||||
tenacity==9.0.0
|
||||
# via pytest-selenium
|
||||
trio==0.26.2
|
||||
trio==0.27.0
|
||||
# via
|
||||
# selenium
|
||||
# trio-websocket
|
||||
|
@ -168,7 +168,7 @@ urllib3[socks]==2.2.3
|
|||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.26.6
|
||||
virtualenv==20.27.0
|
||||
# via pre-commit
|
||||
websocket-client==1.8.0
|
||||
# via selenium
|
||||
|
@ -180,5 +180,5 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.2
|
||||
# via pip-tools
|
||||
setuptools==75.1.0
|
||||
setuptools==75.2.0
|
||||
# via pip-tools
|
||||
|
|
|
@ -44,7 +44,7 @@ django-extensions==3.2.3
|
|||
# via -r requirements.in
|
||||
django-htmx==1.19.0
|
||||
# via -r requirements.in
|
||||
django-solo==2.3.0
|
||||
django-solo==2.4.0
|
||||
# via -r requirements.in
|
||||
fonttools==4.54.1
|
||||
# via matplotlib
|
||||
|
@ -66,7 +66,7 @@ packaging==24.1
|
|||
# via
|
||||
# gunicorn
|
||||
# matplotlib
|
||||
pillow==10.4.0
|
||||
pillow==11.0.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
|
|
Loading…
Reference in a new issue