MINOR: Bump requests (python package) from 2.24.0 to 2.31.0 in /tests (#13903)

Update "requests" lib used in system tests to version "2.31.0" to fix CVE-2023-32681: Unintended leak of Proxy-Authorization header in requests

Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
Manyanda Chitimbo 2023-06-27 21:17:22 +02:00 committed by Divij Vaidya
parent d17e182738
commit 018650b3c6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ setup(name="kafkatest",
license="apache2.0",
packages=find_packages(),
include_package_data=True,
install_requires=["ducktape<0.9", "requests==2.24.0"],
install_requires=["ducktape<0.9", "requests==2.31.0"],
tests_require=["pytest", "mock"],
cmdclass={'test': PyTest},
zip_safe=False