diff options
author | 2025-03-06 03:55:57 +0000 | |
---|---|---|
committer | 2025-03-06 03:55:57 +0000 | |
commit | ea28212ed07b6a2f2cb4a4b2091aad1162dd5331 (patch) | |
tree | f32e4cc3379082df8dd64a0966140af624ad9dcc /pyproject.toml | |
parent | Fix the intflag for perms (diff) |
Bump jinja2 from 3.1.4 to 3.1.6dependabot/pip/jinja2-3.1.6
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.
- [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.6)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d14e5b6..5e35893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.12.0" alembic = {version = "^1.13.2", extras = ["tz"]} fastapi = "^0.112.0" httpx = "^0.23.3" -jinja2 = "^3.1.4" +jinja2 = "^3.1.6" sqlalchemy = {version = "^2.0.32", extras = ["asyncio"]} psycopg = {version = "^3.2.1", extras = ["binary"]} pydantic = "^2.8.2" |