diff --git a/setup.py b/setup.py index c5fa3e3..fd1b1de 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,6 @@ }, install_requires=[ "slackclient==2.4.0", - "pymongo==3.10.0" + "pymongo==4.6.3" ] )