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
c70789e80f
commit
eba6f32dca
1 changed files with 8 additions and 8 deletions
|
@ -87,7 +87,7 @@ platformdirs==4.2.2
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pre-commit==3.7.1
|
pre-commit==3.8.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pyproject-hooks==1.1.0
|
pyproject-hooks==1.1.0
|
||||||
# via
|
# via
|
||||||
|
@ -95,7 +95,7 @@ pyproject-hooks==1.1.0
|
||||||
# pip-tools
|
# pip-tools
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
pytest==8.3.1
|
pytest==8.3.2
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
|
@ -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.5.4
|
ruff==0.5.5
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.23.0
|
selenium==4.23.1
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
|
@ -151,7 +151,7 @@ sqlparse==0.5.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
tenacity==8.5.0
|
tenacity==9.0.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.26.0
|
trio==0.26.0
|
||||||
# via
|
# via
|
||||||
|
@ -159,7 +159,7 @@ trio==0.26.0
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.11.1
|
trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.9.0
|
typing-extensions==4.12.2
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==2.2.2
|
urllib3[socks]==2.2.2
|
||||||
# via
|
# via
|
||||||
|
@ -176,7 +176,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==24.1.2
|
pip==24.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==71.1.0
|
setuptools==72.1.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
Loading…
Reference in a new issue