From 6bb0032edba0713a2287135e19fe69a8b9dfa9d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:14:59 +0000 Subject: [PATCH] chore(deps): update dependency jinja2 to v3.1.6 [security] --- pdm.lock | 13 ++++++++----- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pdm.lock b/pdm.lock index 7c07c80..97117a4 100644 --- a/pdm.lock +++ b/pdm.lock @@ -4,8 +4,11 @@ [metadata] groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] -lock_version = "4.4.1" -content_hash = "sha256:2f3c5321fb969bc98c8ba808cbc2bfe1848d68b363173517da743fdb73de686a" +lock_version = "4.5.0" +content_hash = "sha256:c1132cd799a3035f6c51a29f1086b110f5b214185448e1257974f8dfaceb09cb" + +[[metadata.targets]] +requires_python = ">=3.12" [[package]] name = "annotated-types" @@ -411,7 +414,7 @@ files = [ [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.6" requires_python = ">=3.7" summary = "A very fast and expressive template engine." groups = ["default"] @@ -419,8 +422,8 @@ dependencies = [ "MarkupSafe>=2.0", ] 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.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, + {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index e47b29f..2393db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,5 @@ [project] # PEP 621 project metadata # See https://www.python.org/dev/peps/pep-0621/ -dependencies = ["annotated-types>=0.5.0", "anyio==3.7.1", "Authlib==1.2.1", "bcrypt>=4.0.1", "bleach>=6.0.0", "cachetools==5.3.2", "certifi==2023.7.22", "cffi>=1.15.1", "click==8.1.7", "contourpy>=1.0.6", "cryptography==41.0.7", "cycler>=0.11.0", "exceptiongroup==1.1.3", "fastapi>=0.103.2", "fonttools>=4.38.0", "greenlet==3.0.1", "h11==0.14.0", "httpcore>=0.17.3", "httpx>=0.24.1", "idna==3.4", "importlib-resources>=5.12.0", "itsdangerous==2.1.2", "Jinja2==3.1.2", "kiwisolver==1.4.5", "MarkupSafe==2.1.3", "matplotlib>=3.5.3", "numpy>=1.21.6", "packaging==23.2", "pandas>=1.3.5", "passlib==1.7.4", "Pillow>=9.5.0", "plotly==5.18.0", "pycparser==2.21", "pydantic==2.4.2", "pydantic-core==2.10.1", "pyopenssl>=23.3.0", "pyparsing==3.1.1", "python-dateutil==2.8.2", "python-dotenv>=0.21.1", "python-multipart==0.0.6", "pytz==2023.3.post1", "six==1.16.0", "sniffio==1.3.0", "SQLAlchemy==2.0.23", "sse-starlette>=0.10.3", "starlette>=0.27.0", "tenacity==8.2.3", "testresources>=2.0.1", "typing-extensions>=4.7.1", "tzdata==2023.3", "ua-parser==0.18.0", "user-agents==2.2.0", "uvicorn>=0.22.0", "webencodings==0.5.1", "zipp>=3.15.0", "filelock==3.12.2", "APScheduler>=3.10.0", "pymysql==1.1.0", "psycopg2-binary==2.9.9", "lxml==5.1.0"] +dependencies = ["annotated-types>=0.5.0", "anyio==3.7.1", "Authlib==1.2.1", "bcrypt>=4.0.1", "bleach>=6.0.0", "cachetools==5.3.2", "certifi==2023.7.22", "cffi>=1.15.1", "click==8.1.7", "contourpy>=1.0.6", "cryptography==41.0.7", "cycler>=0.11.0", "exceptiongroup==1.1.3", "fastapi>=0.103.2", "fonttools>=4.38.0", "greenlet==3.0.1", "h11==0.14.0", "httpcore>=0.17.3", "httpx>=0.24.1", "idna==3.4", "importlib-resources>=5.12.0", "itsdangerous==2.1.2", "Jinja2==3.1.6", "kiwisolver==1.4.5", "MarkupSafe==2.1.3", "matplotlib>=3.5.3", "numpy>=1.21.6", "packaging==23.2", "pandas>=1.3.5", "passlib==1.7.4", "Pillow>=9.5.0", "plotly==5.18.0", "pycparser==2.21", "pydantic==2.4.2", "pydantic-core==2.10.1", "pyopenssl>=23.3.0", "pyparsing==3.1.1", "python-dateutil==2.8.2", "python-dotenv>=0.21.1", "python-multipart==0.0.6", "pytz==2023.3.post1", "six==1.16.0", "sniffio==1.3.0", "SQLAlchemy==2.0.23", "sse-starlette>=0.10.3", "starlette>=0.27.0", "tenacity==8.2.3", "testresources>=2.0.1", "typing-extensions>=4.7.1", "tzdata==2023.3", "ua-parser==0.18.0", "user-agents==2.2.0", "uvicorn>=0.22.0", "webencodings==0.5.1", "zipp>=3.15.0", "filelock==3.12.2", "APScheduler>=3.10.0", "pymysql==1.1.0", "psycopg2-binary==2.9.9", "lxml==5.1.0"] requires-python = ">=3.12" diff --git a/requirements.txt b/requirements.txt index 58d4749..2618aa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ httpx>=0.24.1 idna==3.4 importlib-resources>=5.12.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.6 kiwisolver==1.4.5 MarkupSafe==2.1.3 matplotlib>=3.5.3