mirror of https://github.com/apache/kafka.git
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:
parent
d17e182738
commit
018650b3c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue