mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Update dependencies
This commit is contained in:
parent
0a4e0547ca
commit
a46b946246
3 changed files with 19 additions and 19 deletions
|
@ -8,7 +8,7 @@ asgiref==3.7.2
|
||||||
# via
|
# via
|
||||||
# django
|
# django
|
||||||
# django-htmx
|
# django-htmx
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
# via requests
|
# via requests
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
# via cryptography
|
# via cryptography
|
||||||
|
@ -18,7 +18,7 @@ contourpy==1.2.0
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
crispy-bootstrap5==2023.10
|
crispy-bootstrap5==2023.10
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
cryptography==42.0.1
|
cryptography==42.0.2
|
||||||
# via django-anymail
|
# via django-anymail
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
|
@ -92,7 +92,7 @@ six==1.16.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
# via django
|
# via django
|
||||||
urllib3==2.1.0
|
urllib3==2.2.0
|
||||||
# via
|
# via
|
||||||
# django-anymail
|
# django-anymail
|
||||||
# requests
|
# requests
|
||||||
|
|
|
@ -16,7 +16,7 @@ black==24.1.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
build==1.0.3
|
build==1.0.3
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
|
@ -43,7 +43,7 @@ django==5.0.1
|
||||||
# model-bakery
|
# model-bakery
|
||||||
factory-boy==3.3.0
|
factory-boy==3.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==22.6.0
|
faker==22.7.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.13.1
|
filelock==3.13.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -62,7 +62,7 @@ invoke==2.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
jinja2==3.1.3
|
jinja2==3.1.3
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
markupsafe==2.1.4
|
markupsafe==2.1.5
|
||||||
# via jinja2
|
# via jinja2
|
||||||
model-bakery==1.17.0
|
model-bakery==1.17.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -83,7 +83,7 @@ pathspec==0.12.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==7.3.0
|
pip-tools==7.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==4.1.0
|
platformdirs==4.2.0
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
@ -95,7 +95,7 @@ pyproject-hooks==1.0.0
|
||||||
# via build
|
# via build
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
pytest==7.4.4
|
pytest==8.0.0
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
|
@ -106,21 +106,21 @@ pytest==7.4.4
|
||||||
# pytest-rerunfailures
|
# pytest-rerunfailures
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
# pytest-variables
|
# pytest-variables
|
||||||
pytest-base-url==2.0.0
|
pytest-base-url==2.1.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
pytest-cov==4.1.0
|
pytest-cov==4.1.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-django==4.7.0
|
pytest-django==4.8.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-html==4.1.1
|
pytest-html==4.1.1
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
pytest-metadata==3.0.0
|
pytest-metadata==3.1.0
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
pytest-rerunfailures==13.0
|
pytest-rerunfailures==13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-selenium==4.0.2
|
pytest-selenium==4.1.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-variables==3.0.0
|
pytest-variables==3.1.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
# via
|
# via
|
||||||
|
@ -133,7 +133,7 @@ requests==2.31.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.1.14
|
ruff==0.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.17.2
|
selenium==4.17.2
|
||||||
# via
|
# via
|
||||||
|
@ -161,7 +161,7 @@ trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.9.0
|
typing-extensions==4.9.0
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==2.1.0
|
urllib3[socks]==2.2.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
|
@ -175,7 +175,7 @@ wsproto==1.2.0
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
|
|
||||||
# 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==23.3.2
|
pip==24.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==69.0.3
|
setuptools==69.0.3
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -8,7 +8,7 @@ asgiref==3.7.2
|
||||||
# via
|
# via
|
||||||
# django
|
# django
|
||||||
# django-htmx
|
# django-htmx
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
# via requests
|
# via requests
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
# via cryptography
|
# via cryptography
|
||||||
|
@ -18,7 +18,7 @@ contourpy==1.2.0
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
crispy-bootstrap5==2023.10
|
crispy-bootstrap5==2023.10
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
cryptography==42.0.1
|
cryptography==42.0.2
|
||||||
# via django-anymail
|
# via django-anymail
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
|
@ -92,7 +92,7 @@ six==1.16.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
# via django
|
# via django
|
||||||
urllib3==2.1.0
|
urllib3==2.2.0
|
||||||
# via
|
# via
|
||||||
# django-anymail
|
# django-anymail
|
||||||
# requests
|
# requests
|
||||||
|
|
Loading…
Reference in a new issue