Bump jinja2 from 3.1.2 to 3.1.3 in /api (#1051)

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

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-01-11 08:37:39 -05:00
committed by GitHub
parent 5f9c560c5f
commit f281c0ded7
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@@ -853,13 +853,13 @@ files = [
[[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]
@@ -2330,4 +2330,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "77a55d387fc56977351ad201dba02e9419354fde6b769884ee289309250634b3"
content-hash = "08f90b794eda38131225178721f7f7e494c55bf8787fbb39e8dd9fd37bd50632"

View File

@@ -55,7 +55,7 @@ httptools = "^0.6.1"
huggingface-hub = "^0.20.2"
idna = "^3.6"
itsdangerous = "^2.1.2"
jinja2 = "^3.1.2"
jinja2 = "^3.1.3"
markupsafe = "^2.1.3"
motor = "^3.3.2"
orjson = "^3.9.10"