From f1cba86ca540140662b9046c5f140f3cd5c5bdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 04:24:01 +0000 Subject: [PATCH] Update jinja2 requirement from ~=3.1.2 to ~=3.1.3 in /app 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](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 04a5218..0b14de3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ uvicorn~=0.23.2 starlette~=0.36.1 aiofiles~=23.2.1 -jinja2~=3.1.2 +jinja2~=3.1.6 requests~=2.31.0 \ No newline at end of file