fix(deps): update dependency docker to v5.0.1 (#161)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-31 19:57:51 +02:00 committed by GitHub
parent 1dbbcd4a33
commit e888cbbd68
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 @@ calendars = ["convertdate", "hijri-converter", "convertdate"]
[[package]]
name = "docker"
version = "5.0.0"
version = "5.0.1"
description = "A Python library for the Docker Engine API."
category = "main"
optional = false
@ -844,7 +844,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "ff46e837390e6b72b2aea0df24c93bf1d60c443d8e54978a7f8b05c1aaccd516"
content-hash = "0f5fe21c6605651b8e6f5e5c63beb78a0842ce679d270486e47bf11b5f901c5e"
[metadata.files]
anyconfig = [
@ -956,8 +956,8 @@ dateparser = [
{file = "dateparser-1.0.0.tar.gz", hash = "sha256:159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a"},
]
docker = [
{file = "docker-5.0.0-py2.py3-none-any.whl", hash = "sha256:fc961d622160e8021c10d1bcabc388c57d55fb1f917175afbe24af442e6879bd"},
{file = "docker-5.0.0.tar.gz", hash = "sha256:3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5"},
{file = "docker-5.0.1-py2.py3-none-any.whl", hash = "sha256:b88eef725b33c0ed59c67506631bbb09b480b7ca5a739bbbb948b446443fe914"},
{file = "docker-5.0.1.tar.gz", hash = "sha256:5aafaec0d2a1de0e32010b43b5eac9f6f851c9db99a46ad32b8e44eeeb55616d"},
]
docker-pycreds = [
{file = "docker-pycreds-0.4.0.tar.gz", hash = "sha256:6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4"},

View File

@ -40,7 +40,7 @@ appdirs = "1.4.4"
certifi = "2021.5.30"
colorama = "0.4.4"
dateparser = "1.0.0"
docker = "5.0.0"
docker = "5.0.1"
docker-pycreds = "0.4.0"
environs = "9.3.3"
idna = "3.2"