diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 812d1df..c3250ab 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,4 +1,7 @@ pytest==7.2.0 docker==6.0.1 boto3==1.26.44 -Pillow==9.4.0 \ No newline at end of file +Pillow==9.4.0 +# work around breaking changes in urllib3 2.0 +# until https://github.com/docker/docker-py/pull/3114/files lands +urllib3<2