build(deps-dev): bump docker from 6.1.3 to 7.0.0 (#3180)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-12 10:27:49 +01:00
committed by GitHub
parent b101e15985
commit 8fa7b9ba00
2 changed files with 7 additions and 23 deletions

28
poetry.lock generated
View File

@@ -794,13 +794,13 @@ graph = ["objgraph (>=1.7.2)"]
[[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]
@@ -808,10 +808,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 = "dparse"
@@ -3157,22 +3157,6 @@ files = [
[package.extras]
watchmedo = ["PyYAML (>=3.10)"]
[[package]]
name = "websocket-client"
version = "1.5.1"
description = "WebSocket client for Python with low level API options"
optional = false
python-versions = ">=3.7"
files = [
{file = "websocket-client-1.5.1.tar.gz", hash = "sha256:3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40"},
{file = "websocket_client-1.5.1-py3-none-any.whl", hash = "sha256:cdf5877568b7e83aa7cf2244ab56a3213de587bbe0ce9d8b9600fc77b455d89e"},
]
[package.extras]
docs = ["Sphinx (>=3.4)", "sphinx-rtd-theme (>=0.5)"]
optional = ["python-socks", "wsaccel"]
test = ["websockets"]
[[package]]
name = "werkzeug"
version = "3.0.1"
@@ -3312,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "0691e40fa4cefaa53b1de26a930995f1e47d965537af23d459a8748d3738a0e3"
content-hash = "dba1f670cd5434193dc0f79d6ec7106ca0ce9169753edf06cef0c6c89fff4293"

View File

@@ -59,7 +59,7 @@ docs = ["mkdocs", "mkdocs-material"]
bandit = "1.7.6"
black = "22.12.0"
coverage = "7.3.2"
docker = "6.1.3"
docker = "7.0.0"
flake8 = "6.1.0"
freezegun = "1.3.1"
mock = "5.1.0"