fix(deps): update dependency docker to v7 (#640)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-09 15:35:53 +01:00 committed by GitHub
parent f957a5c41d
commit 5e7b78b181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -290,13 +290,13 @@ langdetect = ["langdetect"]
[[package]]
name = "docker"
version = "6.1.3"
version = "7.0.0"
description = "A Python library for the Docker Engine API."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "docker-6.1.3-py3-none-any.whl", hash = "sha256:aecd2277b8bf8e506e484f6ab7aec39abe0038e29fa4a6d3ba86c3fe01844ed9"},
{file = "docker-6.1.3.tar.gz", hash = "sha256:aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20"},
{file = "docker-7.0.0-py3-none-any.whl", hash = "sha256:12ba681f2777a0ad28ffbcc846a69c31b4dfd9752b47eb425a274ee269c5e14b"},
{file = "docker-7.0.0.tar.gz", hash = "sha256:323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3"},
]
[package.dependencies]
@ -304,10 +304,10 @@ packaging = ">=14.0"
pywin32 = {version = ">=304", markers = "sys_platform == \"win32\""}
requests = ">=2.26.0"
urllib3 = ">=1.26.0"
websocket-client = ">=0.32.0"
[package.extras]
ssh = ["paramiko (>=2.4.3)"]
websockets = ["websocket-client (>=1.3.0)"]
[[package]]
name = "docker-pycreds"
@ -1130,4 +1130,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "d22a2d1ac587f60151f76744c6127c4cb44baa2581a151e66e13b58de3ccf530"
content-hash = "d88b4d5bd19fc48bb4ce5da3f68c97f711296b676fa726a6d8e3e064fb5c38dc"

View File

@ -41,7 +41,7 @@ appdirs = "1.4.4"
certifi = "2023.11.17"
colorama = "0.4.6"
dateparser = "1.2.0"
docker = "6.1.3"
docker = "7.0.0"
docker-pycreds = "0.4.0"
environs = "10.1.0"
idna = "3.6"