Skip to content

Commit 1486128

Browse files
Bump jinja2 from 3.1.4 to 3.1.5 in /app/backend (#2255)
* Bump jinja2 from 3.1.4 to 3.1.5 in /app/backend Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Unpin msgraph-sdk now that its updated to latest --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox <[email protected]>
1 parent 9040128 commit 1486128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/backend/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pypdf
2727
PyMuPDF
2828
beautifulsoup4
2929
types-beautifulsoup4
30-
msgraph-sdk==1.1.0
30+
msgraph-sdk
3131
openai-messages-token-helper
3232
python-dotenv
3333
rich

app/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ itsdangerous==2.2.0
149149
# via
150150
# flask
151151
# quart
152-
jinja2==3.1.4
152+
jinja2==3.1.5
153153
# via
154154
# flask
155155
# quart

0 commit comments

Comments
 (0)