Skip to content

Commit d3762a4

Browse files
Bump jinja2 from 3.1.2 to 3.1.3 in /app/backend (#1128)
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](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b8724a commit d3762a4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/backend/requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ itsdangerous==2.1.2
121121
# via
122122
# flask
123123
# quart
124-
jinja2==3.1.2
124+
jinja2==3.1.3
125125
# via
126126
# flask
127127
# quart
@@ -151,7 +151,9 @@ numpy==1.26.2
151151
oauthlib==3.2.2
152152
# via requests-oauthlib
153153
openai[datalib]==1.3.7
154-
# via -r requirements.in
154+
# via
155+
# -r requirements.in
156+
# openai
155157
opentelemetry-api==1.21.0
156158
# via
157159
# azure-core-tracing-opentelemetry
@@ -262,7 +264,9 @@ pydantic==2.5.2
262264
pydantic-core==2.14.5
263265
# via pydantic
264266
pyjwt[crypto]==2.8.0
265-
# via msal
267+
# via
268+
# msal
269+
# pyjwt
266270
python-dateutil==2.8.2
267271
# via pandas
268272
pytz==2023.3.post1

0 commit comments

Comments
 (0)