From 7e83eac57300332cc3b9eae631f7a4b0ef7ce15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:23:07 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.5 in /examples/celery Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/celery/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/celery/requirements.txt b/examples/celery/requirements.txt index 29075ab5..ba016d3f 100644 --- a/examples/celery/requirements.txt +++ b/examples/celery/requirements.txt @@ -31,7 +31,7 @@ flask==2.3.2 # via flask-example-celery (pyproject.toml) itsdangerous==2.1.2 # via flask -jinja2==3.1.2 +jinja2==3.1.5 # via flask kombu==5.2.4 # via celery