From 6d77b685a0e903d866117e2e1dcb97308dc5c562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:12:51 +0000 Subject: [PATCH] chore(deps): bump jinja2 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] --- .../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 e81920249..8cfaa0172 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.2 +Jinja2==3.1.3 MarkupSafe==2.1.3 Werkzeug==3.0.1