You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ma...@apache.org on 2023/06/04 12:38:06 UTC

[dubbo-go-pixiu] branch develop updated: build(deps): bump requests in /samples/bookinfo/src/productpage (#562)

This is an automated email from the ASF dual-hosted git repository.

ma642 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2602fe76 build(deps): bump requests in /samples/bookinfo/src/productpage (#562)
2602fe76 is described below

commit 2602fe763665f2864b69150d1fdfa1056f298c45
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jun 4 20:38:01 2023 +0800

    build(deps): bump requests in /samples/bookinfo/src/productpage (#562)
    
    Bumps [requests](https://github.com/psf/requests) from 2.21.0 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.21.0...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 samples/bookinfo/src/productpage/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/bookinfo/src/productpage/requirements.txt b/samples/bookinfo/src/productpage/requirements.txt
index 856ff7cd..3309a52a 100644
--- a/samples/bookinfo/src/productpage/requirements.txt
+++ b/samples/bookinfo/src/productpage/requirements.txt
@@ -19,7 +19,7 @@ MarkupSafe==0.23
 nose==1.3.7
 opentracing==1.2.2
 opentracing-instrumentation==2.4.3
-requests==2.21.0
+requests==2.31.0
 simplejson==3.16.0
 six==1.12.0
 threadloop==1.0.2