Browse Source

Bump jinja2 from 2.11.1 to 2.11.3 in /frameworks/Python/fastapi (#7059)

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.1...2.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
4fb95f24bf

+ 1 - 1
frameworks/Python/fastapi/requirements-orjson.txt

@@ -1,6 +1,6 @@
 asyncpg==0.21.0
 gunicorn==20.0.4
-Jinja2==2.11.1
+Jinja2==2.11.3
 fastapi==0.65.2
 orjson==2.6.5
 uvicorn==0.11.3

+ 1 - 1
frameworks/Python/fastapi/requirements.txt

@@ -1,6 +1,6 @@
 asyncpg==0.21.0
 gunicorn==20.0.4
-Jinja2==2.11.1
+Jinja2==2.11.3
 ujson==2.0.3
 uvloop==0.14.0
 uvicorn==0.11.3