This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git
The following commit(s) were added to refs/heads/master by this push:
new 33f075e Bump twisted from 22.10.0 to 24.7.0 in /core/python311Action
33f075e is described below
commit 33f075e37f274eef6bf6d9b5a5cc7f39a4cf92a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 27 14:31:30 2024 +0000
Bump twisted from 22.10.0 to 24.7.0 in /core/python311Action
Bumps [twisted](https://github.com/twisted/twisted) from 22.10.0 to 24.7.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
-
[Commits](https://github.com/twisted/twisted/compare/twisted-22.10.0...twisted-24.7.0)
---
updated-dependencies:
- dependency-name: twisted
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
core/python311Action/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/python311Action/requirements.txt
b/core/python311Action/requirements.txt
index 38735f8..ac14be9 100644
--- a/core/python311Action/requirements.txt
+++ b/core/python311Action/requirements.txt
@@ -9,7 +9,7 @@ requests==2.31.0
scrapy==2.8.0
simplejson==3.18.3
virtualenv==20.19.0
-twisted==22.10.0
+twisted==24.7.0
netifaces==0.11.0
# fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
build and pip and other standards-based tools
setuptools == 67.4.0
\ No newline at end of file