Skip to content

Commit edee960

Browse files
Bump urllib3 from 2.2.1 to 2.2.2 in /app/backend (#1739)
* Bump urllib3 from 2.2.1 to 2.2.2 in /app/backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump reqs --------- 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 905b62e commit edee960

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

app/backend/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
azure-identity
22
quart
33
quart-cors
4-
openai[datalib]>=1.3.7
4+
openai>=1.3.7
5+
numpy>=1 # Used by openai embeddings.create to optimize embeddings (but not required)
56
tiktoken
67
tenacity
78
azure-ai-documentintelligence

app/backend/requirements.txt

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ azure-core==1.30.2
4242
# msrest
4343
azure-core-tracing-opentelemetry==1.0.0b11
4444
# via azure-monitor-opentelemetry
45-
azure-identity==1.16.1
45+
azure-identity==1.17.0
4646
# via
4747
# -r requirements.in
4848
# msgraph-sdk
@@ -181,7 +181,7 @@ msal==1.28.1
181181
# msal-extensions
182182
msal-extensions==1.1.0
183183
# via azure-identity
184-
msgraph-core==1.0.0
184+
msgraph-core==1.1.0
185185
# via msgraph-sdk
186186
msgraph-sdk==1.1.0
187187
# via -r requirements.in
@@ -191,14 +191,11 @@ multidict==6.0.5
191191
# via
192192
# aiohttp
193193
# yarl
194-
numpy==1.26.4
195-
# via
196-
# openai
197-
# pandas
198-
# pandas-stubs
194+
numpy==2.0.0
195+
# via -r requirements.in
199196
oauthlib==3.2.2
200197
# via requests-oauthlib
201-
openai[datalib]==1.34.0
198+
openai==1.35.1
202199
# via
203200
# -r requirements.in
204201
# openai-messages-token-helper
@@ -258,7 +255,7 @@ opentelemetry-instrumentation-flask==0.46b0
258255
# via azure-monitor-opentelemetry
259256
opentelemetry-instrumentation-httpx==0.46b0
260257
# via -r requirements.in
261-
opentelemetry-instrumentation-openai==0.22.0
258+
opentelemetry-instrumentation-openai==0.23.0
262259
# via -r requirements.in
263260
opentelemetry-instrumentation-psycopg2==0.46b0
264261
# via azure-monitor-opentelemetry
@@ -317,10 +314,6 @@ packaging==24.1
317314
# via
318315
# msal-extensions
319316
# opentelemetry-instrumentation-flask
320-
pandas==2.2.2
321-
# via openai
322-
pandas-stubs==2.2.2.240603
323-
# via openai
324317
pendulum==3.0.0
325318
# via microsoft-kiota-serialization-json
326319
pillow==10.3.0
@@ -356,13 +349,10 @@ pypdf==4.2.0
356349
python-dateutil==2.9.0.post0
357350
# via
358351
# microsoft-kiota-serialization-text
359-
# pandas
360352
# pendulum
361353
# time-machine
362354
python-jose[cryptography]==3.3.0
363355
# via -r requirements.in
364-
pytz==2024.1
365-
# via pandas
366356
quart==0.19.6
367357
# via
368358
# -r requirements.in
@@ -397,7 +387,7 @@ soupsieve==2.5
397387
# via beautifulsoup4
398388
std-uritemplate==1.0.1
399389
# via microsoft-kiota-abstractions
400-
tenacity==8.3.0
390+
tenacity==8.4.1
401391
# via -r requirements.in
402392
tiktoken==0.7.0
403393
# via
@@ -418,23 +408,20 @@ types-pyasn1==0.6.0.20240402
418408
# via types-python-jose
419409
types-python-jose==3.3.4.20240106
420410
# via -r requirements.in
421-
types-pytz==2024.1.0.20240417
422-
# via pandas-stubs
423411
typing-extensions==4.12.2
424412
# via
425413
# azure-ai-documentintelligence
426414
# azure-core
415+
# azure-identity
427416
# azure-storage-blob
428417
# azure-storage-file-datalake
429418
# openai
430419
# opentelemetry-sdk
431420
# pydantic
432421
# pydantic-core
433422
tzdata==2024.1
434-
# via
435-
# pandas
436-
# pendulum
437-
urllib3==2.2.1
423+
# via pendulum
424+
urllib3==2.2.2
438425
# via requests
439426
uvicorn==0.30.1
440427
# via -r requirements.in

0 commit comments

Comments
 (0)