From fc6d17e3192fcc9e9f0d3b32a14d87073b56dee2 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 12 Jan 2024 02:37:18 +0000 Subject: [PATCH] Snyk auto fix --- ci/requirements.txt | 1 + poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index f2190658c..750e499c9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -6,3 +6,4 @@ pre-commit==3.4.0 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability +jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/poetry.lock b/poetry.lock index f6c3da80b..ddd8df691 100644 --- a/poetry.lock +++ b/poetry.lock @@ -891,13 +891,13 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[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] @@ -3300,4 +3300,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "0eca0b22d099910c89f96d9ecf7633a8b92906197aa849398eeda4b40efa60d1" +content-hash = "7fadd439046a1848e60bfa34c0e6363dcf34c4d7a8ba552c22d1bbb40cf15c5a" diff --git a/pyproject.toml b/pyproject.toml index 2f0bb63cc..b6912a058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ c2cwsgiutils = { version = "6.0.7", extras = ["standard", "broadcast", "oauth2", pyramid-mako = "1.1.0" python-dateutil = "2.8.2" tilecloud = { version = "1.10.0", extras = ["azure", "aws", "redis", "wsgi"] } -Jinja2 = "3.1.2" +Jinja2 = "3.1.3" PyYAML = "6.0.1" Shapely = "2.0.2" jsonschema = "4.19.2" diff --git a/requirements.txt b/requirements.txt index c934c7399..4a8abb2b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ poetry-plugin-tweak-dependencies-version==1.5.2 pip==23.3.2 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability +jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability