Skip to content

Commit 257d65d

Browse files
authored
Merge pull request #100 from mongodb/bump/pymongo-4.17.0-main
Bump pymongo to v4.17.0
2 parents 399ee2d + cc5e910 commit 257d65d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PyYAML~=6.0.3 # For handling YAML configuration or data
2222
# 3. DATABASE & CONNECTIVITY
2323
# Database driver and necessary utilities.
2424
# ------------------------------------------------------------------------------
25-
pymongo~=4.16.0 # MongoDB driver
25+
pymongo~=4.17.0 # MongoDB driver
2626
dnspython~=2.8.0 # Required for SRV record lookups by pymongo (e.g., MongoDB Atlas)
2727

2828
# ==============================================================================

mflix/server/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pygments==2.19.2
151151
# via
152152
# pytest
153153
# rich
154-
pymongo==4.16.0
154+
pymongo==4.17.0
155155
# via -r requirements.in
156156
pytest==8.4.2
157157
# via

0 commit comments

Comments
 (0)