diff --git a/poetry.lock b/poetry.lock index 3ce6126..40ce146 100644 --- a/poetry.lock +++ b/poetry.lock @@ -283,14 +283,14 @@ langdetect = ["langdetect"] [[package]] name = "docker" -version = "6.0.1" +version = "6.1.2" description = "A Python library for the Docker Engine API." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "docker-6.0.1-py3-none-any.whl", hash = "sha256:dbcb3bd2fa80dca0788ed908218bf43972772009b881ed1e20dfc29a65e49782"}, - {file = "docker-6.0.1.tar.gz", hash = "sha256:896c4282e5c7af5c45e8b683b0b0c33932974fe6e50fc6906a0a83616ab3da97"}, + {file = "docker-6.1.2-py3-none-any.whl", hash = "sha256:134cd828f84543cbf8e594ff81ca90c38288df3c0a559794c12f2e4b634ea19e"}, + {file = "docker-6.1.2.tar.gz", hash = "sha256:dcc088adc2ec4e7cfc594e275d8bd2c9738c56c808de97476939ef67db5af8c2"}, ] [package.dependencies] @@ -1114,4 +1114,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "e3024ebb85e52f190cbf71993a9c1c3babd49a4fa6b82b44c7cbe288a284dcfc" +content-hash = "032c5ccf30d218a48b8542155d10f37f56d73a47a3e5cf4697175a628b00464a" diff --git a/pyproject.toml b/pyproject.toml index 4ecd7a2..734a5f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ appdirs = "1.4.4" certifi = "2022.12.7" colorama = "0.4.6" dateparser = "1.1.8" -docker = "6.0.1" +docker = "6.1.2" docker-pycreds = "0.4.0" environs = "9.5.0" idna = "3.4"