diff --git a/requirements-fmt.txt b/requirements-fmt.txt index a35b0f5..fb6079e 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -4,21 +4,21 @@ # # pip-compile requirements-fmt.in # -black==23.9.1 +black==24.4.2 # 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==24.1 # via black -pathspec==0.11.2 +pathspec==0.12.1 # via black -platformdirs==3.10.0 +platformdirs==4.2.2 # via black tomli==2.0.1 # via black -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via black diff --git a/requirements-lint.txt b/requirements-lint.txt index 4330e9c..224f9fb 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,47 +4,47 @@ # # pip-compile requirements-lint.in # -black==23.9.1 +black==24.4.2 # via -r requirements-lint.in click==8.1.7 # via black -codespell==2.2.5 +codespell==2.3.0 # via -r requirements-lint.in -flake8==6.0.0 +flake8==7.0.0 # via # -r requirements-lint.in # flake8-builtins # pep8-naming # pyproject-flake8 -flake8-builtins==2.1.0 +flake8-builtins==2.5.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==24.1 # via black -pathspec==0.11.2 +pathspec==0.12.1 # via black -pep8-naming==0.13.3 +pep8-naming==0.14.1 # via -r requirements-lint.in -platformdirs==3.10.0 +platformdirs==4.2.2 # via black -pycodestyle==2.10.0 +pycodestyle==2.11.1 # via flake8 -pyflakes==3.0.1 +pyflakes==3.2.0 # via flake8 -pyproject-flake8==6.0.0.post1 +pyproject-flake8==7.0.0 # via -r requirements-lint.in tomli==2.0.1 # via # black # pyproject-flake8 -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via black # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements.txt b/requirements.txt index ba1d3f8..b8e007d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile requirements.in # -anyio==4.0.0 +anyio==4.4.0 # via httpx asttokens==2.4.1 # via stack-data backcall==0.2.0 # via ipython -bcrypt==4.0.1 +bcrypt==4.1.3 # via paramiko -cachetools==5.3.2 +cachetools==5.3.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.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.8 # via paramiko decorator==5.1.1 # via # ipdb # ipython -exceptiongroup==1.1.3 +exceptiongroup==1.2.1 # via # anyio # pytest executing==2.0.1 # via stack-data -google-auth==2.23.4 +google-auth==2.30.0 # via kubernetes h11==0.14.0 # via httpcore -httpcore==1.0.2 +httpcore==1.0.5 # via httpx -httpx==0.25.1 +httpx==0.27.0 # via lightkube -hvac==2.0.0 +hvac==2.3.0 # via juju -idna==3.4 +idna==3.7 # via # anyio # httpx @@ -61,23 +61,23 @@ ipython==8.12.3 # via ipdb jedi==0.19.1 # via ipython -jinja2==3.1.2 +jinja2==3.1.4 # via pytest-operator -juju==3.2.3.0 +juju==3.5.0.0 # via # -r requirements.in # pytest-operator -kubernetes==28.1.0 +kubernetes==30.1.0 # via juju -lightkube==0.15.0 +lightkube==0.15.3 # via -r requirements.in -lightkube-models==1.28.1.4 +lightkube-models==1.30.0.8 # 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 +matplotlib-inline==0.1.7 # via ipython mypy-extensions==1.0.0 # via typing-inspect @@ -85,36 +85,38 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -packaging==23.2 - # via pytest -paramiko==2.12.0 +packaging==24.1 + # via + # juju + # pytest +paramiko==3.4.0 # via juju -parso==0.8.3 +parso==0.8.4 # via jedi -pexpect==4.8.0 +pexpect==4.9.0 # via ipython pickleshare==0.7.5 # via ipython -pluggy==1.3.0 +pluggy==1.5.0 # via pytest -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.47 # via ipython -protobuf==3.20.3 +protobuf==5.27.2 # via macaroonbakery ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pyasn1==0.5.0 +pyasn1==0.6.0 # via # juju # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -pycparser==2.21 +pycparser==2.22 # via cffi -pygments==2.16.1 +pygments==2.18.0 # via ipython pymacaroons==0.13.0 # via macaroonbakery @@ -127,18 +129,18 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pytest==7.4.3 +pytest==8.2.2 # via # -r requirements.in # pytest-asyncio # pytest-operator -pytest-asyncio==0.21.1 +pytest-asyncio==0.21.2 # via pytest-operator -pytest-operator==0.31.0 +pytest-operator==0.35.0 # via -r requirements.in -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via kubernetes -pytz==2023.3.post1 +pytz==2024.1 # via pyrfc3339 pyyaml==6.0.1 # via @@ -146,13 +148,13 @@ pyyaml==6.0.1 # kubernetes # lightkube # pytest-operator -requests==2.31.0 +requests==2.32.3 # via # hvac # kubernetes # macaroonbakery # requests-oauthlib -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth @@ -161,16 +163,15 @@ six==1.16.0 # asttokens # kubernetes # macaroonbakery - # paramiko # pymacaroons # python-dateutil -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio # httpx stack-data==0.6.3 # via ipython -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in tomli==2.0.1 # via @@ -178,23 +179,24 @@ tomli==2.0.1 # pytest toposort==1.10 # via juju -traitlets==5.13.0 +traitlets==5.14.3 # via # ipython # matplotlib-inline -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via + # anyio # ipython # typing-inspect typing-inspect==0.9.0 # via juju -urllib3==1.26.18 +urllib3==2.2.2 # via # kubernetes # requests -wcwidth==0.2.10 +wcwidth==0.2.13 # via prompt-toolkit -websocket-client==1.6.4 +websocket-client==1.8.0 # via kubernetes -websockets==8.1 +websockets==12.0 # via juju diff --git a/tests/notebooks/e2e-wine/requirements.txt b/tests/notebooks/e2e-wine/requirements.txt index 32d9ca5..1320c95 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.2 # via mlflow -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing -blinker==1.6.2 +blinker==1.8.2 # via flask -boto3==1.28.50 +boto3==1.34.134 # via -r requirements.in -botocore==1.31.50 +botocore==1.34.134 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.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 @@ -42,33 +42,33 @@ cloudpickle==2.2.1 # kfp # mlflow # shap -configparser==6.0.0 +configparser==7.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 docker==6.1.3 # via mlflow -docstring-parser==0.15 +docstring-parser==0.16 # via kfp entrypoints==0.4 # via mlflow -fire==0.5.0 +fire==0.6.0 # via kfp flask==2.3.3 # via mlflow -fonttools==4.42.1 +fonttools==4.53.0 # via matplotlib -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.43 # via mlflow -google-api-core==2.11.1 +google-api-core==2.19.1 # 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.30.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.17.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.1 # via google-cloud-storage -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.63.2 # 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.7 # via requests importlib-metadata==5.2.0 # via @@ -114,15 +116,15 @@ importlib-metadata==5.2.0 # markdown # mlflow # numba -importlib-resources==6.0.1 +importlib-resources==6.4.0 # via # alembic # jsonschema # jsonschema-specifications # matplotlib -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via # flask # mlflow @@ -130,11 +132,11 @@ jmespath==1.0.1 # via # boto3 # botocore -joblib==1.3.2 +joblib==1.4.2 # via scikit-learn -jsonschema==4.19.0 +jsonschema==4.22.0 # 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,28 @@ 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.5 # via alembic -markdown==3.4.4 +markdown==3.6 # via mlflow -markupsafe==2.1.3 +markdown-it-py==3.0.0 + # via rich +markupsafe==2.1.5 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.5 # via mlflow +mdurl==0.1.2 + # via markdown-it-py 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,10 +197,12 @@ pandas==1.5.3 # via # mlflow # shap -pillow==10.0.1 +pillow==10.3.0 # via matplotlib pkgutil-resolve-name==1.3.10 # via jsonschema +proto-plus==1.24.0 + # via google-api-core protobuf==3.20.3 # via # google-api-core @@ -202,25 +210,28 @@ protobuf==3.20.3 # kfp # kfp-pipeline-spec # mlflow + # proto-plus pyarrow==10.0.1 # via # -r requirements.in # mlflow -pyasn1==0.5.0 +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -pydantic==1.10.12 +pydantic==1.10.17 # via kfp +pygments==2.18.0 + # via rich pyjwt==2.8.0 # via databricks-cli -pyparsing==3.1.1 +pyparsing==3.1.2 # via # httplib2 # matplotlib -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # kfp-server-api @@ -240,11 +251,11 @@ pyyaml==6.0.1 # mlflow querystring-parser==1.2.4 # via mlflow -referencing==0.30.2 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.3 # via # -r requirements.in # databricks-cli @@ -255,17 +266,19 @@ requests==2.31.0 # mlflow # requests-oauthlib # requests-toolbelt -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes requests-toolbelt==0.10.1 # via kfp -rpds-py==0.10.3 +rich==13.7.1 + # via typer +rpds-py==0.18.1 # via # jsonschema # referencing rsa==4.9 # via google-auth -s3transfer==0.6.2 +s3transfer==0.10.2 # via boto3 scikit-learn==1.1.3 # via @@ -277,8 +290,10 @@ scipy==1.10.1 # mlflow # scikit-learn # shap -shap==0.42.1 +shap==0.44.1 # via mlflow +shellingham==1.5.4 + # via typer six==1.16.0 # via # databricks-cli @@ -292,11 +307,11 @@ slicer==0.0.7 # via shap smmap==5.0.1 # via gitdb -sqlalchemy==1.4.49 +sqlalchemy==1.4.52 # via # alembic # mlflow -sqlparse==0.4.4 +sqlparse==0.5.0 # via mlflow strip-hints==0.1.10 # via kfp @@ -304,48 +319,48 @@ tabulate==0.9.0 # via # databricks-cli # kfp -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -termcolor==2.3.0 +termcolor==2.4.0 # via fire -threadpoolctl==3.2.0 +threadpoolctl==3.5.0 # via scikit-learn -tqdm==4.66.1 +tqdm==4.66.4 # via shap -typer==0.9.0 +typer==0.12.3 # via kfp -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via # alembic # kfp # pydantic + # rich # typer uritemplate==3.0.1 # via # google-api-python-client # kfp -urllib3==1.26.16 +urllib3==1.26.19 # via # botocore # databricks-cli # docker - # google-auth # kfp # kfp-server-api # kubernetes # minio # requests -websocket-client==1.6.3 +websocket-client==1.8.0 # via # docker # kubernetes -werkzeug==2.3.7 +werkzeug==3.0.3 # via flask -wheel==0.41.2 +wheel==0.43.0 # via strip-hints -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated -zipp==3.17.0 +zipp==3.19.2 # via # importlib-metadata # importlib-resources diff --git a/tests/notebooks/katib/requirements.txt b/tests/notebooks/katib/requirements.txt index e2397af..e6bec62 100644 --- a/tests/notebooks/katib/requirements.txt +++ b/tests/notebooks/katib/requirements.txt @@ -4,64 +4,62 @@ # # pip-compile requirements.in # -cachetools==5.3.1 +cachetools==5.3.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.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.30.0 # via kubernetes -grpcio==1.41.1 +grpcio==1.64.1 # via kubeflow-katib -idna==3.4 +idna==3.7 # via requests -kubeflow-katib==0.15.0 +kubeflow-katib==0.16.0 # via -r requirements.in -kubernetes==28.1.0 +kubernetes==30.1.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.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via kubernetes pyyaml==6.0.1 # via kubernetes -requests==2.31.0 +requests==2.32.3 # via # kubernetes # requests-oauthlib -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth six==1.16.0 # via - # grpcio # kubeflow-katib # kubernetes # python-dateutil -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -urllib3==1.26.16 +urllib3==2.2.2 # via - # google-auth # kubeflow-katib # kubernetes # requests -websocket-client==1.6.3 +websocket-client==1.8.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..3996016 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.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.2 # via # kfp-server-api # kubernetes # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -27,11 +27,11 @@ cloudpickle==2.2.1 # via kfp deprecated==1.2.14 # via kfp -docstring-parser==0.15 +docstring-parser==0.16 # via kfp -fire==0.5.0 +fire==0.6.0 # via kfp -google-api-core==2.11.1 +google-api-core==2.19.1 # 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.30.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.17.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.1 # via google-cloud-storage -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.63.2 # via google-api-core httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.4 +idna==3.7 # via requests -importlib-resources==6.0.1 +importlib-resources==6.4.0 # via # jsonschema # jsonschema-specifications -jsonschema==4.19.0 +jsonschema==4.22.0 # via kfp -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema kfp==1.8.22 # via -r requirements.in @@ -82,27 +84,36 @@ kfp-server-api==1.8.5 # via kfp kubernetes==25.3.0 # via kfp +markdown-it-py==3.0.0 + # via rich +mdurl==0.1.2 + # via markdown-it-py oauthlib==3.2.2 # via requests-oauthlib pkgutil-resolve-name==1.3.10 # via jsonschema +proto-plus==1.24.0 + # via google-api-core protobuf==3.20.3 # via # google-api-core # googleapis-common-protos # kfp # kfp-pipeline-spec -pyasn1==0.5.0 + # proto-plus +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -pydantic==1.10.12 +pydantic==1.10.17 # via kfp -pyparsing==3.1.1 +pygments==2.18.0 + # via rich +pyparsing==3.1.2 # via httplib2 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # kfp-server-api # kubernetes @@ -110,27 +121,31 @@ pyyaml==6.0.1 # via # kfp # kubernetes -referencing==0.30.2 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.3 # via # google-api-core # google-cloud-storage # kubernetes # requests-oauthlib # requests-toolbelt -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes requests-toolbelt==0.10.1 # via kfp -rpds-py==0.10.3 +rich==13.7.1 + # via typer +rpds-py==0.18.1 # via # jsonschema # referencing rsa==4.9 # via google-auth +shellingham==1.5.4 + # via typer six==1.16.0 # via # fire @@ -142,35 +157,35 @@ strip-hints==0.1.10 # via kfp tabulate==0.9.0 # via kfp -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -termcolor==2.3.0 +termcolor==2.4.0 # via fire -typer==0.9.0 +typer==0.12.3 # via kfp -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via # kfp # pydantic + # rich # typer uritemplate==3.0.1 # via # google-api-python-client # kfp -urllib3==1.26.16 +urllib3==1.26.19 # via - # google-auth # kfp # kfp-server-api # kubernetes # requests -websocket-client==1.6.3 +websocket-client==1.8.0 # via kubernetes -wheel==0.41.2 +wheel==0.43.0 # via strip-hints -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated -zipp==3.17.0 +zipp==3.19.2 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: diff --git a/tests/notebooks/kfp_v2/requirements.txt b/tests/notebooks/kfp_v2/requirements.txt index 5e0af9f..e61d942 100644 --- a/tests/notebooks/kfp_v2/requirements.txt +++ b/tests/notebooks/kfp_v2/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -cachetools==5.3.2 +cachetools==5.3.3 # via google-auth -certifi==2023.11.17 +certifi==2024.6.2 # via # kfp-server-api # kubernetes @@ -15,57 +15,60 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via kfp -docstring-parser==0.15 +docstring-parser==0.16 # via kfp -google-api-core==2.14.0 +google-api-core==2.19.1 # via # google-cloud-core # google-cloud-storage # kfp -google-auth==2.23.4 +google-auth==2.30.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.17.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.1 # via google-cloud-storage -googleapis-common-protos==1.61.0 +googleapis-common-protos==1.63.2 # via google-api-core -idna==3.4 +idna==3.7 # via requests -kfp==2.4.0 +kfp==2.8.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 +proto-plus==1.24.0 + # via google-api-core +protobuf==4.25.3 # via # google-api-core # googleapis-common-protos # kfp # kfp-pipeline-spec -pyasn1==0.5.1 + # proto-plus +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # kfp-server-api # kubernetes @@ -73,14 +76,14 @@ pyyaml==6.0.1 # via # kfp # kubernetes -requests==2.31.0 +requests==2.32.3 # via # google-api-core # google-cloud-storage # kubernetes # requests-oauthlib # requests-toolbelt -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes requests-toolbelt==0.10.1 # via kfp @@ -93,17 +96,17 @@ six==1.16.0 # python-dateutil tabulate==0.9.0 # via kfp -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via kfp -urllib3==1.26.18 +urllib3==1.26.19 # via # kfp # kfp-server-api # kubernetes # requests -websocket-client==1.6.4 +websocket-client==1.8.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..5a14804 100644 --- a/tests/notebooks/kserve/requirements.txt +++ b/tests/notebooks/kserve/requirements.txt @@ -4,87 +4,76 @@ # # pip-compile requirements.in # -aiohttp==3.8.5 +aiohttp==3.9.5 # via # aiohttp-cors # ray aiohttp-cors==0.7.0 # via ray -aiorwlock==1.3.0 - # via ray aiosignal==1.3.1 # via # aiohttp # ray -anyio==4.0.0 +annotated-types==0.7.0 + # via pydantic +anyio==4.4.0 # via - # httpcore + # httpx # starlette # watchfiles async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via # aiohttp # jsonschema - # ray # referencing -blessed==1.20.0 - # via gpustat -cachetools==5.3.1 +cachetools==5.3.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.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.11.0 # 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.1 # via anyio -fastapi==0.95.2 +fastapi==0.109.2 # via # kserve # ray -filelock==3.12.4 +filelock==3.15.4 # 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.19.1 # via opencensus -google-auth==2.23.0 +google-auth==2.30.0 # via # google-api-core # kubernetes -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.63.2 # via google-api-core -gpustat==1.1.1 - # via ray -grpcio==1.51.3 +grpcio==1.64.1 # via # kserve # ray @@ -92,35 +81,35 @@ h11==0.14.0 # via # httpcore # uvicorn -httpcore==0.16.3 +httpcore==1.0.5 # via httpx -httptools==0.6.0 +httptools==0.6.1 # via uvicorn -httpx==0.23.3 +httpx==0.26.0 # via kserve -idna==3.4 +idna==3.7 # via # anyio + # httpx # requests - # rfc3986 # yarl -importlib-resources==6.0.1 +importlib-resources==6.4.0 # via # jsonschema # jsonschema-specifications -jsonschema==4.19.0 +jsonschema==4.22.0 # via ray -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema -kserve==0.11.0 +kserve==0.13.0 # via -r requirements.in -kubernetes==28.1.0 +kubernetes==30.1.0 # via # -r requirements.in # kserve -msgpack==1.0.5 +msgpack==1.0.8 # via ray -multidict==6.0.4 +multidict==6.0.5 # via # aiohttp # yarl @@ -128,88 +117,87 @@ numpy==1.24.4 # via # kserve # pandas - # ray - # tritonclient -nvidia-ml-py==12.535.108 - # 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.10.5 # via kserve -packaging==23.1 - # via deprecation +packaging==24.1 + # via + # deprecation + # ray pandas==2.0.3 # via kserve pkgutil-resolve-name==1.3.10 # via jsonschema -platformdirs==3.10.0 +platformdirs==4.2.2 # via virtualenv -prometheus-client==0.13.1 +prometheus-client==0.20.0 # via # kserve # ray +proto-plus==1.24.0 + # via google-api-core protobuf==3.20.3 # via # google-api-core # googleapis-common-protos # kserve + # proto-plus # ray -psutil==5.9.5 - # via - # gpustat - # kserve +psutil==5.9.8 + # via kserve py-spy==0.3.14 # via ray -pyasn1==0.5.0 +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -pydantic==1.10.12 +pydantic==2.7.4 # via # fastapi + # kserve # ray -python-dateutil==2.8.2 +pydantic-core==2.18.4 + # via pydantic +python-dateutil==2.9.0.post0 # via # kserve # kubernetes # pandas -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via uvicorn -python-rapidjson==1.11 - # via tritonclient -pytz==2023.3.post1 +pytz==2024.1 # via pandas pyyaml==6.0.1 # via + # kserve # kubernetes # ray # uvicorn -ray[serve]==2.4.0 +ray[serve]==2.10.0 # via kserve -referencing==0.30.2 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.3 # via # -r requirements.in # google-api-core # kubernetes # ray # requests-oauthlib -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes -rfc3986[idna2008]==1.5.0 - # via httpx -rpds-py==0.10.3 +rpds-py==0.18.1 # via # jsonschema # referencing @@ -217,57 +205,59 @@ rsa==4.9 # via google-auth six==1.16.0 # via - # blessed # kserve # kubernetes + # opencensus # python-dateutil -smart-open==6.4.0 +smart-open==7.0.4 # via ray -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio - # httpcore # httpx -starlette==0.27.0 +starlette==0.36.3 # via # fastapi # ray tabulate==0.9.0 # via kserve -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in timing-asgi==0.3.1 # via kserve -tritonclient==2.37.0.9383150 - # via kserve -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via + # annotated-types + # anyio + # fastapi # pydantic + # pydantic-core # starlette -tzdata==2023.3 +tzdata==2024.1 # via pandas -urllib3==1.26.16 +urllib3==2.2.2 # via - # google-auth # kubernetes # requests -uvicorn[standard]==0.19.0 +uvicorn[standard]==0.21.1 # via # kserve # ray -uvloop==0.17.0 +uvloop==0.19.0 # via uvicorn -virtualenv==20.21.0 +virtualenv==20.26.3 # via ray -watchfiles==0.20.0 - # via uvicorn -wcwidth==0.2.6 - # via blessed -websocket-client==1.6.3 +watchfiles==0.22.0 + # via + # ray + # uvicorn +websocket-client==1.8.0 # via kubernetes -websockets==11.0.3 +websockets==12.0 # via uvicorn -yarl==1.9.2 +wrapt==1.16.0 + # via smart-open +yarl==1.9.4 # via aiohttp -zipp==3.17.0 +zipp==3.19.2 # via importlib-resources diff --git a/tests/notebooks/mlflow-kserve/requirements.txt b/tests/notebooks/mlflow-kserve/requirements.txt index bc8e22b..7378b6d 100644 --- a/tests/notebooks/mlflow-kserve/requirements.txt +++ b/tests/notebooks/mlflow-kserve/requirements.txt @@ -4,56 +4,51 @@ # # pip-compile requirements.in # -aiohttp==3.8.6 +aiohttp==3.9.5 # via # aiohttp-cors # ray aiohttp-cors==0.7.0 # via ray -aiorwlock==1.3.0 - # via ray aiosignal==1.3.1 # via # aiohttp # ray -alembic==1.12.0 +alembic==1.13.2 # via mlflow -anyio==4.0.0 +annotated-types==0.7.0 + # via pydantic +anyio==4.4.0 # via - # httpcore + # httpx # starlette # watchfiles async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via # aiohttp # jsonschema - # ray # referencing -blessed==1.20.0 - # via gpustat -blinker==1.6.2 +blinker==1.8.2 # via flask -boto3==1.28.50 +boto3==1.34.134 # via -r requirements.in -botocore==1.31.50 +botocore==1.34.134 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.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,68 +56,64 @@ click==8.1.7 # mlflow # ray # uvicorn -cloudevents==1.10.0 +cloudevents==1.11.0 # via kserve cloudpickle==2.2.1 # via # mlflow # shap -colorful==0.5.5 +colorful==0.5.6 # via ray -configparser==6.0.0 +configparser==7.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.1 # via anyio -fastapi==0.95.2 +fastapi==0.109.2 # via # kserve # ray -filelock==3.12.4 +filelock==3.15.4 # via # ray # virtualenv flask==2.3.3 # via mlflow -fonttools==4.42.1 +fonttools==4.53.0 # 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.43 # via mlflow -google-api-core==2.11.1 +google-api-core==2.19.1 # via opencensus -google-auth==2.23.0 +google-auth==2.30.0 # via # google-api-core # kubernetes -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.63.2 # via google-api-core -gpustat==1.1.1 - # via ray -greenlet==2.0.2 +greenlet==3.0.3 # via sqlalchemy -grpcio==1.51.3 +grpcio==1.64.1 # via # kserve # ray @@ -132,17 +123,17 @@ h11==0.14.0 # via # httpcore # uvicorn -httpcore==0.16.3 +httpcore==1.0.5 # via httpx httptools==0.6.1 # via uvicorn -httpx==0.23.3 +httpx==0.26.0 # via kserve -idna==3.4 +idna==3.7 # via # anyio + # httpx # requests - # rfc3986 # yarl importlib-metadata==5.2.0 # via @@ -151,15 +142,15 @@ importlib-metadata==5.2.0 # markdown # mlflow # numba -importlib-resources==6.0.1 +importlib-resources==6.4.0 # via # alembic # jsonschema # jsonschema-specifications # matplotlib -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via # flask # mlflow @@ -167,44 +158,44 @@ jmespath==1.0.1 # via # boto3 # botocore -joblib==1.3.2 +joblib==1.4.2 # via scikit-learn -jsonschema==4.19.0 +jsonschema==4.22.0 # 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.13.0 # via -r requirements.in -kubernetes==25.3.0 +kubernetes==30.1.0 # via # -r requirements.in # kserve -llvmlite==0.40.1 +llvmlite==0.41.1 # via numba -mako==1.2.4 +mako==1.3.5 # via alembic -markdown==3.4.4 +markdown==3.6 # via mlflow -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.5 # via mlflow minio==6.0.2 # via -r requirements.in mlflow==2.1.1 # via -r requirements.in -msgpack==1.0.7 +msgpack==1.0.8 # 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 @@ -216,22 +207,19 @@ numpy==1.24.4 # numba # pandas # pyarrow - # ray # scikit-learn # scipy # shap - # tritonclient -nvidia-ml-py==12.535.108 - # 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.10.5 # via kserve packaging==22.0 # via @@ -239,53 +227,59 @@ packaging==22.0 # docker # matplotlib # mlflow + # ray # shap pandas==1.5.3 # via # kserve # mlflow # shap -pillow==10.0.1 +pillow==10.3.0 # via matplotlib pkgutil-resolve-name==1.3.10 # via jsonschema -platformdirs==3.11.0 +platformdirs==4.2.2 # via virtualenv -prometheus-client==0.13.1 +prometheus-client==0.20.0 # via # kserve # ray +proto-plus==1.24.0 + # via google-api-core protobuf==3.20.3 # via # google-api-core + # googleapis-common-protos # kserve # mlflow + # proto-plus # ray -psutil==5.9.6 - # via - # gpustat - # kserve +psutil==5.9.8 + # via kserve py-spy==0.3.14 # via ray pyarrow==10.0.1 # via # -r requirements.in # mlflow -pyasn1==0.5.0 +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -pydantic==1.10.12 +pydantic==2.7.4 # via # fastapi + # kserve # ray +pydantic-core==2.18.4 + # via pydantic pyjwt==2.8.0 # via databricks-cli -pyparsing==3.1.1 +pyparsing==3.1.2 # via matplotlib -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # kserve @@ -293,10 +287,8 @@ python-dateutil==2.8.2 # matplotlib # minio # pandas -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via uvicorn -python-rapidjson==1.12 - # via tritonclient pytz==2022.7.1 # via # minio @@ -304,19 +296,20 @@ pytz==2022.7.1 # pandas pyyaml==6.0.1 # via + # kserve # kubernetes # mlflow # ray # uvicorn querystring-parser==1.2.4 # via mlflow -ray[serve]==2.4.0 +ray[serve]==2.10.0 # via kserve -referencing==0.30.2 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.3 # via # -r requirements.in # databricks-cli @@ -326,17 +319,15 @@ requests==2.31.0 # mlflow # ray # requests-oauthlib -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes -rfc3986[idna2008]==1.5.0 - # via httpx -rpds-py==0.10.3 +rpds-py==0.18.1 # via # jsonschema # referencing rsa==4.9 # via google-auth -s3transfer==0.6.2 +s3transfer==0.10.2 # via boto3 scikit-learn==1.1.3 # via @@ -348,34 +339,33 @@ scipy==1.10.1 # mlflow # scikit-learn # shap -shap==0.42.1 +shap==0.44.1 # via mlflow six==1.16.0 # via - # blessed # databricks-cli # kserve # kubernetes + # opencensus # python-dateutil # querystring-parser slicer==0.0.7 # via shap -smart-open==6.4.0 +smart-open==7.0.4 # via ray smmap==5.0.1 # via gitdb -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio - # httpcore # httpx -sqlalchemy==1.4.49 +sqlalchemy==1.4.52 # via # alembic # mlflow -sqlparse==0.4.4 +sqlparse==0.5.0 # via mlflow -starlette==0.27.0 +starlette==0.36.3 # via # fastapi # ray @@ -383,53 +373,56 @@ tabulate==0.9.0 # via # databricks-cli # kserve -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -threadpoolctl==3.2.0 +threadpoolctl==3.5.0 # via scikit-learn timing-asgi==0.3.1 # via kserve -tqdm==4.66.1 +tqdm==4.66.4 # via shap -tritonclient==2.38.0 - # via kserve -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via # alembic + # annotated-types + # anyio + # fastapi # pydantic + # pydantic-core # starlette -urllib3==1.26.16 +urllib3==1.26.19 # via # botocore # databricks-cli # docker - # google-auth # kubernetes # minio # requests -uvicorn[standard]==0.19.0 +uvicorn[standard]==0.21.1 # via # kserve # ray uvloop==0.19.0 # via uvicorn -virtualenv==20.21.0 +virtualenv==20.26.3 # via ray -watchfiles==0.21.0 - # via uvicorn -wcwidth==0.2.8 - # via blessed -websocket-client==1.6.3 +watchfiles==0.22.0 + # via + # ray + # uvicorn +websocket-client==1.8.0 # via # docker # kubernetes websockets==12.0 # via uvicorn -werkzeug==2.3.7 +werkzeug==3.0.3 # via flask -yarl==1.9.2 +wrapt==1.16.0 + # via smart-open +yarl==1.9.4 # via aiohttp -zipp==3.17.0 +zipp==3.19.2 # via # importlib-metadata # importlib-resources diff --git a/tests/notebooks/mlflow-minio/requirements.txt b/tests/notebooks/mlflow-minio/requirements.txt index 5354fa2..0938303 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.13.1 # via s3fs -aiohttp==3.8.5 +aiohttp==3.9.5 # 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.131 # via aiobotocore -certifi==2023.7.22 +certifi==2024.6.2 # via minio -charset-normalizer==3.2.0 - # via aiohttp -configparser==6.0.0 +configparser==7.0.0 # via minio -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec==2023.9.1 +fsspec==2024.6.0 # via s3fs -idna==3.4 +idna==3.7 # 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 @@ -46,28 +44,28 @@ numpy==1.24.4 # via pandas pandas==2.0.3 # via -r requirements.in -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # minio # pandas -pytz==2023.3.post1 +pytz==2024.1 # via # minio # pandas -s3fs==2023.9.1 +s3fs==2024.6.0 # via -r requirements.in six==1.16.0 # via python-dateutil -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via aioitertools -tzdata==2023.3 +tzdata==2024.1 # via pandas -urllib3==1.26.16 +urllib3==1.26.19 # 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..abd1736 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.2 # via mlflow -blinker==1.6.2 +blinker==1.8.2 # via flask -boto3==1.28.50 +boto3==1.34.134 # via -r requirements.in -botocore==1.31.50 +botocore==1.34.134 # via # boto3 # s3transfer -certifi==2023.7.22 +certifi==2024.6.2 # via # minio # requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -29,13 +29,13 @@ cloudpickle==2.2.1 # via # mlflow # shap -configparser==6.0.0 +configparser==7.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.53.0 # via matplotlib -gitdb==4.0.10 +gitdb==4.0.11 # via gitpython -gitpython==3.1.36 +gitpython==3.1.43 # via mlflow -greenlet==2.0.2 +greenlet==3.0.3 # via sqlalchemy gunicorn==20.1.0 # via mlflow -idna==3.4 +idna==3.7 # 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.4.0 # via # alembic # matplotlib -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via # flask # mlflow @@ -76,28 +76,28 @@ jmespath==1.0.1 # via # boto3 # botocore -joblib==1.3.2 +joblib==1.4.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.5 # via alembic -markdown==3.4.4 +markdown==3.6 # via mlflow -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # mako # werkzeug -matplotlib==3.7.3 +matplotlib==3.7.5 # 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,17 +122,17 @@ pandas==1.5.3 # via # mlflow # shap -pillow==10.0.1 +pillow==10.3.0 # via matplotlib -protobuf==4.24.3 +protobuf==4.25.3 # via mlflow pyarrow==10.0.1 # via mlflow pyjwt==2.8.0 # via databricks-cli -pyparsing==3.1.1 +pyparsing==3.1.2 # via matplotlib -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # matplotlib @@ -147,12 +147,12 @@ pyyaml==6.0.1 # via mlflow querystring-parser==1.2.4 # via mlflow -requests==2.31.0 +requests==2.32.3 # via # databricks-cli # docker # mlflow -s3transfer==0.6.2 +s3transfer==0.10.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.44.1 # via mlflow six==1.16.0 # via @@ -175,34 +175,34 @@ slicer==0.0.7 # via shap smmap==5.0.1 # via gitdb -sqlalchemy==1.4.49 +sqlalchemy==1.4.52 # via # alembic # mlflow -sqlparse==0.4.4 +sqlparse==0.5.0 # via mlflow tabulate==0.9.0 # via databricks-cli -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -threadpoolctl==3.2.0 +threadpoolctl==3.5.0 # via scikit-learn -tqdm==4.66.1 +tqdm==4.66.4 # via shap -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via alembic -urllib3==1.26.16 +urllib3==1.26.19 # via # botocore # databricks-cli # docker # minio # requests -websocket-client==1.6.3 +websocket-client==1.8.0 # via docker -werkzeug==2.3.7 +werkzeug==3.0.3 # via flask -zipp==3.17.0 +zipp==3.19.2 # via # importlib-metadata # importlib-resources diff --git a/tests/notebooks/training/requirements.txt b/tests/notebooks/training/requirements.txt index 15032d0..e6fd876 100644 --- a/tests/notebooks/training/requirements.txt +++ b/tests/notebooks/training/requirements.txt @@ -4,42 +4,42 @@ # # pip-compile requirements.in # -cachetools==5.3.1 +cachetools==5.3.3 # via google-auth -certifi==2023.7.22 +certifi==2024.6.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.30.0 # via kubernetes -idna==3.4 +idna==3.7 # via requests -kubeflow-training==1.6.0 +kubeflow-training==1.7.0 # via -r requirements.in -kubernetes==28.1.0 +kubernetes==30.1.0 # via kubeflow-training oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -pyasn1==0.5.0 +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via kubernetes pyyaml==6.0.1 # via kubernetes -requests==2.31.0 +requests==2.32.3 # via # kubernetes # requests-oauthlib -requests-oauthlib==1.3.1 +requests-oauthlib==2.0.0 # via kubernetes retrying==1.3.4 # via kubeflow-training @@ -51,15 +51,14 @@ six==1.16.0 # kubernetes # python-dateutil # retrying -tenacity==8.2.3 +tenacity==8.4.2 # via -r requirements.in -urllib3==1.26.16 +urllib3==2.2.2 # via - # google-auth # kubeflow-training # kubernetes # requests -websocket-client==1.6.3 +websocket-client==1.8.0 # via kubernetes # The following packages are considered to be unsafe in a requirements file: