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
bbe1ca64fc
commit
24672349dd
3 changed files with 11 additions and 11 deletions
|
@ -16,9 +16,9 @@ charset-normalizer==3.3.2
|
|||
# via requests
|
||||
contourpy==1.2.0
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==2023.10
|
||||
crispy-bootstrap5==2024.2
|
||||
# via -r requirements.in
|
||||
cryptography==42.0.3
|
||||
cryptography==42.0.5
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
|
|
|
@ -31,7 +31,7 @@ click==8.1.7
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.4.1
|
||||
coverage[toml]==7.4.3
|
||||
# via pytest-cov
|
||||
distlib==0.3.8
|
||||
# via virtualenv
|
||||
|
@ -95,7 +95,7 @@ pyproject-hooks==1.0.0
|
|||
# pip-tools
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
pytest==8.0.1
|
||||
pytest==8.0.2
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-base-url
|
||||
|
@ -135,7 +135,7 @@ requests==2.31.0
|
|||
# pytest-selenium
|
||||
ruff==0.2.2
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.18.0
|
||||
selenium==4.18.1
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-selenium
|
||||
|
@ -143,7 +143,7 @@ six==1.16.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# python-dateutil
|
||||
sniffio==1.3.0
|
||||
sniffio==1.3.1
|
||||
# via trio
|
||||
sortedcontainers==2.4.0
|
||||
# via trio
|
||||
|
@ -159,14 +159,14 @@ trio==0.24.0
|
|||
# trio-websocket
|
||||
trio-websocket==0.11.1
|
||||
# via selenium
|
||||
typing-extensions==4.9.0
|
||||
typing-extensions==4.10.0
|
||||
# via selenium
|
||||
urllib3[socks]==2.2.1
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.25.0
|
||||
virtualenv==20.25.1
|
||||
# via pre-commit
|
||||
wheel==0.42.0
|
||||
# via pip-tools
|
||||
|
@ -176,7 +176,7 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.0
|
||||
# via pip-tools
|
||||
setuptools==69.1.0
|
||||
setuptools==69.1.1
|
||||
# via
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
|
@ -16,9 +16,9 @@ charset-normalizer==3.3.2
|
|||
# via requests
|
||||
contourpy==1.2.0
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==2023.10
|
||||
crispy-bootstrap5==2024.2
|
||||
# via -r requirements.in
|
||||
cryptography==42.0.3
|
||||
cryptography==42.0.5
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
|
|
Loading…
Reference in a new issue