This is an automated email from the ASF dual-hosted git repository.
lukeroy 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 502d1a6 Dependabot Fixes (#159)
502d1a6 is described below
commit 502d1a64d698e10642a525297aaa6de794167e66
Author: Luke Roy <[email protected]>
AuthorDate: Mon May 6 15:29:53 2024 +0200
Dependabot Fixes (#159)
* add dependencies
* update packages
* reset versions and add python3-lxml
* check size
* cleanup and update
---
core/python312Action/requirements.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/python312Action/requirements.txt
b/core/python312Action/requirements.txt
index 7c74d3a..3c105df 100644
--- a/core/python312Action/requirements.txt
+++ b/core/python312Action/requirements.txt
@@ -6,10 +6,10 @@ kafka_python==2.0.2
lxml==5.1.0
python-dateutil==2.8.2
requests==2.31.0
-scrapy==2.11.0
+scrapy==2.11.1
simplejson==3.19.2
virtualenv==20.25.0
-twisted==22.8.0
+twisted==23.10.0
netifaces==0.11.0
# fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
build and pip and other standards-based tools
setuptools == 69.0.3
\ No newline at end of file