diff --git a/requirements-fmt.txt b/requirements-fmt.txt index a35b0f5..28da12d 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-fmt.in # -black==23.9.1 +black==23.11.0 # via -r requirements-fmt.in click==8.1.7 # via black @@ -12,11 +12,11 @@ isort==5.12.0 # via -r requirements-fmt.in mypy-extensions==1.0.0 # via black -packaging==23.1 +packaging==23.2 # via black pathspec==0.11.2 # via black -platformdirs==3.10.0 +platformdirs==4.0.0 # via black tomli==2.0.1 # via black diff --git a/requirements-lint.txt b/requirements-lint.txt index 4330e9c..c6dabc7 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,19 +4,19 @@ # # pip-compile requirements-lint.in # -black==23.9.1 +black==23.11.0 # 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 @@ -26,19 +26,19 @@ 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 # via black pep8-naming==0.13.3 # via -r requirements-lint.in -platformdirs==3.10.0 +platformdirs==4.0.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 diff --git a/requirements.txt b/requirements.txt index ba1d3f8..0151e99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile requirements.in # -anyio==4.0.0 +anyio==4.1.0 # via httpx asttokens==2.4.1 # via stack-data backcall==0.2.0 # via ipython -bcrypt==4.0.1 +bcrypt==4.1.1 # via paramiko cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2023.11.17 # via # httpcore # httpx @@ -26,29 +26,29 @@ cffi==1.16.0 # pynacl charset-normalizer==3.3.2 # via requests -cryptography==41.0.5 +cryptography==41.0.7 # 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.24.0 # via kubernetes h11==0.14.0 # via httpcore httpcore==1.0.2 # via httpx -httpx==0.25.1 +httpx==0.25.2 # via lightkube hvac==2.0.0 # via juju -idna==3.4 +idna==3.6 # via # anyio # httpx @@ -63,7 +63,7 @@ jedi==0.19.1 # via ipython jinja2==3.1.2 # via pytest-operator -juju==3.2.3.0 +juju==3.3.0.0 # via # -r requirements.in # pytest-operator @@ -91,7 +91,7 @@ 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 @@ -105,7 +105,7 @@ 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 @@ -132,7 +132,7 @@ pytest==7.4.3 # -r requirements.in # pytest-asyncio # pytest-operator -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.2 # via pytest-operator pytest-operator==0.31.0 # via -r requirements.in @@ -178,7 +178,7 @@ tomli==2.0.1 # pytest toposort==1.10 # via juju -traitlets==5.13.0 +traitlets==5.14.0 # via # ipython # matplotlib-inline @@ -192,9 +192,9 @@ urllib3==1.26.18 # via # kubernetes # requests -wcwidth==0.2.10 +wcwidth==0.2.12 # 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..c244a5a 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.0 # via mlflow attrs==23.1.0 # via # jsonschema # referencing -blinker==1.6.2 +blinker==1.7.0 # via flask -boto3==1.28.50 +boto3==1.33.6 # via -r requirements.in -botocore==1.31.50 +botocore==1.33.6 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2023.11.17 # 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.46.0 # via matplotlib -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.40 # via mlflow -google-api-core==2.11.1 +google-api-core==2.14.0 # 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.24.0 # via # google-api-core # google-api-python-client @@ -89,15 +89,17 @@ google-auth-httplib2==0.1.1 # via google-api-python-client google-cloud-core==2.3.3 # via google-cloud-storage -google-cloud-storage==2.10.0 +google-cloud-storage==2.13.0 # via kfp google-crc32c==1.5.0 - # via google-resumable-media + # via + # google-cloud-storage + # google-resumable-media google-resumable-media==2.6.0 # via google-cloud-storage -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.61.0 # via google-api-core -greenlet==2.0.2 +greenlet==3.0.1 # 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 @@ -132,9 +134,9 @@ jmespath==1.0.1 # botocore joblib==1.3.2 # via scikit-learn -jsonschema==4.19.0 +jsonschema==4.20.0 # via kfp -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.11.2 # 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.0 # via alembic -markdown==3.4.4 +markdown==3.5.1 # via mlflow markupsafe==2.1.3 # 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.1.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.13 # 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.31.1 # 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.13.2 # via # jsonschema # referencing rsa==4.9 # via google-auth -s3transfer==0.6.2 +s3transfer==0.8.2 # 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.43.0 # 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.50 # 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 @@ -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..6e68d38 100644 --- a/tests/notebooks/katib/requirements.txt +++ b/tests/notebooks/katib/requirements.txt @@ -4,22 +4,22 @@ # # pip-compile requirements.in # -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2023.11.17 # 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.24.0 # via kubernetes -grpcio==1.41.1 +grpcio==1.59.3 # 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 # via kubeflow-katib @@ -27,9 +27,9 @@ 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==1.26.18 # 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..578f51b 100644 --- a/tests/notebooks/kfp_v1/requirements.txt +++ b/tests/notebooks/kfp_v1/requirements.txt @@ -10,14 +10,14 @@ attrs==23.1.0 # via # jsonschema # referencing -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2023.11.17 # 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.14.0 # 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.24.0 # via # google-api-core # google-api-python-client @@ -52,27 +52,29 @@ google-auth-httplib2==0.1.1 # via google-api-python-client google-cloud-core==2.3.3 # via google-cloud-storage -google-cloud-storage==2.10.0 +google-cloud-storage==2.13.0 # via kfp google-crc32c==1.5.0 - # via google-resumable-media + # via + # google-cloud-storage + # google-resumable-media google-resumable-media==2.6.0 # via google-cloud-storage -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.61.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.20.0 # via kfp -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.11.2 # 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.13 # 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.31.1 # 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.13.2 # via # jsonschema # referencing @@ -144,7 +146,7 @@ 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 @@ -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..5f1179c 100644 --- a/tests/notebooks/kfp_v2/requirements.txt +++ b/tests/notebooks/kfp_v2/requirements.txt @@ -22,7 +22,7 @@ google-api-core==2.14.0 # google-cloud-core # google-cloud-storage # kfp -google-auth==2.23.4 +google-auth==2.24.0 # via # google-api-core # google-cloud-core @@ -41,13 +41,13 @@ google-resumable-media==2.6.0 # via google-cloud-storage googleapis-common-protos==1.61.0 # via google-api-core -idna==3.4 +idna==3.6 # via requests kfp==2.4.0 # via -r requirements.in kfp-pipeline-spec==0.2.2 # via kfp -kfp-server-api==2.0.3 +kfp-server-api==2.0.4 # via kfp kubernetes==26.1.0 # via kfp @@ -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..e8e5803 100644 --- a/tests/notebooks/kserve/requirements.txt +++ b/tests/notebooks/kserve/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -aiohttp==3.8.5 +aiohttp==3.9.1 # via # aiohttp-cors # ray @@ -16,7 +16,7 @@ aiosignal==1.3.1 # via # aiohttp # ray -anyio==4.0.0 +anyio==4.1.0 # via # httpcore # starlette @@ -31,41 +31,35 @@ 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==2023.11.17 # 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 # 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 # 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 @@ -74,13 +68,13 @@ frozenlist==1.4.0 # aiohttp # aiosignal # ray -google-api-core==2.11.1 +google-api-core==2.14.0 # via opencensus -google-auth==2.23.0 +google-auth==2.24.0 # via # google-api-core # kubernetes -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.61.0 # via google-api-core gpustat==1.1.1 # via ray @@ -94,31 +88,31 @@ 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.20.0 # via ray -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.11.2 # via jsonschema -kserve==0.11.0 +kserve==0.11.2 # via -r requirements.in kubernetes==28.1.0 # via # -r requirements.in # kserve -msgpack==1.0.5 +msgpack==1.0.7 # via ray multidict==6.0.4 # via @@ -130,7 +124,7 @@ 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 @@ -140,15 +134,15 @@ opencensus==0.11.3 # via ray opencensus-context==0.1.3 # via opencensus -orjson==3.9.7 +orjson==3.9.10 # 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.6 # 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.13 # via # fastapi # ray @@ -183,7 +177,7 @@ python-dateutil==2.8.2 # pandas python-dotenv==1.0.0 # via uvicorn -python-rapidjson==1.11 +python-rapidjson==1.13 # via tritonclient pytz==2023.3.post1 # via pandas @@ -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.31.1 # 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.13.2 # via # jsonschema # referencing @@ -238,7 +236,7 @@ tenacity==8.2.3 # via -r requirements.in timing-asgi==0.3.1 # via kserve -tritonclient==2.37.0.9383150 +tritonclient==2.40.0 # via kserve typing-extensions==4.8.0 # via @@ -246,28 +244,28 @@ typing-extensions==4.8.0 # starlette tzdata==2023.3 # via pandas -urllib3==1.26.16 +urllib3==1.26.18 # via - # google-auth # kubernetes # requests 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.12 # 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.3 # 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..9fe170a 100644 --- a/tests/notebooks/mlflow-kserve/requirements.txt +++ b/tests/notebooks/mlflow-kserve/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -aiohttp==3.8.6 +aiohttp==3.9.1 # via # aiohttp-cors # ray @@ -16,9 +16,9 @@ aiosignal==1.3.1 # via # aiohttp # ray -alembic==1.12.0 +alembic==1.13.0 # via mlflow -anyio==4.0.0 +anyio==4.1.0 # via # httpcore # starlette @@ -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.33.6 # via -r requirements.in -botocore==1.31.50 +botocore==1.33.6 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2023.11.17 # 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,7 +59,7 @@ click==8.1.7 # mlflow # ray # uvicorn -cloudevents==1.10.0 +cloudevents==1.10.1 # via kserve cloudpickle==2.2.1 # via @@ -73,11 +71,9 @@ 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 @@ -87,40 +83,40 @@ 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.46.0 # via matplotlib frozenlist==1.4.0 # via # aiohttp # aiosignal # ray -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.40 # via mlflow -google-api-core==2.11.1 +google-api-core==2.14.0 # via opencensus -google-auth==2.23.0 +google-auth==2.24.0 # via # google-api-core # kubernetes -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.61.0 # via google-api-core gpustat==1.1.1 # via ray -greenlet==2.0.2 +greenlet==3.0.1 # 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 @@ -169,30 +165,30 @@ jmespath==1.0.1 # botocore joblib==1.3.2 # via scikit-learn -jsonschema==4.19.0 +jsonschema==4.20.0 # via ray -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.11.2 # 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==28.1.0 # via # -r requirements.in # kserve -llvmlite==0.40.1 +llvmlite==0.41.1 # via numba -mako==1.2.4 +mako==1.3.0 # via alembic -markdown==3.4.4 +markdown==3.5.1 # via mlflow markupsafe==2.1.3 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.4 # via mlflow minio==6.0.2 # via -r requirements.in @@ -204,7 +200,7 @@ multidict==6.0.4 # 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 # via ray opencensus-context==0.1.3 # via opencensus -orjson==3.9.9 +orjson==3.9.10 # via kserve packaging==22.0 # via @@ -245,7 +242,7 @@ pandas==1.5.3 # kserve # mlflow # shap -pillow==10.0.1 +pillow==10.1.0 # via matplotlib pkgutil-resolve-name==1.3.10 # via jsonschema @@ -258,6 +255,7 @@ prometheus-client==0.13.1 protobuf==3.20.3 # via # google-api-core + # googleapis-common-protos # kserve # mlflow # ray @@ -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.13 # via # fastapi # ray @@ -295,7 +293,7 @@ python-dateutil==2.8.2 # pandas python-dotenv==1.0.0 # via uvicorn -python-rapidjson==1.12 +python-rapidjson==1.13 # 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.31.1 # 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.13.2 # via # jsonschema # referencing rsa==4.9 # via google-auth -s3transfer==0.6.2 +s3transfer==0.8.2 # 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.43.0 # via mlflow six==1.16.0 # via @@ -369,7 +371,7 @@ sniffio==1.3.0 # anyio # httpcore # httpx -sqlalchemy==1.4.49 +sqlalchemy==1.4.50 # via # alembic # mlflow @@ -391,19 +393,18 @@ timing-asgi==0.3.1 # via kserve tqdm==4.66.1 # via shap -tritonclient==2.38.0 +tritonclient==2.40.0 # via kserve typing-extensions==4.8.0 # via # alembic # pydantic # starlette -urllib3==1.26.16 +urllib3==1.26.18 # via # botocore # databricks-cli # docker - # google-auth # kubernetes # minio # requests @@ -411,23 +412,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.12 # 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.3 # 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..2c148cc 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.8.0 # via s3fs -aiohttp==3.8.5 +aiohttp==3.9.1 # via # aiobotocore # s3fs @@ -18,21 +18,19 @@ async-timeout==4.0.3 # via aiohttp attrs==23.1.0 # via aiohttp -botocore==1.31.17 +botocore==1.33.1 # via aiobotocore -certifi==2023.7.22 +certifi==2023.11.17 # via minio -charset-normalizer==3.2.0 - # via aiohttp configparser==6.0.0 # via minio frozenlist==1.4.0 # via # aiohttp # aiosignal -fsspec==2023.9.1 +fsspec==2023.12.0 # via s3fs -idna==3.4 +idna==3.6 # via yarl jmespath==1.0.1 # via botocore @@ -55,7 +53,7 @@ pytz==2023.3.post1 # via # minio # pandas -s3fs==2023.9.1 +s3fs==2023.12.0 # via -r requirements.in six==1.16.0 # via python-dateutil @@ -63,11 +61,11 @@ typing-extensions==4.8.0 # via aioitertools tzdata==2023.3 # 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.3 # via aiohttp diff --git a/tests/notebooks/mlflow/requirements.txt b/tests/notebooks/mlflow/requirements.txt index a70e820..b25875f 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.0 # via mlflow -blinker==1.6.2 +blinker==1.7.0 # via flask -boto3==1.28.50 +boto3==1.33.6 # via -r requirements.in -botocore==1.31.50 +botocore==1.33.6 # via # boto3 # s3transfer -certifi==2023.7.22 +certifi==2023.11.17 # 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.46.0 # via matplotlib -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.40 # via mlflow -greenlet==2.0.2 +greenlet==3.0.1 # via sqlalchemy gunicorn==20.1.0 # via mlflow -idna==3.4 +idna==3.6 # via requests importlib-metadata==5.2.0 # via @@ -62,7 +62,7 @@ importlib-metadata==5.2.0 # markdown # mlflow # numba -importlib-resources==6.0.1 +importlib-resources==6.1.1 # via # alembic # matplotlib @@ -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.0 # via alembic -markdown==3.4.4 +markdown==3.5.1 # via mlflow markupsafe==2.1.3 # 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.1.0 # via matplotlib -protobuf==4.24.3 +protobuf==4.25.1 # 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.8.2 # 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.43.0 # 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.50 # via # alembic # mlflow @@ -191,16 +191,16 @@ tqdm==4.66.1 # via shap typing-extensions==4.8.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..09e5c94 100644 --- a/tests/notebooks/training/requirements.txt +++ b/tests/notebooks/training/requirements.txt @@ -4,20 +4,20 @@ # # pip-compile requirements.in # -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth -certifi==2023.7.22 +certifi==2023.11.17 # 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.24.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 # via kubeflow-training @@ -25,7 +25,7 @@ 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==1.26.18 # 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: