Bump jinja2 from 3.1.4 to 3.1.5

This commit is contained in:
Andrew Shumway
2024-12-23 12:14:35 -07:00
parent e3674d1897
commit b60bbeb994
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 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]] [[package]]
name = "ago" name = "ago"
@@ -1226,13 +1226,13 @@ files = [
[[package]] [[package]]
name = "jinja2" name = "jinja2"
version = "3.1.4" version = "3.1.5"
description = "A very fast and expressive template engine." description = "A very fast and expressive template engine."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"},
{file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"},
] ]
[package.dependencies] [package.dependencies]
@@ -3134,4 +3134,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "870238eefd4342c30a6843c595dde7180180904ad12f6682586916a52ee0a332" content-hash = "72cb98f132a839bf2dd832e8b9d7af29717a002b588dc60cff2d0d6580468583"

View File

@@ -21,7 +21,7 @@ flask-wtf = "^1.2"
gunicorn = {version = "==22.0.0", extras = ["eventlet"]} gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
humanize = "~=4.10" humanize = "~=4.10"
itsdangerous = "~=2.2" itsdangerous = "~=2.2"
jinja2 = "~=3.1" jinja2 = "^3.1.5"
newrelic = "*" newrelic = "*"
notifications-python-client = "==10.0.0" notifications-python-client = "==10.0.0"
pyexcel = "==0.7.0" pyexcel = "==0.7.0"