Skip to content

Commit f40f4e9

Browse files
authored
Merge pull request #55 from mongodb/dependabot-9
Python: Upgrade filelock to v3.20.1
2 parents 35d46cf + b40064b commit f40f4e9

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,10 @@ sentry-sdk~=2.42.0 # For error tracking and performance monitoring
5555
# Libraries for rich console output and debugging.
5656
# ------------------------------------------------------------------------------
5757
rich~=14.2.0 # For rich, formatted terminal output
58-
rich-toolkit~=0.15.0 # Extensions for the 'rich' library
58+
rich-toolkit~=0.15.0 # Extensions for the 'rich' library
59+
60+
# ==============================================================================
61+
# 8. TRANSITIVE DEPENDENCY CONSTRAINTS
62+
# Minimum versions for indirect dependencies.
63+
# ------------------------------------------------------------------------------
64+
filelock>=3.20.1 # Transitive dep via huggingface-hub

mflix/server/python-fastapi/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ fastapi-cli==0.0.14
5252
# via -r requirements.in
5353
fastapi-cloud-cli==0.3.1
5454
# via -r requirements.in
55-
filelock==3.20.0
56-
# via huggingface-hub
55+
filelock==3.20.1
56+
# via
57+
# -r requirements.in
58+
# huggingface-hub
5759
frozenlist==1.8.0
5860
# via
5961
# aiohttp

0 commit comments

Comments
 (0)