Skip to content

Commit e88d4b9

Browse files
chore(deps): bump jinja2 (#120)
Bumps the pip group with 1 update in the /examples/shop/email/app-repo/src directory: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve McGhee <smcghee@google.com>
1 parent 4dc71c0 commit e88d4b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/shop/email/app-repo/src/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-api-core==2.11.1
22
grpcio-health-checking==1.58.0
33
grpcio==1.58.0
4-
jinja2==3.1.4
4+
jinja2==3.1.5
55
python-json-logger==2.0.7
66
google-cloud-profiler==4.1.0
77
google-cloud-trace==1.11.2

examples/shop/email/app-repo/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ idna==3.7
6363
# via requests
6464
importlib-metadata==6.0.1
6565
# via opentelemetry-api
66-
jinja2==3.1.4
66+
jinja2==3.1.5
6767
# via -r requirements.in
6868
markupsafe==2.1.3
6969
# via jinja2

0 commit comments

Comments
 (0)