diff --git a/requirements.txt b/requirements.txt index 9f03019..4c054f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" pyasn1==0.4.8; python_version >= "3.5" and python_version < "4" pycparser==2.22 pydantic==1.9.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" -pymongo==3.12.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" +pymongo==4.10.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" python-dotenv==1.0.1; python_version >= "3.5" python-jose==3.3.0 python-multipart==0.0.20