Skip to content

Commit

Permalink
build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /tests/requirements (#…
Browse files Browse the repository at this point in the history
…2034)

* build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /tests/requirements

Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update tests/requirements/reqs-jinja2-2.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
  • Loading branch information
dependabot[bot] and xrmx committed May 8, 2024
1 parent e4488ed commit c6fa2f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/requirements/reqs-asgi-2.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quart==0.6.13
MarkupSafe<2.1
jinja2==3.0.3
jinja2==3.1.4
async-asgi-testclient
asgiref
-r reqs-base.txt
2 changes: 1 addition & 1 deletion tests/requirements/reqs-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage[toml]==6.3 ; python_version == '3.7'
coverage==7.3.1 ; python_version > '3.7'
pytest-cov==4.0.0 ; python_version < '3.8'
pytest-cov==4.1.0 ; python_version > '3.7'
jinja2==3.1.2 ; python_version == '3.7'
jinja2==3.1.4 ; python_version == '3.7'
pytest-localserver==0.5.0
pytest-mock==3.6.1 ; python_version == '3.6'
pytest-mock==3.10.0 ; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/reqs-flask-1.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jinja2<3.1.0
jinja2<3.2.0
Werkzeug<2.1.0
Flask>=1.0,<1.1
MarkupSafe<2.1
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/reqs-flask-1.1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jinja2<3.1.0
jinja2<3.2.0
Werkzeug<2.1.0
Flask>=1.1,<1.2
MarkupSafe<2.1
Expand Down

0 comments on commit c6fa2f7

Please sign in to comment.