From 3e351f0b6363035cb36f61f509d458a003228408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:27:22 +0400 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 (#129) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f1ba472..4d47e4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,13 +609,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.3" 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.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -1743,4 +1743,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8f155d59ba90654435c9445eb2a6158419bfadccde8badbfa0343a00b558595b" +content-hash = "7d30082651008f861176c5da24b06a7093e9c79f784d364278736fa33fdba7a8" diff --git a/pyproject.toml b/pyproject.toml index f08281f..2043b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ gunicorn = "^20.1.0" uvicorn = "^0.21.1" kubernetes = "^27.2.0" substrate-interface = "^1.6.2" -Jinja2 = "^3.1.2" +Jinja2 = "^3.1.3" fastapi = "^0.109.1" python-multipart = "^0.0.6"