mirror of https://github.com/apache/kafka.git
MINOR: Bump requests from 2.31.0 to 2.32.4 in /tests (#19940)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
parent
dd52058466
commit
8448c288fa
|
@ -48,7 +48,7 @@ setup(name="kafkatest",
|
|||
license="apache2.0",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=["ducktape==0.12.0", "requests==2.31.0", "psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"],
|
||||
install_requires=["ducktape==0.12.0", "requests==2.32.4", "psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"],
|
||||
cmdclass={'test': PyTest},
|
||||
zip_safe=False
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue