Skip to content

Commit

Permalink
build(deps): bump jinja2 from 3.0.3 to 3.1.5
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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.0.3...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 5cebd8c commit a3c0bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ idna==3.7 # via jsonschema, requests
importlib-resources==6.4.0 # via swagger-spec-validator
isoduration==20.11.0 # via jsonschema
itsdangerous==2.2.0 # via flask
jinja2==3.0.3 # via flask, reana-job-controller (setup.py)
jinja2==3.1.5 # via flask, reana-job-controller (setup.py)
jsonpointer==3.0.0 # via jsonschema
jsonref==1.1.0 # via bravado-core
jsonschema[format]==4.23.0 # via bravado-core, reana-commons, swagger-spec-validator
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"apispec-webframeworks",
"Flask>=2.1.1,<2.3.0", # same upper pin as invenio-base/reana-server
"Werkzeug>=2.1.0,<2.3.0", # same upper pin as invenio-base
"jinja2<3.1.0",
"jinja2<3.2.0",
"fs>=2.0",
"marshmallow>2.13.0,<3.0.0", # same upper pin as reana-server
"reana-commons[kubernetes]>=0.95.0a5,<0.96.0",
Expand Down

0 comments on commit a3c0bb1

Please sign in to comment.