fix(deps): update dependency docker to v6.0.1 (#419)

This commit is contained in:
renovate[bot] 2022-11-05 14:09:44 +01:00 committed by GitHub
parent fa86bb6aea
commit 3a9eec8eb9
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

@ -130,7 +130,7 @@ langdetect = ["langdetect"]
[[package]]
name = "docker"
version = "6.0.0"
version = "6.0.1"
description = "A Python library for the Docker Engine API."
category = "main"
optional = false
@ -889,7 +889,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "ee52bc7ca65e486545ea485b15c896781e2e74120a36f0a241ebd5fdd109d0e2"
content-hash = "5227c2592a9ebf4802856cf1ae856c1e28af1f1b2c49b39a56e6a0a053ac79d8"
[metadata.files]
anyconfig = [
@ -995,8 +995,8 @@ dateparser = [
{file = "dateparser-1.1.3.tar.gz", hash = "sha256:ae7a7de30f26983d09fff802c1f9d35d54e1c11d7ab52ae904a1f3fc037ecba5"},
]
docker = [
{file = "docker-6.0.0-py3-none-any.whl", hash = "sha256:6e06ee8eca46cd88733df09b6b80c24a1a556bc5cb1e1ae54b2c239886d245cf"},
{file = "docker-6.0.0.tar.gz", hash = "sha256:19e330470af40167d293b0352578c1fa22d74b34d3edf5d4ff90ebc203bbb2f1"},
{file = "docker-6.0.1-py3-none-any.whl", hash = "sha256:dbcb3bd2fa80dca0788ed908218bf43972772009b881ed1e20dfc29a65e49782"},
{file = "docker-6.0.1.tar.gz", hash = "sha256:896c4282e5c7af5c45e8b683b0b0c33932974fe6e50fc6906a0a83616ab3da97"},
]
docker-pycreds = [
{file = "docker-pycreds-0.4.0.tar.gz", hash = "sha256:6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4"},

View File

@ -40,7 +40,7 @@ appdirs = "1.4.4"
certifi = "2022.9.24"
colorama = "0.4.6"
dateparser = "1.1.3"
docker = "6.0.0"
docker = "6.0.1"
docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.4"