From 4937abdf201ecdf27f069543b5d0143741ea98c1 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Tue, 13 Feb 2024 11:08:27 -0800 Subject: [PATCH] chore: update to Jinja2 3.1.3 for Safety 64227 --- client/build-requirements.txt | 2 +- client/poetry.lock | 12 ++++++------ client/pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/build-requirements.txt b/client/build-requirements.txt index 84694f931..39f6d443d 100644 --- a/client/build-requirements.txt +++ b/client/build-requirements.txt @@ -3,7 +3,7 @@ arrow==0.12.1 --hash=sha256:e2742eb33011f7aff1d5f27501d802680b6627939f20ff2ef56f certifi==2023.7.22 --hash=sha256:920fc822272317b0d13e60eef0405ddd7f921e08dd21150a9eb613c863e31c2a charset-normalizer==2.0.4 --hash=sha256:cd9a4492eef4e5276c07f9c0dc1338e7be3e95f2a536bf2c5b620b1f27d03d74 idna==3.2 --hash=sha256:691d9fc304505c65ea9ceb8eb7385d63988e344c065cacbbd2156ff9bdfcf0c1 -jinja2==3.0.2 --hash=sha256:d8075dbbb594058c565a74b6ca2b6a1822c9cdd949400b747f87ec004edca036 +jinja2==3.1.3 --hash=sha256:764740680cf22a4a0b5d5dae8006fd5468310da0e81a6899d349cc4a44a0315f mako==1.2.2 --hash=sha256:f61384bcc80318821d1116891a82bb0ff18a9a4035c7c4eff72aced45ab590b5 markupsafe==2.0.1 --hash=sha256:e61445980f0dcd584d728844d8ad516c9e460bd71f53c14c0269d73de6fba6be --hash=sha256:9a055a175f351a559937fb80ebb2885d005283577a016c0139817e261fb759eb python-dateutil==2.7.5 --hash=sha256:2961735b604e5165d923a4e39b9bcbde6a4c363f257f5477b6339459fd7c1679 diff --git a/client/poetry.lock b/client/poetry.lock index d0d8e2bd9..6acbc0b2a 100644 --- a/client/poetry.lock +++ b/client/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alembic" @@ -454,13 +454,13 @@ trio = ["async_generator", "trio"] [[package]] name = "jinja2" -version = "3.0.2" +version = "3.1.3" description = "A very fast and expressive template engine." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "Jinja2-3.0.2-py3-none-any.whl", hash = "sha256:8569982d3f0889eed11dd620c706d39b60c36d6d25843961f33f77fb6bc6b20c"}, - {file = "Jinja2-3.0.2.tar.gz", hash = "sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45"}, + {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -2303,4 +2303,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "eaa5c61e943f687a0ba70b6c776bad87721ecf626252660e7aa6f5e83600ee82" +content-hash = "b813db5bf3648d596c91e434efc71b72dd1a96c908637e4a739ae0a7611f495e" diff --git a/client/pyproject.toml b/client/pyproject.toml index 703a839e4..5a2a80513 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -Jinja2 = "^3.0.2" +Jinja2 = "3.1.3" SQLAlchemy = "^1.3.3" alembic = "^1.1.0" arrow = "^0.12.1"