diff --git a/requirements.txt b/requirements.txt index 4c06392e..29f0e8d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ absl-py==1.2.0 adal==1.2.7 adlfs==2021.10.0 -aiohappyeyeballs==2.4.0 -aiohttp==3.10.2 -aiosignal==1.2.0 +aiohappyeyeballs==2.6.1 +aiohttp==3.13.3 +aiosignal==1.4.0 alabaster==0.7.12 applicationinsights==0.11.10 argon2-cffi==21.3.0 @@ -76,7 +76,7 @@ fastparquet==0.7.2 filelock==3.20.3 flatbuffers==24.3.25 fonttools==4.43.0 -frozenlist==1.3.1 +frozenlist==1.8.0 fsspec==2024.6.1 gast==0.4.0 google-api-core==2.10.2 @@ -132,7 +132,7 @@ msal-extensions==1.0.0 msgpack==1.0.4 msrest==0.7.1 msrestazure==0.6.4 -multidict==6.0.2 +multidict==6.7.1 nbformat==5.7.0 nbval==0.9.6 ndg-httpsclient==0.5.1 @@ -165,6 +165,7 @@ portalocker==2.5.1 prettytable==3.4.1 prometheus-client==0.14.1 prompt-toolkit==3.0.31 +propcache==0.4.1 protobuf==5.29.6 psutil==5.9.2 ptyprocess==0.7.0 @@ -268,6 +269,6 @@ Werkzeug==3.0.6 wheel==0.38.1 wrapt==1.14.1 yacs==0.1.8 -yarl==1.8.1 +yarl==1.23.0 zict==2.2.0 zipp==3.19.1 diff --git a/src/python/deepgnn/graph_engine/snark/tests/requirements.txt b/src/python/deepgnn/graph_engine/snark/tests/requirements.txt index e4c70d20..5e1a436a 100644 --- a/src/python/deepgnn/graph_engine/snark/tests/requirements.txt +++ b/src/python/deepgnn/graph_engine/snark/tests/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.12.14 +aiohttp==3.13.3 attr==0.3.1 fsspec==2021.8.1 # Preferably the vershion should match C++ version defined in the WORKSPACE file.