From 12b9b5a285d5131752678bf9e20372ed4dd0ef42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 02:57:01 +0000 Subject: [PATCH] Bump jinja2 in /Python/FastAPI/01/Language Translator Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.6. - [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.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/FastAPI/01/Language Translator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/FastAPI/01/Language Translator/requirements.txt b/Python/FastAPI/01/Language Translator/requirements.txt index 52c8b30..5a1e29f 100644 --- a/Python/FastAPI/01/Language Translator/requirements.txt +++ b/Python/FastAPI/01/Language Translator/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.85.0 uvicorn==0.18.2 sqlalchemy==1.4.32 pydantic==1.10.2 -jinja2==3.1.2 +jinja2==3.1.6 openai==0.10.2 python-dotenv==0.20.0 requests==2.28.1