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 362b2d9 Bump scrapy from 2.11.1 to 2.11.2 in /core/python312Action
362b2d9 is described below
commit 362b2d932804f462fae431b3084fd5bc0332c043
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 27 14:48:45 2024 +0000
Bump scrapy from 2.11.1 to 2.11.2 in /core/python312Action
Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](https://github.com/scrapy/scrapy/compare/2.11.1...2.11.2)
---
updated-dependencies:
- dependency-name: scrapy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
core/python312Action/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/python312Action/requirements.txt
b/core/python312Action/requirements.txt
index 2b803e8..4417909 100644
--- a/core/python312Action/requirements.txt
+++ b/core/python312Action/requirements.txt
@@ -6,7 +6,7 @@ kafka_python==2.0.2
lxml==5.1.0
python-dateutil==2.8.2
requests==2.31.0
-scrapy==2.11.1
+scrapy==2.11.2
simplejson==3.19.2
virtualenv==20.25.0
twisted==24.7.0