diff --git a/poetry.lock b/poetry.lock index 3ddc8d1c0c..0309d60237 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1160,22 +1160,23 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "docker" -version = "7.0.0" +version = "7.1.0" description = "A Python library for the Docker Engine API." optional = false python-versions = ">=3.8" files = [ - {file = "docker-7.0.0-py3-none-any.whl", hash = "sha256:12ba681f2777a0ad28ffbcc846a69c31b4dfd9752b47eb425a274ee269c5e14b"}, - {file = "docker-7.0.0.tar.gz", hash = "sha256:323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3"}, + {file = "docker-7.1.0-py3-none-any.whl", hash = "sha256:c96b93b7f0a746f9e77d325bcfb87422a3d8bd4f03136ae8a85b37f1898d5fc0"}, + {file = "docker-7.1.0.tar.gz", hash = "sha256:ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c"}, ] [package.dependencies] -packaging = ">=14.0" pywin32 = {version = ">=304", markers = "sys_platform == \"win32\""} requests = ">=2.26.0" urllib3 = ">=1.26.0" [package.extras] +dev = ["coverage (==7.2.7)", "pytest (==7.4.2)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.1.0)", "ruff (==0.1.8)"] +docs = ["myst-parser (==0.18.0)", "sphinx (==5.1.1)"] ssh = ["paramiko (>=2.4.3)"] websockets = ["websocket-client (>=1.3.0)"] @@ -4499,4 +4500,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2c42ffcf18efefbac481a9620fcd0629665ac7c47ed285701201db8eb7a9abe1" +content-hash = "58a9f25486fa4758850ff6144d5c17850e36068511ce06980776de6fa11497e2" diff --git a/pyproject.toml b/pyproject.toml index 25e4c9a939..9256725d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ tzlocal = "5.2" bandit = "1.7.8" black = "24.4.2" coverage = "7.5.2" -docker = "7.0.0" +docker = "7.1.0" flake8 = "7.0.0" freezegun = "1.5.1" mock = "5.1.0"