diff --git a/requirements.txt b/requirements.txt index b0ba752..34aa770 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anyio==3.6.2 +anyio==4.4.0 appdirs==1.4.4 appnope==0.1.3 argon2-cffi==21.3.0 @@ -10,7 +10,7 @@ Babel==2.11.0 backcall==0.2.0 beautifulsoup4==4.11.2 bleach==6.0.0 -certifi==2022.12.7 +certifi==2024.7.4 cffi==1.15.1 chardet==3.0.4 charset-normalizer==3.0.1 @@ -28,14 +28,14 @@ fire==0.5.0 fqdn==1.5.1 fuzzywuzzy==0.18.0 gitdb==4.0.10 -GitPython==3.1.31 -idna==2.8 +GitPython==3.1.41 +idna==3.7 imutils==0.5.4 indico-client==5.1.4 indico_toolkit==2.0.2 isoduration==20.11.0 jedi==0.18.2 -Jinja2==3.1.2 +Jinja2==3.1.4 joblib==1.2.0 json5==0.9.11 jsonpointer==2.3 @@ -53,12 +53,12 @@ nbclient==0.7.2 nbconvert==7.2.9 nbformat==5.7.3 nest-asyncio==1.5.6 -nltk==3.8.1 +nltk==3.8.2 notebook==6.5.2 notebook_shim==0.2.2 numpy==1.24.2 opencv-jupyter-ui==1.4.2 -opencv-python==4.7.0.68 +opencv-python==4.8.1.78 packaging==23.0 pandas==1.5.3 pandocfilters==1.5.0 @@ -67,7 +67,7 @@ pathspec==0.11.0 pathtools==0.1.2 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==9.4.0 +Pillow==10.3.0 platformdirs==2.6.2 plotly==5.2.1 prometheus-client==0.16.0 @@ -77,7 +77,7 @@ psutil==5.9.4 ptyprocess==0.7.0 pure-eval==0.2.2 pycparser==2.21 -Pygments==2.14.0 +Pygments==2.15.0 pyrsistent==0.19.3 python-dateutil==2.8.2 python-json-logger==2.0.4 @@ -87,13 +87,13 @@ PyYAML==6.0 pyzmq==25.0.0 rapidfuzz==2.13.7 regex==2022.10.31 -requests==2.22.0 +requests==2.32.2 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 scikit-learn==1.2.1 scipy==1.10.0 Send2Trash==1.8.0 -sentry-sdk==1.9.0 +sentry-sdk==2.8.0 setproctitle==1.3.2 six==1.16.0 smmap==5.0.0 @@ -106,11 +106,11 @@ terminado==0.17.1 threadpoolctl==3.1.0 tinycss2==1.2.1 tomli==2.0.1 -tqdm==4.50.0 +tqdm==4.66.3 traitlets==5.9.0 typish==1.9.3 uri-template==1.2.0 -urllib3==1.25.11 +urllib3==1.26.19 wandb==0.13.10 wcwidth==0.2.6 webcolors==1.12 @@ -118,3 +118,8 @@ webencodings==0.5.1 websocket-client==1.5.0 widgetsnbextension==4.0.5 XlsxWriter==3.0.8 +ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability +jupyter-server>=2.14.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability +tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability