Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jinja2 from 3.0.3 to 3.1.2 #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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