We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2003a commit ccf8231Copy full SHA for ccf8231
tests/integration/requirements.txt
@@ -1,4 +1,7 @@
1
pytest==7.2.0
2
docker==6.0.1
3
boto3==1.26.44
4
-Pillow==9.4.0
+Pillow==9.4.0
5
+# work around breaking changes in urllib3 2.0
6
+# until https://github.com/docker/docker-py/pull/3114/files lands
7
+urllib3<2
0 commit comments