mimaison commented on code in PR #19940:
URL: https://github.com/apache/kafka/pull/19940#discussion_r2328677238
##########
tests/setup.py:
##########
@@ -48,7 +48,7 @@ def run(self):
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"],
Review Comment:
Yep! We should also review whether we should bump the versions of the
actions we use. For example we use actions/checkout v4 while the latest is v5,
actions/setup-python v5 while the latest is v6, etc ...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]