From 3218c8c48eab4b5e53d5dbdc40dc5dd6b1d8002a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:49:59 +0000 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.4 (#117) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a7c5b97..6f9b593 100644 --- a/poetry.lock +++ b/poetry.lock @@ -742,13 +742,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -1774,4 +1774,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "ddf68e2de5d9ee36fcb03d0351fdebae982a3fd622bdf28ba5fa8b0bb5d94671" +content-hash = "bfa8034d104c1278455e058b79704c1a1f073cd2f17a335a9bdea6f6975325e2" diff --git a/pyproject.toml b/pyproject.toml index a2e8325..e8552af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ django-recaptcha = "^4.0.0" django-render-block = "0.9.2" django-storages = "^1.13.2" djangorestframework = "3.15.1" -jinja2 = "3.1.3" +jinja2 = "3.1.4" Pillow = "10.3.0" psycopg2-binary = "2.9.9" PyJWT = "^2.6.0"