From 42d491659299a807c31039277ba9bdfc75330fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:25:47 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 in /Rock-API/api Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.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/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Rock-API/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rock-API/api/requirements.txt b/Rock-API/api/requirements.txt index be7fd7e..9db8ecf 100644 --- a/Rock-API/api/requirements.txt +++ b/Rock-API/api/requirements.txt @@ -5,6 +5,6 @@ uvicorn==0.18.3 fastapi-jwt-auth==0.5.0 pydantic==1.10.2 fastapi==0.85.0 -Jinja2==3.1.2 +Jinja2==3.1.3 python-multipart==0.0.5 bleach \ No newline at end of file