Skip to content

Commit a0ae2f4

Browse files
authored
integration-tests: downgrade "requests" package to 2.31.0 (#829)
To fix the build failing. See psf/requests#6707 for more details.
1 parent 7c386e3 commit a0ae2f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest
22
testcontainers
3-
requests
3+
requests == 2.31.0 # work around https://github.com/psf/requests/issues/6707
44
bitmath
55
pytest-dependency
66
paramiko

0 commit comments

Comments
 (0)