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
d4b2d26059
commit
dd9d277da0
3 changed files with 9 additions and 9 deletions
|
@ -58,7 +58,7 @@ kiwisolver==1.4.7
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
matplotlib==3.9.2
|
matplotlib==3.9.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==2.1.2
|
numpy==2.1.3
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
@ -88,5 +88,5 @@ urllib3==2.2.3
|
||||||
# via
|
# via
|
||||||
# django-anymail
|
# django-anymail
|
||||||
# requests
|
# requests
|
||||||
whitenoise==6.8.1
|
whitenoise==6.8.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
|
@ -41,7 +41,7 @@ django==5.1.2
|
||||||
# model-bakery
|
# model-bakery
|
||||||
factory-boy==3.3.1
|
factory-boy==3.3.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==30.8.1
|
faker==30.8.2
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.16.1
|
filelock==3.16.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -108,7 +108,7 @@ pytest==8.3.3
|
||||||
# pytest-variables
|
# pytest-variables
|
||||||
pytest-base-url==2.1.0
|
pytest-base-url==2.1.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
pytest-cov==5.0.0
|
pytest-cov==6.0.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-django==4.9.0
|
pytest-django==4.9.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -133,9 +133,9 @@ requests==2.32.3
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.7.1
|
ruff==0.7.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.25.0
|
selenium==4.26.1
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
|
@ -180,5 +180,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.3.1
|
pip==24.3.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==75.2.0
|
setuptools==75.3.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -58,7 +58,7 @@ kiwisolver==1.4.7
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
matplotlib==3.9.2
|
matplotlib==3.9.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==2.1.2
|
numpy==2.1.3
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
@ -88,5 +88,5 @@ urllib3==2.2.3
|
||||||
# via
|
# via
|
||||||
# django-anymail
|
# django-anymail
|
||||||
# requests
|
# requests
|
||||||
whitenoise==6.8.1
|
whitenoise==6.8.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
Loading…
Reference in a new issue