From fd39e840f8132121363793c2a64d94d2e75ca522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 08:23:00 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.5 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6675ed4..a8d909d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1105,13 +1105,13 @@ testing = ["Django", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, - {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] @@ -3088,4 +3088,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "09ad43a1654a5016af497685ccdc3ff67d2de144d5ae5adbf79f231ab37476b1" +content-hash = "c2c5a6e49d8ea0056f9f057a880646b3207acb737a26875cf3a9eca47b3eee50" diff --git a/pyproject.toml b/pyproject.toml index e12373b..9810ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ psycopg2 = "^2.9.9" gunicorn = "^22.0.0" uvicorn = "^0.24.0.post1" python-dotenv = "^1.0.0" -jinja2 = "^3.1.2" +jinja2 = "^3.1.5" boto3 = "^1.33.1" python-multipart = "^0.0.18" celery = "^5.3.6"