Skip to content

Commit f9a7f16

Browse files
committed
Bump aiohttp from 3.13.2 to 3.13.3
1 parent 606ab89 commit f9a7f16

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ rich-toolkit~=0.15.0 # Extensions for the 'rich' library
6161
# 8. TRANSITIVE DEPENDENCY CONSTRAINTS
6262
# Minimum versions for indirect dependencies.
6363
# ------------------------------------------------------------------------------
64-
filelock>=3.20.1 # Transitive dep via huggingface-hub
64+
filelock>=3.20.1 # Transitive dep via huggingface-hub
65+
aiohttp>=3.13.3 # Transitive dep via voyageai

mflix/server/python-fastapi/requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --output-file=requirements.txt requirements.in
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.2
10-
# via voyageai
9+
aiohttp==3.13.3
10+
# via
11+
# -r requirements.in
12+
# voyageai
1113
aiolimiter==1.2.1
1214
# via voyageai
1315
aiosignal==1.4.0
@@ -225,6 +227,8 @@ urllib3==2.6.1
225227
# -r requirements.in
226228
# requests
227229
# sentry-sdk
230+
uuid-utils==0.12.0
231+
# via langchain-core
228232
uvicorn[standard]==0.38.0
229233
# via
230234
# -r requirements.in

0 commit comments

Comments
 (0)