mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-10 02:13:54 +01:00
Update dependencies
This commit is contained in:
parent
4e3abbdc3d
commit
6fd4737e14
3 changed files with 9 additions and 9 deletions
|
@ -52,7 +52,7 @@ freezegun==1.5.1
|
|||
# via -r requirements.in
|
||||
gunicorn==23.0.0
|
||||
# via -r requirements.in
|
||||
idna==3.7
|
||||
idna==3.8
|
||||
# via requests
|
||||
kiwisolver==1.4.5
|
||||
# via matplotlib
|
||||
|
@ -70,7 +70,7 @@ pillow==10.4.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pyparsing==3.1.2
|
||||
pyparsing==3.1.4
|
||||
# via matplotlib
|
||||
python-dateutil==2.9.0.post0
|
||||
# via
|
||||
|
|
|
@ -41,7 +41,7 @@ django==5.1
|
|||
# model-bakery
|
||||
factory-boy==3.3.1
|
||||
# via -r requirements-dev.in
|
||||
faker==27.0.0
|
||||
faker==28.0.0
|
||||
# via factory-boy
|
||||
filelock==3.15.4
|
||||
# via virtualenv
|
||||
|
@ -49,7 +49,7 @@ h11==0.14.0
|
|||
# via wsproto
|
||||
identify==2.6.0
|
||||
# via pre-commit
|
||||
idna==3.7
|
||||
idna==3.8
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
@ -62,7 +62,7 @@ jinja2==3.1.4
|
|||
# via pytest-html
|
||||
markupsafe==2.1.5
|
||||
# via jinja2
|
||||
model-bakery==1.19.3
|
||||
model-bakery==1.19.5
|
||||
# via -r requirements-dev.in
|
||||
mypy-extensions==1.0.0
|
||||
# via black
|
||||
|
@ -133,7 +133,7 @@ requests==2.32.3
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.6.1
|
||||
ruff==0.6.2
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.23.1
|
||||
# via
|
||||
|
@ -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==72.2.0
|
||||
setuptools==73.0.1
|
||||
# via pip-tools
|
||||
|
|
|
@ -52,7 +52,7 @@ freezegun==1.5.1
|
|||
# via -r requirements.in
|
||||
gunicorn==23.0.0
|
||||
# via -r requirements.in
|
||||
idna==3.7
|
||||
idna==3.8
|
||||
# via requests
|
||||
kiwisolver==1.4.5
|
||||
# via matplotlib
|
||||
|
@ -70,7 +70,7 @@ pillow==10.4.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pyparsing==3.1.2
|
||||
pyparsing==3.1.4
|
||||
# via matplotlib
|
||||
python-dateutil==2.9.0.post0
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue