You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ba...@apache.org on 2024/01/12 09:42:58 UTC

(dubbo-go-pixiu) branch develop updated: build(deps): bump jinja2 in /samples/bookinfo/src/productpage (#607)

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

baerwang 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 be3c95e0 build(deps): bump jinja2 in /samples/bookinfo/src/productpage (#607)
be3c95e0 is described below

commit be3c95e07d02376eac9bd300df07d2de5d4d1d51
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 12 17:42:54 2024 +0800

    build(deps): bump jinja2 in /samples/bookinfo/src/productpage (#607)
    
    Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      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 e478509f..8438ec56 100644
--- a/samples/bookinfo/src/productpage/requirements.txt
+++ b/samples/bookinfo/src/productpage/requirements.txt
@@ -13,7 +13,7 @@ greenlet==0.4.15
 idna==2.8
 itsdangerous==1.1.0
 jaeger-client==3.13.0
-Jinja2==2.11.3
+Jinja2==3.1.3
 json2html==1.2.1
 MarkupSafe==0.23
 nose==1.3.7