Skip to content

Commit 7f3dcdb

Browse files
Bump idna from 3.6 to 3.7 in /app/backend (#1525)
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a095449 commit 7f3dcdb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/backend/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ hypercorn==0.16.0
125125
# via quart
126126
hyperframe==6.0.1
127127
# via h2
128-
idna==3.6
128+
idna==3.7
129129
# via
130130
# anyio
131131
# httpx
@@ -333,7 +333,9 @@ pydantic==2.6.3
333333
pydantic-core==2.16.3
334334
# via pydantic
335335
pyjwt[crypto]==2.8.0
336-
# via msal
336+
# via
337+
# msal
338+
# pyjwt
337339
pymupdf==1.23.26
338340
# via -r requirements.in
339341
pymupdfb==1.23.22

0 commit comments

Comments
 (0)