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