1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

Merge pull request #1723 from nginx-proxy/ci-pip-docker

Update docker and docker-compose pip packages
This commit is contained in:
Nicolas Duchon 2021-08-02 15:11:44 +02:00 committed by GitHub
commit caab609f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
backoff==1.11.1
docker-compose==1.28.5
docker==4.4.4
docker-compose==1.29.2
docker==5.0.0
pytest==6.2.4
requests==2.26.0