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
0242d6305b
commit
491600bd50
3 changed files with 15 additions and 15 deletions
|
@ -12,7 +12,7 @@ cffi==1.15.1
|
|||
# via cryptography
|
||||
charset-normalizer==3.2.0
|
||||
# via requests
|
||||
contourpy==1.1.0
|
||||
contourpy==1.1.1
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==0.7
|
||||
# via -r requirements.in
|
||||
|
@ -58,9 +58,9 @@ idna==3.4
|
|||
# via requests
|
||||
kiwisolver==1.4.5
|
||||
# via matplotlib
|
||||
matplotlib==3.7.2
|
||||
matplotlib==3.8.0
|
||||
# via -r requirements.in
|
||||
numpy==1.25.2
|
||||
numpy==1.26.0
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
@ -68,13 +68,13 @@ packaging==23.1
|
|||
# via
|
||||
# gunicorn
|
||||
# matplotlib
|
||||
pillow==10.0.0
|
||||
pillow==10.0.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.0.9
|
||||
pyparsing==3.1.1
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
# via
|
||||
|
|
|
@ -45,11 +45,11 @@ factory-boy==3.3.0
|
|||
# via -r requirements-dev.in
|
||||
faker==19.6.1
|
||||
# via factory-boy
|
||||
filelock==3.12.3
|
||||
filelock==3.12.4
|
||||
# via virtualenv
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
identify==2.5.27
|
||||
identify==2.5.29
|
||||
# via pre-commit
|
||||
idna==3.4
|
||||
# via
|
||||
|
@ -112,7 +112,7 @@ pytest-cov==4.1.0
|
|||
# via -r requirements-dev.in
|
||||
pytest-django==4.5.2
|
||||
# via -r requirements-dev.in
|
||||
pytest-html==4.0.1
|
||||
pytest-html==4.0.2
|
||||
# via pytest-selenium
|
||||
pytest-metadata==3.0.0
|
||||
# via pytest-html
|
||||
|
@ -131,7 +131,7 @@ requests==2.31.0
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.288
|
||||
ruff==0.0.290
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -172,7 +172,7 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==23.2.1
|
||||
# via pip-tools
|
||||
setuptools==68.2.1
|
||||
setuptools==68.2.2
|
||||
# via
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
|
@ -12,7 +12,7 @@ cffi==1.15.1
|
|||
# via cryptography
|
||||
charset-normalizer==3.2.0
|
||||
# via requests
|
||||
contourpy==1.1.0
|
||||
contourpy==1.1.1
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==0.7
|
||||
# via -r requirements.in
|
||||
|
@ -58,9 +58,9 @@ idna==3.4
|
|||
# via requests
|
||||
kiwisolver==1.4.5
|
||||
# via matplotlib
|
||||
matplotlib==3.7.2
|
||||
matplotlib==3.8.0
|
||||
# via -r requirements.in
|
||||
numpy==1.25.2
|
||||
numpy==1.26.0
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
@ -68,13 +68,13 @@ packaging==23.1
|
|||
# via
|
||||
# gunicorn
|
||||
# matplotlib
|
||||
pillow==10.0.0
|
||||
pillow==10.0.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.0.9
|
||||
pyparsing==3.1.1
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue