1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 17:58:16 +00:00

chore(ci): ⬆️ update python dependencies to latests release

This commit is contained in:
Kevin Marilleau 2021-03-18 22:48:49 +01:00 committed by Nicolas Duchon
parent 950a28f5ea
commit eba9ac4261
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7
2 changed files with 7 additions and 7 deletions

View File

@ -471,5 +471,5 @@ try:
except docker.errors.ImageNotFound: except docker.errors.ImageNotFound:
pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing") pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing")
if docker.__version__ != "2.1.0": if docker.__version__ != "4.4.4":
pytest.exit("This test suite is meant to work with the python docker module v2.1.0") pytest.exit("This test suite is meant to work with the python docker module v4.4.4")

View File

@ -1,5 +1,5 @@
backoff==1.3.2 backoff==1.10.0
docker-compose==1.11.2 docker-compose==1.28.5
docker==2.1.0 docker==4.4.4
pytest==3.0.5 pytest==6.2.2
requests==2.11.1 requests==2.25.1