diff --git a/nosql/mongo/requirements.txt b/nosql/mongo/requirements.txt index e3fd07f..9b04b2b 100644 --- a/nosql/mongo/requirements.txt +++ b/nosql/mongo/requirements.txt @@ -12,7 +12,7 @@ exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" gitdb==4.0.10 ; python_version >= "3.10" and python_version < "4.0" gitpython==3.1.37 ; python_version >= "3.10" and python_version < "4.0" greenlet==3.0.0 ; python_version >= "3.10" and python_version < "4.0" -idna==3.4 ; python_version >= "3.10" and python_version < "4.0" +idna==3.15 ; python_version >= "3.10" and python_version < "4.0" numpy==1.25.2 ; python_version >= "3.10" and python_version < "4.0" pandas==1.5.3 ; python_version >= "3.10" and python_version < "4.0" playwright==1.18.1 ; python_version >= "3.10" and python_version < "4.0"