From e26d2d0b87f30840ba13c9ebae216ce71deacb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:33:49 +0000 Subject: [PATCH] chore(deps): bump jinja2 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../resources/mock-stock-data-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt b/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt index c3c66bf21..d58c8a9d8 100644 --- a/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt +++ b/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt @@ -3,6 +3,6 @@ click==8.1.6 Flask==2.3.2 Flask-Cors==4.0.0 itsdangerous==2.1.2 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.1.3 Werkzeug==3.0.3