You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@apache.org on 2023/05/23 12:31:53 UTC

[openwhisk-runtime-python] branch master updated: Bump requests from 2.28.2 to 2.31.0 in /core/python311Action

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 5b8f667  Bump requests from 2.28.2 to 2.31.0 in /core/python311Action
5b8f667 is described below

commit 5b8f667031d4324cf673185747e4c810a83ddd93
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 23 06:17:52 2023 +0000

    Bump requests from 2.28.2 to 2.31.0 in /core/python311Action
    
    Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 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 cd2ff99..38735f8 100644
--- a/core/python311Action/requirements.txt
+++ b/core/python311Action/requirements.txt
@@ -5,7 +5,7 @@ httplib2==0.21.0
 kafka_python==2.0.2
 lxml==4.9.2
 python-dateutil==2.8.2
-requests==2.28.2
+requests==2.31.0
 scrapy==2.8.0
 simplejson==3.18.3
 virtualenv==20.19.0