fix(deps): update dependency docker to v6.1.3 (#534)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-05 10:06:19 +02:00 committed by GitHub
parent fb8d7d835d
commit b048c76870
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

@ -286,14 +286,14 @@ langdetect = ["langdetect"]
[[package]]
name = "docker"
version = "6.1.2"
version = "6.1.3"
description = "A Python library for the Docker Engine API."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "docker-6.1.2-py3-none-any.whl", hash = "sha256:134cd828f84543cbf8e594ff81ca90c38288df3c0a559794c12f2e4b634ea19e"},
{file = "docker-6.1.2.tar.gz", hash = "sha256:dcc088adc2ec4e7cfc594e275d8bd2c9738c56c808de97476939ef67db5af8c2"},
{file = "docker-6.1.3-py3-none-any.whl", hash = "sha256:aecd2277b8bf8e506e484f6ab7aec39abe0038e29fa4a6d3ba86c3fe01844ed9"},
{file = "docker-6.1.3.tar.gz", hash = "sha256:aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20"},
]
[package.dependencies]
@ -1102,4 +1102,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "4e72201c454aa79b14465a7f859f33d2ae2eca6ce6efba21c44593615c07a5c2"
content-hash = "d5ecb2fe886bbf61ea2837e0260a951b6f80b2e3ff44280178bd45dd960b58a9"

View File

@ -41,7 +41,7 @@ appdirs = "1.4.4"
certifi = "2023.5.7"
colorama = "0.4.6"
dateparser = "1.1.8"
docker = "6.1.2"
docker = "6.1.3"
docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.4"