Skip to content

Commit c714e4d

Browse files
committed
Bump pymongo driver version to 4.16.0
1 parent 40ff772 commit c714e4d

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.0 # For handling YAML configuration or data
2222
# 3. DATABASE & CONNECTIVITY
2323
# Database driver and necessary utilities.
2424
# ------------------------------------------------------------------------------
25-
pymongo~=4.15.0 # MongoDB driver
25+
pymongo~=4.16.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
@@ -141,7 +141,7 @@ pygments==2.19.2
141141
# via
142142
# pytest
143143
# rich
144-
pymongo==4.15.3
144+
pymongo==4.16.0
145145
# via -r requirements.in
146146
pytest==8.4.2
147147
# via

0 commit comments

Comments
 (0)