integration-tests: downgrade "requests" package to 2.31.0 (#829)

To fix the build failing.

See https://github.com/psf/requests/issues/6707 for more details.
This commit is contained in:
Nikolay Edigaryev 2024-05-21 17:35:33 +04:00 committed by GitHub
parent 7c386e3466
commit a0ae2f4e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pytest
testcontainers
requests
requests == 2.31.0 # work around https://github.com/psf/requests/issues/6707
bitmath
pytest-dependency
paramiko