diff --git a/requirements.txt b/requirements.txt index 840512e945..abe9bc391a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -113,7 +113,7 @@ pyemd==0.5.1 pyext==0.7 pyflakes==2.5.0 pyhocon==0.3.59 -pymongo==4.2.0 +pymongo==4.6.3 pyparsing==2.4.7 PySocks==1.7.1 pytest==7.2.0 diff --git a/setup.cfg b/setup.cfg index 0c81a91307..3b49842400 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires= sqlitedict~=1.7.0 bottle~=0.12.23 # TODO: Remove these from common - pymongo~=4.2.0 + pymongo>=4.2,<4.7 # Basic Scenarios datasets~=2.5.2