diff --git a/requirements-fmt.txt b/requirements-fmt.txt index a35b0f5..5648c60 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -4,21 +4,21 @@ # # pip-compile requirements-fmt.in # -black==23.9.1 +black==24.1.1 # via -r requirements-fmt.in click==8.1.7 # via black -isort==5.12.0 +isort==5.13.2 # via -r requirements-fmt.in mypy-extensions==1.0.0 # via black -packaging==23.1 +packaging==23.2 # via black -pathspec==0.11.2 +pathspec==0.12.1 # via black -platformdirs==3.10.0 +platformdirs==4.2.0 # via black tomli==2.0.1 # via black -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via black diff --git a/requirements-lint.txt b/requirements-lint.txt index 4330e9c..7377cc4 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,47 +4,47 @@ # # pip-compile requirements-lint.in # -black==23.9.1 +black==24.1.1 # via -r requirements-lint.in click==8.1.7 # via black -codespell==2.2.5 +codespell==2.2.6 # via -r requirements-lint.in -flake8==6.0.0 +flake8==6.1.0 # via # -r requirements-lint.in # flake8-builtins # pep8-naming # pyproject-flake8 -flake8-builtins==2.1.0 +flake8-builtins==2.2.0 # via -r requirements-lint.in flake8-copyright==0.2.4 # via -r requirements-lint.in -isort==5.12.0 +isort==5.13.2 # via -r requirements-lint.in mccabe==0.7.0 # via flake8 mypy-extensions==1.0.0 # via black -packaging==23.1 +packaging==23.2 # via black -pathspec==0.11.2 +pathspec==0.12.1 # via black pep8-naming==0.13.3 # via -r requirements-lint.in -platformdirs==3.10.0 +platformdirs==4.2.0 # via black -pycodestyle==2.10.0 +pycodestyle==2.11.1 # via flake8 -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 -pyproject-flake8==6.0.0.post1 +pyproject-flake8==6.1.0 # via -r requirements-lint.in tomli==2.0.1 # via # black # pyproject-flake8 -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via black # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements.txt b/requirements.txt index ba1d3f8..161bf90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile requirements.in # -anyio==4.0.0 +anyio==4.2.0 # via httpx asttokens==2.4.1 # via stack-data backcall==0.2.0 # via ipython -bcrypt==4.0.1 +bcrypt==4.1.2 # via paramiko cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # httpcore # httpx @@ -26,29 +26,29 @@ cffi==1.16.0 # pynacl charset-normalizer==3.3.2 # via requests -cryptography==41.0.5 +cryptography==42.0.2 # via paramiko decorator==5.1.1 # via # ipdb # ipython -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via # anyio # pytest executing==2.0.1 # via stack-data -google-auth==2.23.4 +google-auth==2.27.0 # via kubernetes h11==0.14.0 # via httpcore httpcore==1.0.2 # via httpx -httpx==0.25.1 +httpx==0.26.0 # via lightkube -hvac==2.0.0 +hvac==2.1.0 # via juju -idna==3.4 +idna==3.6 # via # anyio # httpx @@ -61,21 +61,21 @@ ipython==8.12.3 # via ipdb jedi==0.19.1 # via ipython -jinja2==3.1.2 +jinja2==3.1.3 # via pytest-operator -juju==3.2.3.0 +juju==3.3.0.0 # via # -r requirements.in # pytest-operator -kubernetes==28.1.0 +kubernetes==29.0.0 # via juju -lightkube==0.15.0 +lightkube==0.15.1 # via -r requirements.in -lightkube-models==1.28.1.4 +lightkube-models==1.29.0.7 # via lightkube -macaroonbakery==1.3.1 +macaroonbakery==1.3.4 # via juju -markupsafe==2.1.3 +markupsafe==2.1.5 # via jinja2 matplotlib-inline==0.1.6 # via ipython @@ -91,21 +91,21 @@ paramiko==2.12.0 # via juju parso==0.8.3 # via jedi -pexpect==4.8.0 +pexpect==4.9.0 # via ipython pickleshare==0.7.5 # via ipython -pluggy==1.3.0 +pluggy==1.4.0 # via pytest -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.43 # via ipython -protobuf==3.20.3 +protobuf==4.25.2 # via macaroonbakery ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pyasn1==0.5.0 +pyasn1==0.5.1 # via # juju # pyasn1-modules @@ -114,7 +114,7 @@ pyasn1-modules==0.3.0 # via google-auth pycparser==2.21 # via cffi -pygments==2.16.1 +pygments==2.17.2 # via ipython pymacaroons==0.13.0 # via macaroonbakery @@ -127,18 +127,18 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pytest==7.4.3 +pytest==8.0.0 # via # -r requirements.in # pytest-asyncio # pytest-operator pytest-asyncio==0.21.1 # via pytest-operator -pytest-operator==0.31.0 +pytest-operator==0.32.0 # via -r requirements.in python-dateutil==2.8.2 # via kubernetes -pytz==2023.3.post1 +pytz==2024.1 # via pyrfc3339 pyyaml==6.0.1 # via @@ -178,23 +178,24 @@ tomli==2.0.1 # pytest toposort==1.10 # via juju -traitlets==5.13.0 +traitlets==5.14.1 # via # ipython # matplotlib-inline -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via + # anyio # ipython # typing-inspect typing-inspect==0.9.0 # via juju -urllib3==1.26.18 +urllib3==2.2.0 # via # kubernetes # requests -wcwidth==0.2.10 +wcwidth==0.2.13 # via prompt-toolkit -websocket-client==1.6.4 +websocket-client==1.7.0 # via kubernetes websockets==8.1 # via juju diff --git a/tests/notebooks/e2e-wine/requirements.txt b/tests/notebooks/e2e-wine/requirements.txt index 32d9ca5..28965e0 100644 --- a/tests/notebooks/e2e-wine/requirements.txt +++ b/tests/notebooks/e2e-wine/requirements.txt @@ -6,29 +6,29 @@ # absl-py==1.4.0 # via kfp -alembic==1.12.0 +alembic==1.13.1 # via mlflow -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing -blinker==1.6.2 +blinker==1.7.0 # via flask -boto3==1.28.50 +boto3==1.34.37 # via -r requirements.in -botocore==1.31.50 +botocore==1.34.37 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # kfp-server-api # kubernetes # minio # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -46,9 +46,9 @@ configparser==6.0.0 # via minio contourpy==1.1.1 # via matplotlib -cycler==0.11.0 +cycler==0.12.1 # via matplotlib -databricks-cli==0.17.7 +databricks-cli==0.18.0 # via mlflow deprecated==1.2.14 # via kfp @@ -62,13 +62,13 @@ fire==0.5.0 # via kfp flask==2.3.3 # via mlflow -fonttools==4.42.1 +fonttools==4.48.1 # via matplotlib -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.41 # via mlflow -google-api-core==2.11.1 +google-api-core==2.16.2 # via # google-api-python-client # google-cloud-core @@ -76,7 +76,7 @@ google-api-core==2.11.1 # kfp google-api-python-client==1.12.11 # via kfp -google-auth==2.23.0 +google-auth==2.27.0 # via # google-api-core # google-api-python-client @@ -85,19 +85,21 @@ google-auth==2.23.0 # google-cloud-storage # kfp # kubernetes -google-auth-httplib2==0.1.1 +google-auth-httplib2==0.2.0 # via google-api-python-client -google-cloud-core==2.3.3 +google-cloud-core==2.4.1 # via google-cloud-storage -google-cloud-storage==2.10.0 +google-cloud-storage==2.14.0 # via kfp google-crc32c==1.5.0 - # via google-resumable-media -google-resumable-media==2.6.0 + # via + # google-cloud-storage + # google-resumable-media +google-resumable-media==2.7.0 # via google-cloud-storage -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.62.0 # via google-api-core -greenlet==2.0.2 +greenlet==3.0.3 # via sqlalchemy gunicorn==20.1.0 # via mlflow @@ -105,7 +107,7 @@ httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.4 +idna==3.6 # via requests importlib-metadata==5.2.0 # via @@ -114,7 +116,7 @@ importlib-metadata==5.2.0 # markdown # mlflow # numba -importlib-resources==6.0.1 +importlib-resources==6.1.1 # via # alembic # jsonschema @@ -122,7 +124,7 @@ importlib-resources==6.0.1 # matplotlib itsdangerous==2.1.2 # via flask -jinja2==3.1.2 +jinja2==3.1.3 # via # flask # mlflow @@ -132,9 +134,9 @@ jmespath==1.0.1 # botocore joblib==1.3.2 # via scikit-learn -jsonschema==4.19.0 +jsonschema==4.21.1 # via kfp -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema kfp==1.8.22 # via -r requirements.in @@ -146,24 +148,24 @@ kiwisolver==1.4.5 # via matplotlib kubernetes==25.3.0 # via kfp -llvmlite==0.40.1 +llvmlite==0.41.1 # via numba -mako==1.2.4 +mako==1.3.2 # via alembic -markdown==3.4.4 +markdown==3.5.2 # via mlflow -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.4 # via mlflow minio==6.0.2 # via -r requirements.in mlflow==2.1.1 # via -r requirements.in -numba==0.57.1 +numba==0.58.1 # via shap numpy==1.24.4 # via @@ -191,7 +193,7 @@ pandas==1.5.3 # via # mlflow # shap -pillow==10.0.1 +pillow==10.2.0 # via matplotlib pkgutil-resolve-name==1.3.10 # via jsonschema @@ -206,13 +208,13 @@ pyarrow==10.0.1 # via # -r requirements.in # mlflow -pyasn1==0.5.0 +pyasn1==0.5.1 # via # pyasn1-modules # rsa pyasn1-modules==0.3.0 # via google-auth -pydantic==1.10.12 +pydantic==1.10.14 # via kfp pyjwt==2.8.0 # via databricks-cli @@ -240,7 +242,7 @@ pyyaml==6.0.1 # mlflow querystring-parser==1.2.4 # via mlflow -referencing==0.30.2 +referencing==0.33.0 # via # jsonschema # jsonschema-specifications @@ -259,13 +261,13 @@ requests-oauthlib==1.3.1 # via kubernetes requests-toolbelt==0.10.1 # via kfp -rpds-py==0.10.3 +rpds-py==0.17.1 # via # jsonschema # referencing rsa==4.9 # via google-auth -s3transfer==0.6.2 +s3transfer==0.10.0 # via boto3 scikit-learn==1.1.3 # via @@ -277,7 +279,7 @@ scipy==1.10.1 # mlflow # scikit-learn # shap -shap==0.42.1 +shap==0.44.1 # via mlflow six==1.16.0 # via @@ -292,7 +294,7 @@ slicer==0.0.7 # via shap smmap==5.0.1 # via gitdb -sqlalchemy==1.4.49 +sqlalchemy==1.4.51 # via # alembic # mlflow @@ -306,7 +308,7 @@ tabulate==0.9.0 # kfp tenacity==8.2.3 # via -r requirements.in -termcolor==2.3.0 +termcolor==2.4.0 # via fire threadpoolctl==3.2.0 # via scikit-learn @@ -314,7 +316,7 @@ tqdm==4.66.1 # via shap typer==0.9.0 # via kfp -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via # alembic # kfp @@ -324,26 +326,25 @@ uritemplate==3.0.1 # via # google-api-python-client # kfp -urllib3==1.26.16 +urllib3==1.26.18 # via # botocore # databricks-cli # docker - # google-auth # kfp # kfp-server-api # kubernetes # minio # requests -websocket-client==1.6.3 +websocket-client==1.7.0 # via # docker # kubernetes -werkzeug==2.3.7 +werkzeug==3.0.1 # via flask -wheel==0.41.2 +wheel==0.42.0 # via strip-hints -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated zipp==3.17.0 # via diff --git a/tests/notebooks/katib/requirements.txt b/tests/notebooks/katib/requirements.txt index e2397af..97d181b 100644 --- a/tests/notebooks/katib/requirements.txt +++ b/tests/notebooks/katib/requirements.txt @@ -4,32 +4,32 @@ # # pip-compile requirements.in # -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # kubeflow-katib # kubernetes # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests -google-auth==2.23.0 +google-auth==2.27.0 # via kubernetes -grpcio==1.41.1 +grpcio==1.60.1 # via kubeflow-katib -idna==3.4 +idna==3.6 # via requests -kubeflow-katib==0.15.0 +kubeflow-katib==0.16.0 # via -r requirements.in -kubernetes==28.1.0 +kubernetes==29.0.0 # via kubeflow-katib oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -protobuf==3.19.5 +protobuf==3.20.3 # via kubeflow-katib -pyasn1==0.5.0 +pyasn1==0.5.1 # via # pyasn1-modules # rsa @@ -49,19 +49,17 @@ rsa==4.9 # via google-auth six==1.16.0 # via - # grpcio # kubeflow-katib # kubernetes # python-dateutil tenacity==8.2.3 # via -r requirements.in -urllib3==1.26.16 +urllib3==2.2.0 # via - # google-auth # kubeflow-katib # kubernetes # requests -websocket-client==1.6.3 +websocket-client==1.7.0 # via kubernetes # The following packages are considered to be unsafe in a requirements file: diff --git a/tests/notebooks/kfp_v1/requirements.txt b/tests/notebooks/kfp_v1/requirements.txt index 5856300..eb4d94c 100644 --- a/tests/notebooks/kfp_v1/requirements.txt +++ b/tests/notebooks/kfp_v1/requirements.txt @@ -6,18 +6,18 @@ # absl-py==1.4.0 # via kfp -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # kfp-server-api # kubernetes # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -31,7 +31,7 @@ docstring-parser==0.15 # via kfp fire==0.5.0 # via kfp -google-api-core==2.11.1 +google-api-core==2.16.2 # via # google-api-python-client # google-cloud-core @@ -39,7 +39,7 @@ google-api-core==2.11.1 # kfp google-api-python-client==1.12.11 # via kfp -google-auth==2.23.0 +google-auth==2.27.0 # via # google-api-core # google-api-python-client @@ -48,31 +48,33 @@ google-auth==2.23.0 # google-cloud-storage # kfp # kubernetes -google-auth-httplib2==0.1.1 +google-auth-httplib2==0.2.0 # via google-api-python-client -google-cloud-core==2.3.3 +google-cloud-core==2.4.1 # via google-cloud-storage -google-cloud-storage==2.10.0 +google-cloud-storage==2.14.0 # via kfp google-crc32c==1.5.0 - # via google-resumable-media -google-resumable-media==2.6.0 + # via + # google-cloud-storage + # google-resumable-media +google-resumable-media==2.7.0 # via google-cloud-storage -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.62.0 # via google-api-core httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.4 +idna==3.6 # via requests -importlib-resources==6.0.1 +importlib-resources==6.1.1 # via # jsonschema # jsonschema-specifications -jsonschema==4.19.0 +jsonschema==4.21.1 # via kfp -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema kfp==1.8.22 # via -r requirements.in @@ -92,13 +94,13 @@ protobuf==3.20.3 # googleapis-common-protos # kfp # kfp-pipeline-spec -pyasn1==0.5.0 +pyasn1==0.5.1 # via # pyasn1-modules # rsa pyasn1-modules==0.3.0 # via google-auth -pydantic==1.10.12 +pydantic==1.10.14 # via kfp pyparsing==3.1.1 # via httplib2 @@ -110,7 +112,7 @@ pyyaml==6.0.1 # via # kfp # kubernetes -referencing==0.30.2 +referencing==0.33.0 # via # jsonschema # jsonschema-specifications @@ -125,7 +127,7 @@ requests-oauthlib==1.3.1 # via kubernetes requests-toolbelt==0.10.1 # via kfp -rpds-py==0.10.3 +rpds-py==0.17.1 # via # jsonschema # referencing @@ -144,11 +146,11 @@ tabulate==0.9.0 # via kfp tenacity==8.2.3 # via -r requirements.in -termcolor==2.3.0 +termcolor==2.4.0 # via fire typer==0.9.0 # via kfp -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via # kfp # pydantic @@ -157,18 +159,17 @@ uritemplate==3.0.1 # via # google-api-python-client # kfp -urllib3==1.26.16 +urllib3==1.26.18 # via - # google-auth # kfp # kfp-server-api # kubernetes # requests -websocket-client==1.6.3 +websocket-client==1.7.0 # via kubernetes -wheel==0.41.2 +wheel==0.42.0 # via strip-hints -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated zipp==3.17.0 # via importlib-resources diff --git a/tests/notebooks/kfp_v2/requirements.txt b/tests/notebooks/kfp_v2/requirements.txt index 5e0af9f..f9f4423 100644 --- a/tests/notebooks/kfp_v2/requirements.txt +++ b/tests/notebooks/kfp_v2/requirements.txt @@ -6,7 +6,7 @@ # cachetools==5.3.2 # via google-auth -certifi==2023.11.17 +certifi==2024.2.2 # via # kfp-server-api # kubernetes @@ -17,43 +17,43 @@ click==8.1.7 # via kfp docstring-parser==0.15 # via kfp -google-api-core==2.14.0 +google-api-core==2.16.2 # via # google-cloud-core # google-cloud-storage # kfp -google-auth==2.23.4 +google-auth==2.27.0 # via # google-api-core # google-cloud-core # google-cloud-storage # kfp # kubernetes -google-cloud-core==2.3.3 +google-cloud-core==2.4.1 # via google-cloud-storage -google-cloud-storage==2.13.0 +google-cloud-storage==2.14.0 # via kfp google-crc32c==1.5.0 # via # google-cloud-storage # google-resumable-media -google-resumable-media==2.6.0 +google-resumable-media==2.7.0 # via google-cloud-storage -googleapis-common-protos==1.61.0 +googleapis-common-protos==1.62.0 # via google-api-core -idna==3.4 +idna==3.6 # via requests -kfp==2.4.0 +kfp==2.6.0 # via -r requirements.in -kfp-pipeline-spec==0.2.2 +kfp-pipeline-spec==0.3.0 # via kfp -kfp-server-api==2.0.3 +kfp-server-api==2.0.5 # via kfp kubernetes==26.1.0 # via kfp oauthlib==3.2.2 # via requests-oauthlib -protobuf==3.20.3 +protobuf==4.25.2 # via # google-api-core # googleapis-common-protos @@ -95,7 +95,7 @@ tabulate==0.9.0 # via kfp tenacity==8.2.3 # via -r requirements.in -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via kfp urllib3==1.26.18 # via @@ -103,7 +103,7 @@ urllib3==1.26.18 # kfp-server-api # kubernetes # requests -websocket-client==1.6.4 +websocket-client==1.7.0 # via kubernetes # The following packages are considered to be unsafe in a requirements file: diff --git a/tests/notebooks/kserve/requirements.txt b/tests/notebooks/kserve/requirements.txt index 8f1c195..77d2dda 100644 --- a/tests/notebooks/kserve/requirements.txt +++ b/tests/notebooks/kserve/requirements.txt @@ -4,26 +4,26 @@ # # pip-compile requirements.in # -aiohttp==3.8.5 +aiohttp==3.9.3 # via # aiohttp-cors # ray aiohttp-cors==0.7.0 # via ray -aiorwlock==1.3.0 +aiorwlock==1.4.0 # via ray aiosignal==1.3.1 # via # aiohttp # ray -anyio==4.0.0 +anyio==4.2.0 # via # httpcore # starlette # watchfiles async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via # aiohttp # jsonschema @@ -31,56 +31,50 @@ attrs==23.1.0 # referencing blessed==1.20.0 # via gpustat -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # httpcore # httpx # kubernetes # requests -charset-normalizer==3.2.0 - # via - # aiohttp - # requests +charset-normalizer==3.3.2 + # via requests click==8.1.7 # via # ray # uvicorn -cloudevents==1.9.0 +cloudevents==1.10.1 # via kserve -colorful==0.5.5 +colorful==0.5.6 # via ray -cuda-python==12.2.0 - # via tritonclient -cython==3.0.2 - # via cuda-python deprecation==2.1.0 # via cloudevents -distlib==0.3.7 +distlib==0.3.8 # via virtualenv -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via anyio fastapi==0.95.2 # via # kserve # ray -filelock==3.12.4 +filelock==3.13.1 # via # ray # virtualenv -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal # ray -google-api-core==2.11.1 +google-api-core==2.16.2 # via opencensus -google-auth==2.23.0 +google-auth==2.27.0 # via # google-api-core # kubernetes -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.62.0 # via google-api-core gpustat==1.1.1 # via ray @@ -94,33 +88,33 @@ h11==0.14.0 # uvicorn httpcore==0.16.3 # via httpx -httptools==0.6.0 +httptools==0.6.1 # via uvicorn httpx==0.23.3 # via kserve -idna==3.4 +idna==3.6 # via # anyio # requests # rfc3986 # yarl -importlib-resources==6.0.1 +importlib-resources==6.1.1 # via # jsonschema # jsonschema-specifications -jsonschema==4.19.0 +jsonschema==4.21.1 # via ray -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema -kserve==0.11.0 +kserve==0.11.2 # via -r requirements.in -kubernetes==28.1.0 +kubernetes==29.0.0 # via # -r requirements.in # kserve -msgpack==1.0.5 +msgpack==1.0.7 # via ray -multidict==6.0.4 +multidict==6.0.5 # via # aiohttp # yarl @@ -130,25 +124,25 @@ numpy==1.24.4 # pandas # ray # tritonclient -nvidia-ml-py==12.535.108 +nvidia-ml-py==12.535.133 # via gpustat oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -opencensus==0.11.3 +opencensus==0.11.4 # via ray opencensus-context==0.1.3 # via opencensus -orjson==3.9.7 +orjson==3.9.13 # via kserve -packaging==23.1 +packaging==23.2 # via deprecation pandas==2.0.3 # via kserve pkgutil-resolve-name==1.3.10 # via jsonschema -platformdirs==3.10.0 +platformdirs==3.11.0 # via virtualenv prometheus-client==0.13.1 # via @@ -160,19 +154,19 @@ protobuf==3.20.3 # googleapis-common-protos # kserve # ray -psutil==5.9.5 +psutil==5.9.8 # via # gpustat # kserve py-spy==0.3.14 # via ray -pyasn1==0.5.0 +pyasn1==0.5.1 # via # pyasn1-modules # rsa pyasn1-modules==0.3.0 # via google-auth -pydantic==1.10.12 +pydantic==1.10.14 # via # fastapi # ray @@ -181,11 +175,11 @@ python-dateutil==2.8.2 # kserve # kubernetes # pandas -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via uvicorn -python-rapidjson==1.11 +python-rapidjson==1.14 # via tritonclient -pytz==2023.3.post1 +pytz==2024.1 # via pandas pyyaml==6.0.1 # via @@ -193,8 +187,10 @@ pyyaml==6.0.1 # ray # uvicorn ray[serve]==2.4.0 - # via kserve -referencing==0.30.2 + # via + # kserve + # ray +referencing==0.33.0 # via # jsonschema # jsonschema-specifications @@ -208,8 +204,10 @@ requests==2.31.0 requests-oauthlib==1.3.1 # via kubernetes rfc3986[idna2008]==1.5.0 - # via httpx -rpds-py==0.10.3 + # via + # httpx + # rfc3986 +rpds-py==0.17.1 # via # jsonschema # referencing @@ -220,6 +218,7 @@ six==1.16.0 # blessed # kserve # kubernetes + # opencensus # python-dateutil smart-open==6.4.0 # via ray @@ -238,36 +237,38 @@ tenacity==8.2.3 # via -r requirements.in timing-asgi==0.3.1 # via kserve -tritonclient==2.37.0.9383150 +tritonclient==2.42.0 # via kserve -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via + # anyio # pydantic # starlette -tzdata==2023.3 +tzdata==2023.4 # via pandas -urllib3==1.26.16 +urllib3==2.2.0 # via - # google-auth # kubernetes # requests + # tritonclient uvicorn[standard]==0.19.0 # via # kserve # ray -uvloop==0.17.0 + # uvicorn +uvloop==0.19.0 # via uvicorn virtualenv==20.21.0 # via ray -watchfiles==0.20.0 +watchfiles==0.21.0 # via uvicorn -wcwidth==0.2.6 +wcwidth==0.2.13 # via blessed -websocket-client==1.6.3 +websocket-client==1.7.0 # via kubernetes -websockets==11.0.3 +websockets==12.0 # via uvicorn -yarl==1.9.2 +yarl==1.9.4 # via aiohttp zipp==3.17.0 # via importlib-resources diff --git a/tests/notebooks/mlflow-kserve/requirements.txt b/tests/notebooks/mlflow-kserve/requirements.txt index bc8e22b..ffec337 100644 --- a/tests/notebooks/mlflow-kserve/requirements.txt +++ b/tests/notebooks/mlflow-kserve/requirements.txt @@ -4,28 +4,28 @@ # # pip-compile requirements.in # -aiohttp==3.8.6 +aiohttp==3.9.3 # via # aiohttp-cors # ray aiohttp-cors==0.7.0 # via ray -aiorwlock==1.3.0 +aiorwlock==1.4.0 # via ray aiosignal==1.3.1 # via # aiohttp # ray -alembic==1.12.0 +alembic==1.13.1 # via mlflow -anyio==4.0.0 +anyio==4.2.0 # via # httpcore # starlette # watchfiles async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via # aiohttp # jsonschema @@ -33,27 +33,25 @@ attrs==23.1.0 # referencing blessed==1.20.0 # via gpustat -blinker==1.6.2 +blinker==1.7.0 # via flask -boto3==1.28.50 +boto3==1.34.37 # via -r requirements.in -botocore==1.31.50 +botocore==1.34.37 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # httpcore # httpx # kubernetes # minio # requests -charset-normalizer==3.2.0 - # via - # aiohttp - # requests +charset-normalizer==3.3.2 + # via requests click==8.1.7 # via # databricks-cli @@ -61,66 +59,64 @@ click==8.1.7 # mlflow # ray # uvicorn -cloudevents==1.10.0 +cloudevents==1.10.1 # via kserve cloudpickle==2.2.1 # via # mlflow # shap -colorful==0.5.5 +colorful==0.5.6 # via ray configparser==6.0.0 # via minio contourpy==1.1.1 # via matplotlib -cuda-python==12.3.0 - # via tritonclient -cycler==0.11.0 +cycler==0.12.1 # via matplotlib -databricks-cli==0.17.7 +databricks-cli==0.18.0 # via mlflow deprecation==2.1.0 # via cloudevents -distlib==0.3.7 +distlib==0.3.8 # via virtualenv docker==6.1.3 # via mlflow entrypoints==0.4 # via mlflow -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via anyio fastapi==0.95.2 # via # kserve # ray -filelock==3.12.4 +filelock==3.13.1 # via # ray # virtualenv flask==2.3.3 # via mlflow -fonttools==4.42.1 +fonttools==4.48.1 # via matplotlib -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal # ray -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.41 # via mlflow -google-api-core==2.11.1 +google-api-core==2.16.2 # via opencensus -google-auth==2.23.0 +google-auth==2.27.0 # via # google-api-core # kubernetes -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.62.0 # via google-api-core gpustat==1.1.1 # via ray -greenlet==2.0.2 +greenlet==3.0.3 # via sqlalchemy grpcio==1.51.3 # via @@ -138,7 +134,7 @@ httptools==0.6.1 # via uvicorn httpx==0.23.3 # via kserve -idna==3.4 +idna==3.6 # via # anyio # requests @@ -151,7 +147,7 @@ importlib-metadata==5.2.0 # markdown # mlflow # numba -importlib-resources==6.0.1 +importlib-resources==6.1.1 # via # alembic # jsonschema @@ -159,7 +155,7 @@ importlib-resources==6.0.1 # matplotlib itsdangerous==2.1.2 # via flask -jinja2==3.1.2 +jinja2==3.1.3 # via # flask # mlflow @@ -169,30 +165,30 @@ jmespath==1.0.1 # botocore joblib==1.3.2 # via scikit-learn -jsonschema==4.19.0 +jsonschema==4.21.1 # via ray -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema kiwisolver==1.4.5 # via matplotlib -kserve==0.11.1 +kserve==0.11.2 # via -r requirements.in -kubernetes==25.3.0 +kubernetes==29.0.0 # via # -r requirements.in # kserve -llvmlite==0.40.1 +llvmlite==0.41.1 # via numba -mako==1.2.4 +mako==1.3.2 # via alembic -markdown==3.4.4 +markdown==3.5.2 # via mlflow -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.4 # via mlflow minio==6.0.2 # via -r requirements.in @@ -200,11 +196,11 @@ mlflow==2.1.1 # via -r requirements.in msgpack==1.0.7 # via ray -multidict==6.0.4 +multidict==6.0.5 # via # aiohttp # yarl -numba==0.57.1 +numba==0.58.1 # via shap numpy==1.24.4 # via @@ -221,17 +217,18 @@ numpy==1.24.4 # scipy # shap # tritonclient -nvidia-ml-py==12.535.108 +nvidia-ml-py==12.535.133 # via gpustat oauthlib==3.2.2 # via # databricks-cli + # kubernetes # requests-oauthlib -opencensus==0.11.3 +opencensus==0.11.4 # via ray opencensus-context==0.1.3 # via opencensus -orjson==3.9.9 +orjson==3.9.13 # via kserve packaging==22.0 # via @@ -245,7 +242,7 @@ pandas==1.5.3 # kserve # mlflow # shap -pillow==10.0.1 +pillow==10.2.0 # via matplotlib pkgutil-resolve-name==1.3.10 # via jsonschema @@ -258,10 +255,11 @@ prometheus-client==0.13.1 protobuf==3.20.3 # via # google-api-core + # googleapis-common-protos # kserve # mlflow # ray -psutil==5.9.6 +psutil==5.9.8 # via # gpustat # kserve @@ -271,13 +269,13 @@ pyarrow==10.0.1 # via # -r requirements.in # mlflow -pyasn1==0.5.0 +pyasn1==0.5.1 # via # pyasn1-modules # rsa pyasn1-modules==0.3.0 # via google-auth -pydantic==1.10.12 +pydantic==1.10.14 # via # fastapi # ray @@ -293,9 +291,9 @@ python-dateutil==2.8.2 # matplotlib # minio # pandas -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via uvicorn -python-rapidjson==1.12 +python-rapidjson==1.14 # via tritonclient pytz==2022.7.1 # via @@ -311,8 +309,10 @@ pyyaml==6.0.1 querystring-parser==1.2.4 # via mlflow ray[serve]==2.4.0 - # via kserve -referencing==0.30.2 + # via + # kserve + # ray +referencing==0.33.0 # via # jsonschema # jsonschema-specifications @@ -329,14 +329,16 @@ requests==2.31.0 requests-oauthlib==1.3.1 # via kubernetes rfc3986[idna2008]==1.5.0 - # via httpx -rpds-py==0.10.3 + # via + # httpx + # rfc3986 +rpds-py==0.17.1 # via # jsonschema # referencing rsa==4.9 # via google-auth -s3transfer==0.6.2 +s3transfer==0.10.0 # via boto3 scikit-learn==1.1.3 # via @@ -348,7 +350,7 @@ scipy==1.10.1 # mlflow # scikit-learn # shap -shap==0.42.1 +shap==0.44.1 # via mlflow six==1.16.0 # via @@ -356,6 +358,7 @@ six==1.16.0 # databricks-cli # kserve # kubernetes + # opencensus # python-dateutil # querystring-parser slicer==0.0.7 @@ -369,7 +372,7 @@ sniffio==1.3.0 # anyio # httpcore # httpx -sqlalchemy==1.4.49 +sqlalchemy==1.4.51 # via # alembic # mlflow @@ -391,19 +394,19 @@ timing-asgi==0.3.1 # via kserve tqdm==4.66.1 # via shap -tritonclient==2.38.0 +tritonclient==2.41.1 # via kserve -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via # alembic + # anyio # pydantic # starlette -urllib3==1.26.16 +urllib3==1.26.18 # via # botocore # databricks-cli # docker - # google-auth # kubernetes # minio # requests @@ -411,23 +414,24 @@ uvicorn[standard]==0.19.0 # via # kserve # ray + # uvicorn uvloop==0.19.0 # via uvicorn virtualenv==20.21.0 # via ray watchfiles==0.21.0 # via uvicorn -wcwidth==0.2.8 +wcwidth==0.2.13 # via blessed -websocket-client==1.6.3 +websocket-client==1.7.0 # via # docker # kubernetes websockets==12.0 # via uvicorn -werkzeug==2.3.7 +werkzeug==3.0.1 # via flask -yarl==1.9.2 +yarl==1.9.4 # via aiohttp zipp==3.17.0 # via diff --git a/tests/notebooks/mlflow-minio/requirements.txt b/tests/notebooks/mlflow-minio/requirements.txt index 5354fa2..41a2a86 100644 --- a/tests/notebooks/mlflow-minio/requirements.txt +++ b/tests/notebooks/mlflow-minio/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -aiobotocore==2.5.4 +aiobotocore==2.11.2 # via s3fs -aiohttp==3.8.5 +aiohttp==3.9.3 # via # aiobotocore # s3fs @@ -16,29 +16,27 @@ aiosignal==1.3.1 # via aiohttp async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via aiohttp -botocore==1.31.17 +botocore==1.34.34 # via aiobotocore -certifi==2023.7.22 +certifi==2024.2.2 # via minio -charset-normalizer==3.2.0 - # via aiohttp configparser==6.0.0 # via minio -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec==2023.9.1 +fsspec==2024.2.0 # via s3fs -idna==3.4 +idna==3.6 # via yarl jmespath==1.0.1 # via botocore minio==6.0.2 # via -r requirements.in -multidict==6.0.4 +multidict==6.0.5 # via # aiohttp # yarl @@ -51,23 +49,23 @@ python-dateutil==2.8.2 # botocore # minio # pandas -pytz==2023.3.post1 +pytz==2024.1 # via # minio # pandas -s3fs==2023.9.1 +s3fs==2024.2.0 # via -r requirements.in six==1.16.0 # via python-dateutil -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via aioitertools -tzdata==2023.3 +tzdata==2023.4 # via pandas -urllib3==1.26.16 +urllib3==1.26.18 # via # botocore # minio -wrapt==1.15.0 +wrapt==1.16.0 # via aiobotocore -yarl==1.9.2 +yarl==1.9.4 # via aiohttp diff --git a/tests/notebooks/mlflow/requirements.txt b/tests/notebooks/mlflow/requirements.txt index a70e820..a9d3a2b 100644 --- a/tests/notebooks/mlflow/requirements.txt +++ b/tests/notebooks/mlflow/requirements.txt @@ -4,21 +4,21 @@ # # pip-compile requirements.in # -alembic==1.12.0 +alembic==1.13.1 # via mlflow -blinker==1.6.2 +blinker==1.7.0 # via flask -boto3==1.28.50 +boto3==1.34.37 # via -r requirements.in -botocore==1.31.50 +botocore==1.34.37 # via # boto3 # s3transfer -certifi==2023.7.22 +certifi==2024.2.2 # via # minio # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -33,9 +33,9 @@ configparser==6.0.0 # via minio contourpy==1.1.1 # via matplotlib -cycler==0.11.0 +cycler==0.12.1 # via matplotlib -databricks-cli==0.17.7 +databricks-cli==0.18.0 # via mlflow docker==6.1.3 # via mlflow @@ -43,17 +43,17 @@ entrypoints==0.4 # via mlflow flask==2.3.3 # via mlflow -fonttools==4.42.1 +fonttools==4.48.1 # via matplotlib -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.41 # via mlflow -greenlet==2.0.2 +greenlet==3.0.3 # via sqlalchemy gunicorn==20.1.0 # via mlflow -idna==3.4 +idna==3.6 # via requests importlib-metadata==5.2.0 # via @@ -62,13 +62,13 @@ importlib-metadata==5.2.0 # markdown # mlflow # numba -importlib-resources==6.0.1 +importlib-resources==6.1.1 # via # alembic # matplotlib itsdangerous==2.1.2 # via flask -jinja2==3.1.2 +jinja2==3.1.3 # via # flask # mlflow @@ -80,24 +80,24 @@ joblib==1.3.2 # via scikit-learn kiwisolver==1.4.5 # via matplotlib -llvmlite==0.40.1 +llvmlite==0.41.1 # via numba -mako==1.2.4 +mako==1.3.2 # via alembic -markdown==3.4.4 +markdown==3.5.2 # via mlflow -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.4 # via mlflow minio==6.0.2 # via -r requirements.in mlflow==2.1.1 # via -r requirements.in -numba==0.57.1 +numba==0.58.1 # via shap numpy==1.24.4 # via @@ -122,9 +122,9 @@ pandas==1.5.3 # via # mlflow # shap -pillow==10.0.1 +pillow==10.2.0 # via matplotlib -protobuf==4.24.3 +protobuf==4.25.2 # via mlflow pyarrow==10.0.1 # via mlflow @@ -152,7 +152,7 @@ requests==2.31.0 # databricks-cli # docker # mlflow -s3transfer==0.6.2 +s3transfer==0.10.0 # via boto3 scikit-learn==1.1.3 # via @@ -164,7 +164,7 @@ scipy==1.10.1 # mlflow # scikit-learn # shap -shap==0.42.1 +shap==0.44.1 # via mlflow six==1.16.0 # via @@ -175,7 +175,7 @@ slicer==0.0.7 # via shap smmap==5.0.1 # via gitdb -sqlalchemy==1.4.49 +sqlalchemy==1.4.51 # via # alembic # mlflow @@ -189,18 +189,18 @@ threadpoolctl==3.2.0 # via scikit-learn tqdm==4.66.1 # via shap -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via alembic -urllib3==1.26.16 +urllib3==1.26.18 # via # botocore # databricks-cli # docker # minio # requests -websocket-client==1.6.3 +websocket-client==1.7.0 # via docker -werkzeug==2.3.7 +werkzeug==3.0.1 # via flask zipp==3.17.0 # via diff --git a/tests/notebooks/training/requirements.txt b/tests/notebooks/training/requirements.txt index 15032d0..b885145 100644 --- a/tests/notebooks/training/requirements.txt +++ b/tests/notebooks/training/requirements.txt @@ -4,28 +4,28 @@ # # pip-compile requirements.in # -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2024.2.2 # via # kubeflow-training # kubernetes # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests -google-auth==2.23.0 +google-auth==2.27.0 # via kubernetes -idna==3.4 +idna==3.6 # via requests -kubeflow-training==1.6.0 +kubeflow-training==1.7.0 # via -r requirements.in -kubernetes==28.1.0 +kubernetes==29.0.0 # via kubeflow-training oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -pyasn1==0.5.0 +pyasn1==0.5.1 # via # pyasn1-modules # rsa @@ -53,13 +53,12 @@ six==1.16.0 # retrying tenacity==8.2.3 # via -r requirements.in -urllib3==1.26.16 +urllib3==2.2.0 # via - # google-auth # kubeflow-training # kubernetes # requests -websocket-client==1.6.3 +websocket-client==1.7.0 # via kubernetes # The following packages are considered to be unsafe in a requirements file: