We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8dc14d + 52e0de3 commit 7d7a2a5Copy full SHA for 7d7a2a5
2 files changed
mflix/server/python-fastapi/requirements.in
@@ -22,7 +22,7 @@ PyYAML~=6.0.0 # For handling YAML configuration or data
22
# 3. DATABASE & CONNECTIVITY
23
# Database driver and necessary utilities.
24
# ------------------------------------------------------------------------------
25
-pymongo~=4.15.0 # MongoDB driver
+pymongo~=4.16.0 # MongoDB driver
26
dnspython~=2.8.0 # Required for SRV record lookups by pymongo (e.g., MongoDB Atlas)
27
28
# ==============================================================================
mflix/server/python-fastapi/requirements.txt
@@ -141,7 +141,7 @@ pygments==2.19.2
141
# via
142
# pytest
143
# rich
144
-pymongo==4.15.3
+pymongo==4.16.0
145
# via -r requirements.in
146
pytest==8.4.2
147
0 commit comments