mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-09 18:03:53 +01:00
Update dependencies
This commit is contained in:
parent
c28b880f7f
commit
c07bd21dd9
3 changed files with 14 additions and 14 deletions
|
@ -18,7 +18,7 @@ crispy-bootstrap5==2024.2
|
|||
# via -r requirements.in
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
django==5.1
|
||||
django==5.1.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# crispy-bootstrap5
|
||||
|
@ -54,11 +54,11 @@ gunicorn==23.0.0
|
|||
# via -r requirements.in
|
||||
idna==3.8
|
||||
# via requests
|
||||
kiwisolver==1.4.5
|
||||
kiwisolver==1.4.7
|
||||
# via matplotlib
|
||||
matplotlib==3.9.2
|
||||
# via -r requirements.in
|
||||
numpy==2.1.0
|
||||
numpy==2.1.1
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
|
|
@ -14,7 +14,7 @@ attrs==24.2.0
|
|||
# trio
|
||||
black==24.8.0
|
||||
# via -r requirements-dev.in
|
||||
build==1.2.1
|
||||
build==1.2.2
|
||||
# via pip-tools
|
||||
certifi==2024.8.30
|
||||
# via
|
||||
|
@ -35,15 +35,15 @@ coverage[toml]==7.6.1
|
|||
# via pytest-cov
|
||||
distlib==0.3.8
|
||||
# via virtualenv
|
||||
django==5.1
|
||||
django==5.1.1
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# model-bakery
|
||||
factory-boy==3.3.1
|
||||
# via -r requirements-dev.in
|
||||
faker==28.1.0
|
||||
faker==28.4.1
|
||||
# via factory-boy
|
||||
filelock==3.15.4
|
||||
filelock==3.16.0
|
||||
# via virtualenv
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
|
@ -81,7 +81,7 @@ pathspec==0.12.1
|
|||
# via black
|
||||
pip-tools==7.4.1
|
||||
# via -r requirements-dev.in
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.2
|
||||
# via
|
||||
# black
|
||||
# virtualenv
|
||||
|
@ -133,7 +133,7 @@ requests==2.32.3
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.6.3
|
||||
ruff==0.6.4
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.24.0
|
||||
# via
|
||||
|
@ -166,7 +166,7 @@ urllib3[socks]==2.2.2
|
|||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.26.3
|
||||
virtualenv==20.26.4
|
||||
# via pre-commit
|
||||
websocket-client==1.8.0
|
||||
# via selenium
|
||||
|
@ -178,5 +178,5 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.2
|
||||
# via pip-tools
|
||||
setuptools==74.1.0
|
||||
setuptools==74.1.2
|
||||
# via pip-tools
|
||||
|
|
|
@ -18,7 +18,7 @@ crispy-bootstrap5==2024.2
|
|||
# via -r requirements.in
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
django==5.1
|
||||
django==5.1.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# crispy-bootstrap5
|
||||
|
@ -54,11 +54,11 @@ gunicorn==23.0.0
|
|||
# via -r requirements.in
|
||||
idna==3.8
|
||||
# via requests
|
||||
kiwisolver==1.4.5
|
||||
kiwisolver==1.4.7
|
||||
# via matplotlib
|
||||
matplotlib==3.9.2
|
||||
# via -r requirements.in
|
||||
numpy==2.1.0
|
||||
numpy==2.1.1
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
|
Loading…
Reference in a new issue