Skip to content

Commit d06ea2f

Browse files
deps: update jinja2 requirement from >=3.1 to >=3.1.6 (#37)
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.0...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergio Fernández <9169332+GeiserX@users.noreply.github.com>
1 parent 8b78568 commit d06ea2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fastapi>=0.115
22
uvicorn>=0.46.0
33
uvloop>=0.22.1
44
httptools>=0.6
5-
jinja2>=3.1
5+
jinja2>=3.1.6
66
pyyaml>=6.0.3
77
aiosqlite>=0.22.1
88
httpx>=0.28

0 commit comments

Comments
 (0)