Skip to content

Commit

Permalink
Bump jinja2 from 3.0.3 to 3.1.2
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.2.
- [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.2)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2022
1 parent f7bb938 commit 427e677
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ itsdangerous==2.0.1
# flask
javaobj-py3==0.4.3
# via pyjks
jinja2==3.0.3
jinja2==3.1.2
# via
# -r requirements-tests.txt
# flask
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flask <= 1.1.2 # similar to Flask-Migrate
flask-migrate <= 2.7.0 #mirgration to Flask CLI required, https://github.com/miguelgrinberg/Flask-Migrate/issues/407
freezegun
itsdangerous < 2.1.0 # requires Flask 2.0.3
jinja2 < 3.1.0 # requires a newer version of Flask
jinja2 < 3.2.0 # requires a newer version of Flask
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts)
marshmallow<2.21.1 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
moto[all] == 3.1.1 # 3.1.2 breaks ELBv2 tests
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ itsdangerous==2.0.1
# via
# -r requirements-tests.in
# flask
jinja2==3.0.3
jinja2==3.1.2
# via
# -r requirements-tests.in
# flask
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gunicorn
hvac # required for the vault destination plugin
inflection
itsdangerous < 2.1.0 # requires Flask 2.0.3
jinja2 < 3.1.0 # requires a newer version of Flask
jinja2 < 3.2.0 # requires a newer version of Flask
lockfile
logmatic-python
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ itsdangerous==2.0.1
# flask
javaobj-py3==0.4.3
# via pyjks
jinja2==3.0.3
jinja2==3.1.2
# via
# -r requirements.in
# flask
Expand Down

0 comments on commit 427e677

Please sign in to comment.