⬆️ Bump jinja2 from 3.1.3 to 3.1.4 in /backend (#1196)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [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.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-14 15:43:04 -07:00
committed by GitHub
parent 9057631fc0
commit a7202bf3ea
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ pydantic = ">2.0"
emails = "^0.6"
gunicorn = "^22.0.0"
jinja2 = "^3.1.2"
jinja2 = "^3.1.4"
alembic = "^1.12.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = "^0.25.1"