Skip to content

Commit

Permalink
bump pymongo to v4.0.0 in requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 8, 2024
1 parent 6110293 commit 403a3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruamel.yaml==0.16.5
pymongo==3.10.0
pymongo==4.0.0
Jinja2
monty==3.0.2
python-dateutil==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
python_requires=">=3.8",
install_requires=[
"ruamel.yaml>=0.15.35",
"pymongo>=3.3.0",
"pymongo>=4.0.0",
"Jinja2>=2.8.0",
"monty>=1.0.1",
"python-dateutil>=2.5.3",
Expand Down

0 comments on commit 403a3f9

Please sign in to comment.