From 8b2929ff89aa30ef22f8528e92baafd59b089d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:28:09 +0800 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 (#1505) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 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.4...3.1.5) --- 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 | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 638d2b7e9e..ea5dc18bd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiocqhttp" @@ -4537,4 +4537,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "78bd3610a1b3fc1005ea68cf7bf4f181df6a14bc9cfacef8ede379835fc559c5" +content-hash = "9c98494aec57da701cba72db281f4a589564bb45d66a324c3f468aba2dfeebed" diff --git a/pyproject.toml b/pyproject.toml index c3ea64953e..0ae82b4362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ emoji = "^2.12.1" langconv = {git = "https://github.com/OasisAkari/langconv.py.git"} ff3 = "^1.0.2" orjson = "^3.10.9" -jinja2 = "^3.1.4" +jinja2 = "^3.1.5" mcstatus = "^11.1.1" qq-botpy = "^1.2.1" botpy = {git = "https://github.com/Teahouse-Studios/botpy.git"}