Skip to content

Commit 93d3c26

Browse files
Bump requests from 2.32.3 to 2.32.4 in /app/backend
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10904b6 commit 93d3c26

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

app/backend/requirements.txt

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ anyio==4.4.0
2020
# openai
2121
asgiref==3.8.1
2222
# via opentelemetry-instrumentation-asgi
23+
async-timeout==5.0.1
24+
# via aiohttp
2325
attrs==24.2.0
2426
# via aiohttp
2527
azure-ai-documentintelligence==1.0.0b4
@@ -96,6 +98,11 @@ deprecated==1.2.14
9698
# opentelemetry-semantic-conventions
9799
distro==1.9.0
98100
# via openai
101+
exceptiongroup==1.3.0
102+
# via
103+
# anyio
104+
# hypercorn
105+
# taskgroup
99106
fixedint==0.1.6
100107
# via azure-monitor-opentelemetry-exporter
101108
flask==3.0.3
@@ -118,7 +125,7 @@ hpack==4.0.0
118125
# via h2
119126
httpcore==1.0.5
120127
# via httpx
121-
httpx==0.27.0
128+
httpx[http2]==0.27.0
122129
# via
123130
# microsoft-kiota-http
124131
# msgraph-core
@@ -134,7 +141,10 @@ idna==3.10
134141
# requests
135142
# yarl
136143
importlib-metadata==8.0.0
137-
# via opentelemetry-api
144+
# via
145+
# flask
146+
# opentelemetry-api
147+
# quart
138148
isodate==0.6.1
139149
# via
140150
# azure-ai-documentintelligence
@@ -318,8 +328,6 @@ packaging==24.1
318328
# opentelemetry-instrumentation-flask
319329
pillow==10.4.0
320330
# via -r requirements.in
321-
portalocker==2.10.1
322-
# via msal-extensions
323331
priority==2.0.0
324332
# via hypercorn
325333
prompty==0.1.50
@@ -331,14 +339,12 @@ psutil==5.9.8
331339
pycparser==2.22
332340
# via cffi
333341
pydantic==2.8.2
334-
# via
335-
# openai
336-
# prompty
342+
# via openai
337343
pydantic-core==2.20.1
338344
# via pydantic
339345
pygments==2.18.0
340346
# via rich
341-
pyjwt==2.10.1
347+
pyjwt[crypto]==2.10.1
342348
# via
343349
# -r requirements.in
344350
# msal
@@ -360,7 +366,7 @@ quart-cors==0.7.0
360366
# via -r requirements.in
361367
regex==2024.11.6
362368
# via tiktoken
363-
requests==2.32.3
369+
requests==2.32.4
364370
# via
365371
# azure-core
366372
# msal
@@ -384,12 +390,16 @@ soupsieve==2.6
384390
# via beautifulsoup4
385391
std-uritemplate==2.0.3
386392
# via microsoft-kiota-abstractions
393+
taskgroup==0.2.2
394+
# via hypercorn
387395
tenacity==9.0.0
388396
# via -r requirements.in
389397
tiktoken==0.8.0
390398
# via
391399
# -r requirements.in
392400
# opentelemetry-instrumentation-openai
401+
tomli==2.2.1
402+
# via hypercorn
393403
tqdm==4.66.5
394404
# via openai
395405
types-beautifulsoup4==4.12.0.20240511
@@ -401,17 +411,27 @@ types-pillow==10.2.0.20240822
401411
typing-extensions==4.13.2
402412
# via
403413
# -r requirements.in
414+
# anyio
415+
# asgiref
404416
# azure-ai-documentintelligence
405417
# azure-core
406418
# azure-cosmos
407419
# azure-identity
408420
# azure-search-documents
409421
# azure-storage-blob
410422
# azure-storage-file-datalake
423+
# exceptiongroup
424+
# hypercorn
411425
# openai
412426
# opentelemetry-sdk
413427
# pydantic
414428
# pydantic-core
429+
# pypdf
430+
# quart
431+
# quart-cors
432+
# rich
433+
# taskgroup
434+
# uvicorn
415435
urllib3==2.2.2
416436
# via requests
417437
uvicorn==0.30.6

0 commit comments

Comments
 (0)