From 1c2cd22673a7b6cf638f0256af78cba436b8c434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:20:25 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in /pay-admin 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] --- pay-admin/poetry.lock | 16 ++++++++-------- pay-admin/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pay-admin/poetry.lock b/pay-admin/poetry.lock index cbf4ff777..6785ebbaa 100644 --- a/pay-admin/poetry.lock +++ b/pay-admin/poetry.lock @@ -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]] name = "aiohappyeyeballs" @@ -1548,13 +1548,13 @@ tests = ["codecov", "coverage", "flake8", "flake8-quotes", "flake8-typing-import [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] @@ -1997,7 +1997,7 @@ holidays = "0.37" idna = "3.7" itsdangerous = "2.1.2" jaeger-client = "4.8.0" -jinja2 = "3.1.4" +jinja2 = "3.1.5" jsonschema = "4.17.3" launchdarkly-eventsource = "1.1.1" launchdarkly-server-sdk = "8.2.1" @@ -2033,7 +2033,7 @@ sqlalchemy = "2.0.28" sqlalchemy-utils = "0.41.1" threadloop = "1.0.2" thrift = "0.16.0" -tornado = "6.4.2" +tornado = "^6.4.2" typing-extensions = "4.10.0" urllib3 = "2.2.2" werkzeug = "^3.0.3" @@ -2042,7 +2042,7 @@ werkzeug = "^3.0.3" type = "git" url = "https://github.com/bcgov/sbc-pay.git" reference = "main" -resolved_reference = "fba9ff4543243c717acd270d175c270aa635971a" +resolved_reference = "f6265eac2185d8714d61ff31bde83ede1a029499" subdirectory = "pay-api" [[package]] @@ -3243,4 +3243,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "449884ee1d86b60ab1c69ddf067d25f1e8a887a71ca16efc2feec4bbc9e97d76" +content-hash = "9162615e9c7636c2323726349ec08c86404f2f6189640fe64e0ad4a9799b92af" diff --git a/pay-admin/pyproject.toml b/pay-admin/pyproject.toml index f38c129ec..df2902a77 100644 --- a/pay-admin/pyproject.toml +++ b/pay-admin/pyproject.toml @@ -17,7 +17,7 @@ requests-futures = "^1.0.1" wtforms = "^3.1.2" werkzeug = "^3.0.1" itsdangerous = "^2.1.2" -jinja2 = "^3.1.3" +jinja2 = "^3.1.5" pay-api = {git = "https://github.com/bcgov/sbc-pay.git", branch = "main", subdirectory = "pay-api"} flask-session = {extras = ["filesystem"], version = "^0.8.0"}