mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
Update dependencies
This commit is contained in:
parent
ec29d95b8e
commit
a3cb768094
3 changed files with 8 additions and 8 deletions
|
@ -56,9 +56,9 @@ idna==3.7
|
||||||
# via requests
|
# via requests
|
||||||
kiwisolver==1.4.5
|
kiwisolver==1.4.5
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
matplotlib==3.9.1.post1
|
matplotlib==3.9.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==2.0.1
|
numpy==2.1.0
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
|
@ -39,7 +39,7 @@ django==5.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# model-bakery
|
# model-bakery
|
||||||
factory-boy==3.3.0
|
factory-boy==3.3.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==27.0.0
|
faker==27.0.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
|
@ -62,7 +62,7 @@ jinja2==3.1.4
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
markupsafe==2.1.5
|
markupsafe==2.1.5
|
||||||
# via jinja2
|
# via jinja2
|
||||||
model-bakery==1.19.1
|
model-bakery==1.19.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
# via black
|
# via black
|
||||||
|
@ -133,7 +133,7 @@ requests==2.32.3
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.5.7
|
ruff==0.6.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.23.1
|
selenium==4.23.1
|
||||||
# via
|
# via
|
||||||
|
@ -178,5 +178,5 @@ wsproto==1.2.0
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==24.2
|
pip==24.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==72.1.0
|
setuptools==72.2.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -56,9 +56,9 @@ idna==3.7
|
||||||
# via requests
|
# via requests
|
||||||
kiwisolver==1.4.5
|
kiwisolver==1.4.5
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
matplotlib==3.9.1.post1
|
matplotlib==3.9.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==2.0.1
|
numpy==2.1.0
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
Loading…
Reference in a new issue