diff --git a/poetry.lock b/poetry.lock index c5f3134..44206db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -287,22 +287,23 @@ langdetect = ["langdetect"] [[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)"] @@ -1101,4 +1102,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "7bfc50f8cfb4feb1b98a47837029c8c9be777ee9484cc601dfbebe03fac23efe" +content-hash = "9964201b7bd4112d363a95d5ce3022d19523c79e2936a7d55667fe3ba067ddb0" diff --git a/pyproject.toml b/pyproject.toml index cb72283..154d7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ appdirs = "1.4.4" certifi = "2024.2.2" colorama = "0.4.6" dateparser = "1.2.0" -docker = "7.0.0" +docker = "7.1.0" docker-pycreds = "0.4.0" environs = "11.0.0" idna = "3.7"