Force requests<2.32.0 for docker-compose. (#867)

This commit is contained in:
Felix Fontein 2024-05-22 07:43:03 +02:00 committed by GitHub
parent 54fd5284d9
commit 7867390473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,3 +9,5 @@ docker_compose_pip_packages:
- docker-compose
# Force PyYAML to 5.3.1
- PyYAML==5.3.1
# Force requests to < 2.32.0 (https://github.com/docker/docker-py/issues/3256)
- requests<2.32.0