fix(deps): update dependency docker to v6.1.2 (#519)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-14 19:48:05 +02:00 committed by GitHub
parent a3b539953f
commit f198a21b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"