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..4b54442 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.4.0 # via google-auth -certifi==2023.7.22 +certifi==2024.7.4 # 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.2 # via # anyio # pytest executing==2.0.1 # via stack-data -google-auth==2.23.4 +google-auth==2.32.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.2.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.5.0 # 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 c834b94..de80f18 100644 --- a/tests/notebooks/e2e-wine/requirements.txt +++ b/tests/notebooks/e2e-wine/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -14,13 +14,13 @@ attrs==23.2.0 # referencing blinker==1.8.2 # via flask -boto3==1.34.143 +boto3==1.34.144 # via -r requirements.in -botocore==1.34.143 +botocore==1.34.144 # via # boto3 # s3transfer -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via @@ -44,7 +44,7 @@ cloudpickle==2.2.1 # shap configparser==7.0.0 # via minio -contourpy==1.2.1 +contourpy==1.1.1 # via matplotlib cycler==0.12.1 # via matplotlib @@ -110,7 +110,18 @@ httplib2==0.22.0 idna==3.7 # via requests importlib-metadata==5.2.0 - # via mlflow + # via + # alembic + # flask + # markdown + # mlflow + # numba +importlib-resources==6.4.0 + # via + # alembic + # jsonschema + # jsonschema-specifications + # matplotlib itsdangerous==2.2.0 # via flask jinja2==3.1.4 @@ -137,7 +148,7 @@ kiwisolver==1.4.5 # via matplotlib kubernetes==25.3.0 # via kfp -llvmlite==0.43.0 +llvmlite==0.41.1 # via numba mako==1.3.5 # via alembic @@ -150,7 +161,7 @@ markupsafe==2.1.5 # jinja2 # mako # werkzeug -matplotlib==3.9.1 +matplotlib==3.7.5 # via mlflow mdurl==0.1.2 # via markdown-it-py @@ -158,9 +169,9 @@ minio==6.0.2 # via -r requirements.in mlflow==2.1.1 # via -r requirements.in -numba==0.60.0 +numba==0.58.1 # via shap -numpy==1.26.4 +numpy==1.24.4 # via # -r requirements.in # contourpy @@ -188,6 +199,8 @@ pandas==1.5.3 # shap pillow==10.4.0 # via matplotlib +pkgutil-resolve-name==1.3.10 + # via jsonschema proto-plus==1.24.0 # via google-api-core protobuf==3.20.3 @@ -272,12 +285,12 @@ scikit-learn==1.1.3 # -r requirements.in # mlflow # shap -scipy==1.14.0 +scipy==1.10.1 # via # mlflow # scikit-learn # shap -shap==0.46.0 +shap==0.44.1 # via mlflow shellingham==1.5.4 # via typer @@ -290,7 +303,7 @@ six==1.16.0 # kubernetes # python-dateutil # querystring-parser -slicer==0.0.8 +slicer==0.0.7 # via shap smmap==5.0.1 # via gitdb @@ -298,7 +311,7 @@ sqlalchemy==1.4.52 # via # alembic # mlflow -sqlparse==0.5.0 +sqlparse==0.5.1 # via mlflow strip-hints==0.1.10 # via kfp @@ -319,7 +332,9 @@ typer==0.12.3 typing-extensions==4.12.2 # via # alembic + # kfp # pydantic + # rich # typer uritemplate==3.0.1 # via @@ -346,7 +361,9 @@ wheel==0.43.0 wrapt==1.16.0 # via deprecated zipp==3.19.2 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/tests/notebooks/katib/requirements.txt b/tests/notebooks/katib/requirements.txt index 0dce725..6e58acf 100644 --- a/tests/notebooks/katib/requirements.txt +++ b/tests/notebooks/katib/requirements.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in # -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via diff --git a/tests/notebooks/kfp_v1/requirements.txt b/tests/notebooks/kfp_v1/requirements.txt index d5dffed..da310a2 100644 --- a/tests/notebooks/kfp_v1/requirements.txt +++ b/tests/notebooks/kfp_v1/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -10,7 +10,7 @@ attrs==23.2.0 # via # jsonschema # referencing -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via @@ -68,6 +68,10 @@ httplib2==0.22.0 # google-auth-httplib2 idna==3.7 # via requests +importlib-resources==6.4.0 + # via + # jsonschema + # jsonschema-specifications jsonschema==4.23.0 # via kfp jsonschema-specifications==2023.12.1 @@ -86,6 +90,8 @@ 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 @@ -159,7 +165,9 @@ typer==0.12.3 # via kfp typing-extensions==4.12.2 # via + # kfp # pydantic + # rich # typer uritemplate==3.0.1 # via @@ -177,6 +185,8 @@ wheel==0.43.0 # via strip-hints wrapt==1.16.0 # via deprecated +zipp==3.19.2 + # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/tests/notebooks/kfp_v2/requirements.txt b/tests/notebooks/kfp_v2/requirements.txt index 47ad466..8f5f7ed 100644 --- a/tests/notebooks/kfp_v2/requirements.txt +++ b/tests/notebooks/kfp_v2/requirements.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in # -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via @@ -98,6 +98,8 @@ tabulate==0.9.0 # via kfp tenacity==8.5.0 # via -r requirements.in +typing-extensions==4.12.2 + # via kfp urllib3==1.26.19 # via # kfp diff --git a/tests/notebooks/kserve/requirements.txt b/tests/notebooks/kserve/requirements.txt index 9b94f92..030e210 100644 --- a/tests/notebooks/kserve/requirements.txt +++ b/tests/notebooks/kserve/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -21,6 +21,8 @@ anyio==4.4.0 # httpcore # starlette # watchfiles +async-timeout==4.0.3 + # via aiohttp attrs==23.2.0 # via # aiohttp @@ -29,7 +31,7 @@ attrs==23.2.0 # referencing blessed==1.20.0 # via gpustat -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via @@ -51,6 +53,8 @@ deprecation==2.1.0 # via cloudevents distlib==0.3.8 # via virtualenv +exceptiongroup==1.2.2 + # via anyio fastapi==0.95.2 # via # kserve @@ -94,6 +98,10 @@ idna==3.7 # requests # rfc3986 # yarl +importlib-resources==6.4.0 + # via + # jsonschema + # jsonschema-specifications jsonschema==4.23.0 # via ray jsonschema-specifications==2023.12.1 @@ -110,7 +118,7 @@ multidict==6.0.5 # via # aiohttp # yarl -numpy==1.26.4 +numpy==1.24.4 # via # kserve # pandas @@ -129,11 +137,11 @@ opencensus-context==0.1.3 orjson==3.10.6 # via kserve packaging==24.1 - # via - # deprecation - # ray -pandas==2.2.2 + # via deprecation +pandas==2.0.3 # via kserve +pkgutil-resolve-name==1.3.10 + # via jsonschema platformdirs==3.11.0 # via virtualenv prometheus-client==0.13.1 @@ -231,7 +239,10 @@ timing-asgi==0.3.1 tritonclient==2.47.0 # via kserve typing-extensions==4.12.2 - # via pydantic + # via + # anyio + # pydantic + # starlette tzdata==2024.1 # via pandas urllib3==2.2.2 @@ -259,3 +270,5 @@ wrapt==1.16.0 # via smart-open yarl==1.9.4 # via aiohttp +zipp==3.19.2 + # via importlib-resources diff --git a/tests/notebooks/mlflow-kserve/requirements.txt b/tests/notebooks/mlflow-kserve/requirements.txt index ee75226..f541f5e 100644 --- a/tests/notebooks/mlflow-kserve/requirements.txt +++ b/tests/notebooks/mlflow-kserve/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -23,6 +23,8 @@ anyio==4.4.0 # httpcore # starlette # watchfiles +async-timeout==4.0.3 + # via aiohttp attrs==23.2.0 # via # aiohttp @@ -33,13 +35,13 @@ blessed==1.20.0 # via gpustat blinker==1.8.2 # via flask -boto3==1.34.143 +boto3==1.34.144 # via -r requirements.in -botocore==1.34.143 +botocore==1.34.144 # via # boto3 # s3transfer -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via @@ -67,7 +69,7 @@ colorful==0.5.6 # via ray configparser==7.0.0 # via minio -contourpy==1.2.1 +contourpy==1.1.1 # via matplotlib cycler==0.12.1 # via matplotlib @@ -81,6 +83,8 @@ docker==6.1.3 # via mlflow entrypoints==0.4 # via mlflow +exceptiongroup==1.2.2 + # via anyio fastapi==0.95.2 # via # kserve @@ -137,7 +141,18 @@ idna==3.7 # rfc3986 # yarl importlib-metadata==5.2.0 - # via mlflow + # via + # alembic + # flask + # markdown + # mlflow + # numba +importlib-resources==6.4.0 + # via + # alembic + # jsonschema + # jsonschema-specifications + # matplotlib itsdangerous==2.2.0 # via flask jinja2==3.1.4 @@ -162,7 +177,7 @@ kubernetes==30.1.0 # via # -r requirements.in # kserve -llvmlite==0.43.0 +llvmlite==0.41.1 # via numba mako==1.3.5 # via alembic @@ -173,7 +188,7 @@ markupsafe==2.1.5 # jinja2 # mako # werkzeug -matplotlib==3.9.1 +matplotlib==3.7.5 # via mlflow minio==6.0.2 # via -r requirements.in @@ -185,9 +200,9 @@ multidict==6.0.5 # via # aiohttp # yarl -numba==0.60.0 +numba==0.58.1 # via shap -numpy==1.26.4 +numpy==1.24.4 # via # -r requirements.in # contourpy @@ -221,7 +236,6 @@ packaging==22.0 # docker # matplotlib # mlflow - # ray # shap pandas==1.5.3 # via @@ -230,6 +244,8 @@ pandas==1.5.3 # shap pillow==10.4.0 # via matplotlib +pkgutil-resolve-name==1.3.10 + # via jsonschema platformdirs==3.11.0 # via virtualenv prometheus-client==0.13.1 @@ -328,12 +344,12 @@ scikit-learn==1.1.3 # -r requirements.in # mlflow # shap -scipy==1.14.0 +scipy==1.10.1 # via # mlflow # scikit-learn # shap -shap==0.46.0 +shap==0.44.1 # via mlflow six==1.16.0 # via @@ -344,7 +360,7 @@ six==1.16.0 # opencensus # python-dateutil # querystring-parser -slicer==0.0.8 +slicer==0.0.7 # via shap smart-open==7.0.4 # via ray @@ -359,7 +375,7 @@ sqlalchemy==1.4.52 # via # alembic # mlflow -sqlparse==0.5.0 +sqlparse==0.5.1 # via mlflow starlette==0.27.0 # via @@ -377,13 +393,15 @@ timing-asgi==0.3.1 # via kserve tqdm==4.66.4 # via shap -tritonclient==2.47.0 +tritonclient==2.41.1 # via kserve typing-extensions==4.12.2 # via # alembic + # anyio # pydantic -urllib3==2.2.2 + # starlette +urllib3==1.26.19 # via # botocore # databricks-cli @@ -391,7 +409,6 @@ urllib3==2.2.2 # kubernetes # minio # requests - # tritonclient uvicorn[standard]==0.19.0 # via # kserve @@ -417,7 +434,9 @@ wrapt==1.16.0 yarl==1.9.4 # via aiohttp zipp==3.19.2 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/tests/notebooks/mlflow-minio/requirements.txt b/tests/notebooks/mlflow-minio/requirements.txt index a893b81..7bb29eb 100644 --- a/tests/notebooks/mlflow-minio/requirements.txt +++ b/tests/notebooks/mlflow-minio/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -14,6 +14,8 @@ aioitertools==0.11.0 # via aiobotocore aiosignal==1.3.1 # via aiohttp +async-timeout==4.0.3 + # via aiohttp attrs==23.2.0 # via aiohttp botocore==1.34.131 @@ -38,9 +40,9 @@ multidict==6.0.5 # via # aiohttp # yarl -numpy==2.0.0 +numpy==1.24.4 # via pandas -pandas==2.2.2 +pandas==2.0.3 # via -r requirements.in python-dateutil==2.9.0.post0 # via @@ -55,9 +57,11 @@ s3fs==2024.6.1 # via -r requirements.in six==1.16.0 # via python-dateutil +typing-extensions==4.12.2 + # via aioitertools tzdata==2024.1 # via pandas -urllib3==2.2.2 +urllib3==1.26.19 # via # botocore # minio diff --git a/tests/notebooks/mlflow/requirements.txt b/tests/notebooks/mlflow/requirements.txt index a6540cd..fc23c9f 100644 --- a/tests/notebooks/mlflow/requirements.txt +++ b/tests/notebooks/mlflow/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -8,9 +8,9 @@ alembic==1.13.2 # via mlflow blinker==1.8.2 # via flask -boto3==1.34.143 +boto3==1.34.144 # via -r requirements.in -botocore==1.34.143 +botocore==1.34.144 # via # boto3 # s3transfer @@ -31,7 +31,7 @@ cloudpickle==2.2.1 # shap configparser==7.0.0 # via minio -contourpy==1.2.1 +contourpy==1.1.1 # via matplotlib cycler==0.12.1 # via matplotlib @@ -56,7 +56,16 @@ gunicorn==20.1.0 idna==3.7 # via requests importlib-metadata==5.2.0 - # via mlflow + # via + # alembic + # flask + # markdown + # mlflow + # numba +importlib-resources==6.4.0 + # via + # alembic + # matplotlib itsdangerous==2.2.0 # via flask jinja2==3.1.4 @@ -71,7 +80,7 @@ joblib==1.4.2 # via scikit-learn kiwisolver==1.4.5 # via matplotlib -llvmlite==0.43.0 +llvmlite==0.41.1 # via numba mako==1.3.5 # via alembic @@ -82,15 +91,15 @@ markupsafe==2.1.5 # jinja2 # mako # werkzeug -matplotlib==3.9.1 +matplotlib==3.7.5 # via mlflow minio==6.0.2 # via -r requirements.in mlflow==2.1.1 # via -r requirements.in -numba==0.60.0 +numba==0.58.1 # via shap -numpy==1.26.4 +numpy==1.24.4 # via # contourpy # matplotlib @@ -150,19 +159,19 @@ scikit-learn==1.1.3 # -r requirements.in # mlflow # shap -scipy==1.14.0 +scipy==1.10.1 # via # mlflow # scikit-learn # shap -shap==0.46.0 +shap==0.44.1 # via mlflow six==1.16.0 # via # databricks-cli # python-dateutil # querystring-parser -slicer==0.0.8 +slicer==0.0.7 # via shap smmap==5.0.1 # via gitdb @@ -170,7 +179,7 @@ sqlalchemy==1.4.52 # via # alembic # mlflow -sqlparse==0.5.0 +sqlparse==0.5.1 # via mlflow tabulate==0.9.0 # via databricks-cli @@ -182,7 +191,7 @@ tqdm==4.66.4 # via shap typing-extensions==4.12.2 # via alembic -urllib3==2.2.2 +urllib3==1.26.19 # via # botocore # databricks-cli @@ -194,7 +203,9 @@ websocket-client==1.8.0 werkzeug==3.0.3 # via flask zipp==3.19.2 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/tests/notebooks/training/requirements.txt b/tests/notebooks/training/requirements.txt index e06e846..6142e0b 100644 --- a/tests/notebooks/training/requirements.txt +++ b/tests/notebooks/training/requirements.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in # -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth certifi==2024.7.4 # via