diff --git a/backend/src/apiserver/visualization/requirements.in b/backend/src/apiserver/visualization/requirements.in index 2a29ea9e427..bd3c55c78d8 100644 --- a/backend/src/apiserver/visualization/requirements.in +++ b/backend/src/apiserver/visualization/requirements.in @@ -3,7 +3,7 @@ gcsfs==0.2.3 google-api-python-client==1.7.* itables==0.1.0 ipykernel==6.29.5 -ipython==7.34.0 +ipython==8.10.0 Jinja2>=3.1.2,<4 jupyter-client==8.6.3 markupsafe>=2.1.1 diff --git a/backend/src/apiserver/visualization/requirements.txt b/backend/src/apiserver/visualization/requirements.txt index 30211a05fa7..fbf3a9eb680 100644 --- a/backend/src/apiserver/visualization/requirements.txt +++ b/backend/src/apiserver/visualization/requirements.txt @@ -9,6 +9,8 @@ absl-py==2.3.1 # tensorboard # tensorflow # tensorflow-metadata +asttokens==3.0.0 + # via stack-data astunparse==1.6.3 # via tensorflow attrs==25.3.0 @@ -20,11 +22,9 @@ backcall==0.2.0 beautifulsoup4==4.13.5 # via nbconvert bleach[css]==6.2.0 - # via - # bleach - # nbconvert + # via nbconvert bokeh==1.2.0 - # via -r - + # via -r requirements.in cachetools==5.5.2 # via google-auth certifi==2025.8.3 @@ -41,6 +41,8 @@ decorator==5.2.1 # ipython defusedxml==0.7.1 # via nbconvert +executing==2.2.1 + # via stack-data fastjsonschema==2.21.2 # via nbformat flatbuffers==25.2.10 @@ -48,9 +50,9 @@ flatbuffers==25.2.10 gast==0.6.0 # via tensorflow gcsfs==0.2.3 - # via -r - + # via -r requirements.in google-api-python-client==1.7.12 - # via -r - + # via -r requirements.in google-auth==2.40.3 # via # gcsfs @@ -82,18 +84,18 @@ httplib2==0.30.2 idna==3.10 # via requests ipykernel==6.29.5 - # via -r - -ipython==7.34.0 + # via -r requirements.in +ipython==8.10.0 # via - # -r - + # -r requirements.in # ipykernel itables==0.1.0 - # via -r - + # via -r requirements.in jedi==0.19.2 # via ipython jinja2==3.1.6 # via - # -r - + # -r requirements.in # bokeh # nbconvert joblib==1.5.2 @@ -104,7 +106,7 @@ jsonschema-specifications==2025.9.1 # via jsonschema jupyter-client==8.6.3 # via - # -r - + # -r requirements.in # ipykernel # nbclient jupyter-core==5.8.1 @@ -124,7 +126,7 @@ markdown==3.9 # via tensorboard markupsafe==3.0.2 # via - # -r - + # -r requirements.in # jinja2 # nbconvert # werkzeug @@ -139,10 +141,10 @@ ml-dtypes==0.3.2 nbclient==0.10.2 # via nbconvert nbconvert==7.16.5 - # via -r - + # via -r requirements.in nbformat==5.10.4 # via - # -r - + # -r requirements.in # nbclient # nbconvert nest-asyncio==1.6.0 @@ -186,7 +188,7 @@ prompt-toolkit==3.0.52 # via ipython protobuf==4.25.8 # via - # -r - + # -r requirements.in # googleapis-common-protos # tensorboard # tensorflow @@ -196,8 +198,10 @@ psutil==7.0.0 # via ipykernel ptyprocess==0.7.0 # via pexpect +pure-eval==0.2.3 + # via stack-data pyarrow==14.0.1 - # via -r - + # via -r requirements.in pyasn1==0.6.1 # via # pyasn1-modules @@ -241,7 +245,7 @@ rpds-py==0.27.1 rsa==4.9.1 # via google-auth scikit-learn==1.5.0 - # via -r - + # via -r requirements.in scipy==1.16.1 # via scikit-learn six==1.17.0 @@ -255,22 +259,24 @@ six==1.17.0 # tensorflow soupsieve==2.8 # via beautifulsoup4 +stack-data==0.6.3 + # via ipython tensorboard==2.15.2 # via tensorflow tensorboard-data-server==0.7.2 # via tensorboard tensorflow==2.15.1 # via - # -r - + # -r requirements.in # tensorflow-serving-api tensorflow-estimator==2.15.0 # via tensorflow tensorflow-io-gcs-filesystem==0.37.1 # via tensorflow tensorflow-metadata==1.16.0 - # via -r - + # via -r requirements.in tensorflow-serving-api==2.15.1 - # via -r - + # via -r requirements.in termcolor==3.1.0 # via tensorflow threadpoolctl==3.6.0 @@ -279,7 +285,7 @@ tinycss2==1.4.0 # via bleach tornado==6.5.2 # via - # -r - + # -r requirements.in # bokeh # ipykernel # jupyter-client @@ -312,7 +318,7 @@ webencodings==0.5.1 # tinycss2 werkzeug==3.1.3 # via - # -r - + # -r requirements.in # tensorboard wheel==0.45.1 # via astunparse diff --git a/components/aws/sagemaker/dev_requirements.txt b/components/aws/sagemaker/dev_requirements.txt index 5e745028f88..652cb620ce1 100644 --- a/components/aws/sagemaker/dev_requirements.txt +++ b/components/aws/sagemaker/dev_requirements.txt @@ -3,6 +3,6 @@ # Development requirements kfp==1.7.0 docformatter==1.3.1 -black==19.10b0 +black==24.3.0 coverage==5.1 pytest==5.4.1 \ No newline at end of file diff --git a/components/aws/sagemaker/requirements.txt b/components/aws/sagemaker/requirements.txt index e8a001cc8d1..902b60823de 100644 --- a/components/aws/sagemaker/requirements.txt +++ b/components/aws/sagemaker/requirements.txt @@ -1,7 +1,7 @@ # Runtime requirements boto3==1.14.12 -sagemaker==2.237.3 +sagemaker==2.254.0 pathlib2==2.3.5 pyyaml==5.4 mypy-extensions==0.4.3 -protobuf==3.20.* \ No newline at end of file +protobuf==6.33.* \ No newline at end of file diff --git a/components/aws/sagemaker/tests/integration_tests/requirements.txt b/components/aws/sagemaker/tests/integration_tests/requirements.txt index 381d3361e60..6abe1f90558 100644 --- a/components/aws/sagemaker/tests/integration_tests/requirements.txt +++ b/components/aws/sagemaker/tests/integration_tests/requirements.txt @@ -7,7 +7,7 @@ filelock==3.0.* kubernetes==11.0.* kfp==1.8.14 minio==5.0.10 -sagemaker==2.148.* +sagemaker==2.254.* ruamel.yaml==0.16.* diff --git a/components/kserve/requirements.txt b/components/kserve/requirements.txt index fff5dd77779..494c67eb166 100644 --- a/components/kserve/requirements.txt +++ b/components/kserve/requirements.txt @@ -1,2 +1,2 @@ kserve==0.12.0 -protobuf~=3.19.0 +protobuf~=6.33.0