fix(deps): update dependency docker to v5 (#67)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-09 09:26:19 +02:00 committed by GitHub
parent 61942a625d
commit 3c612f9579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

13
poetry.lock generated
View File

@ -113,21 +113,20 @@ calendars = ["convertdate", "hijri-converter", "convertdate"]
[[package]]
name = "docker"
version = "4.4.1"
version = "5.0.0"
description = "A Python library for the Docker Engine API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
python-versions = ">=3.6"
[package.dependencies]
pywin32 = {version = "227", markers = "sys_platform == \"win32\""}
requests = ">=2.14.2,<2.18.0 || >2.18.0"
six = ">=1.4.0"
websocket-client = ">=0.32.0"
[package.extras]
ssh = ["paramiko (>=2.4.2)"]
tls = ["pyOpenSSL (>=17.5.0)", "cryptography (>=1.3.4)", "idna (>=2.0.0)"]
tls = ["pyOpenSSL (>=17.5.0)", "cryptography (>=3.4.7)", "idna (>=2.0.0)"]
[[package]]
name = "docker-pycreds"
@ -804,7 +803,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "7e3a548785b03956c6eb9994bc51fe1b20af91dc890e8bff1065fd37053623fc"
content-hash = "c7fe28256adf1cb9746a38db777eef0ee029aa6a3b48749d9bb73d0c88bba706"
[metadata.files]
anyconfig = [
@ -895,8 +894,8 @@ dateparser = [
{file = "dateparser-1.0.0.tar.gz", hash = "sha256:159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a"},
]
docker = [
{file = "docker-4.4.1-py2.py3-none-any.whl", hash = "sha256:e455fa49aabd4f22da9f4e1c1f9d16308286adc60abaf64bf3e1feafaed81d06"},
{file = "docker-4.4.1.tar.gz", hash = "sha256:0604a74719d5d2de438753934b755bfcda6f62f49b8e4b30969a4b0a2a8a1220"},
{file = "docker-5.0.0-py2.py3-none-any.whl", hash = "sha256:fc961d622160e8021c10d1bcabc388c57d55fb1f917175afbe24af442e6879bd"},
{file = "docker-5.0.0.tar.gz", hash = "sha256:3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5"},
]
docker-pycreds = [
{file = "docker-pycreds-0.4.0.tar.gz", hash = "sha256:6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4"},

View File

@ -40,7 +40,7 @@ appdirs = "^1.4.4"
certifi = "^2020.11.8"
colorama = "^0.4.4"
dateparser = "^1.0.0"
docker = "^4.3.1"
docker = "^5.0.0"
docker-pycreds = "^0.4.0"
environs = "^9.2.0"
idna = "^2.10"