Skip to content

Commit

Permalink
bump mongoengine, motor, and pymongo
Browse files Browse the repository at this point in the history
  • Loading branch information
findtopher committed Oct 10, 2024
1 parent 6f5a12c commit 42b8fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ httpx==0.23.0
hypercorn==0.13.2
kaleido==0.2.1
matplotlib==3.5.2
mongoengine==0.24.2
motor>=2.5
mongoengine~=0.29.1
motor~=3.6.0
packaging==20.3
pandas>=1.3
plotly==5.17.0
pprintpp==0.4.0
psutil>=5.7.0
pymongo>=3.12,<4.9
pymongo~=4.9.2
pydantic==2.6.4
pytz==2022.1
PyYAML==6.0.1
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ def get_version():
# https://plotly.com/python/static-image-export/
"kaleido!=0.2.1.post1",
"matplotlib",
"mongoengine==0.24.2",
"motor>=2.5",
"mongoengine~=0.29.1",
"motor~=3.6.0",
"numpy",
"packaging",
"pandas",
"Pillow>=6.2",
"plotly>=4.14",
"pprintpp",
"psutil",
"pymongo>=3.12,<4.9",
"pymongo~=4.9.2",
"pytz",
"PyYAML",
"regex",
Expand Down

0 comments on commit 42b8fbc

Please sign in to comment.