diff --git a/requirements-fmt.txt b/requirements-fmt.txt index 9aa22f9..9ca1b58 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -6,7 +6,7 @@ # black==24.8.0 # via -r requirements-fmt.in -click==8.1.7 +click==8.1.8 # via black isort==5.13.2 # via -r requirements-fmt.in diff --git a/requirements-integration.txt b/requirements-integration.txt index a3d0e2a..f2e46f8 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -6,11 +6,9 @@ # anyio==4.5.2 # via httpx -appnope==0.1.4 - # via ipython asttokens==3.0.0 # via stack-data -attrs==24.2.0 +attrs==25.1.0 # via jsonschema backcall==0.2.0 # via ipython @@ -18,9 +16,9 @@ backports-strenum==1.3.1 # via juju bcrypt==4.2.1 # via paramiko -cachetools==5.5.0 +cachetools==5.5.2 # via google-auth -certifi==2024.8.30 +certifi==2025.1.31 # via # httpcore # httpx @@ -32,11 +30,11 @@ cffi==1.17.1 # pynacl charmed-kubeflow-chisme==0.4.6 # via -r requirements-integration.in -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -cryptography==44.0.0 +cryptography==44.0.1 # via paramiko -decorator==5.1.1 +decorator==5.2.1 # via # ipdb # ipython @@ -46,9 +44,9 @@ exceptiongroup==1.2.2 # via # anyio # pytest -executing==2.1.0 +executing==2.2.0 # via stack-data -google-auth==2.36.0 +google-auth==2.38.0 # via kubernetes h11==0.14.0 # via httpcore @@ -75,24 +73,24 @@ ipython==8.12.3 # via ipdb jedi==0.19.2 # via ipython -jinja2==3.1.4 +jinja2==3.1.5 # via # charmed-kubeflow-chisme # pytest-operator jsonschema==4.17.3 # via serialized-data-interface -juju==3.6.0.0 +juju==3.6.1.0 # via # -r requirements-integration.in # charmed-kubeflow-chisme # pytest-operator kubernetes==30.1.0 # via juju -lightkube==0.15.6 +lightkube==0.17.1 # via # -r requirements-integration.in # charmed-kubeflow-chisme -lightkube-models==1.31.1.8 +lightkube-models==1.32.0.8 # via lightkube macaroonbakery==1.3.4 # via juju @@ -106,7 +104,7 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -ops==2.17.1 +ops==2.19.0 # via # charmed-kubeflow-chisme # serialized-data-interface @@ -116,7 +114,7 @@ packaging==24.2 # via # juju # pytest -paramiko==3.5.0 +paramiko==3.5.1 # via juju parso==0.8.4 # via jedi @@ -128,9 +126,9 @@ pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.5.0 # via pytest -prompt-toolkit==3.0.48 +prompt-toolkit==3.0.50 # via ipython -protobuf==5.29.1 +protobuf==5.29.3 # via macaroonbakery ptyprocess==0.7.0 # via pexpect @@ -145,7 +143,7 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pygments==2.18.0 +pygments==2.19.1 # via ipython pymacaroons==0.13.0 # via macaroonbakery @@ -167,11 +165,11 @@ pytest==8.3.4 # pytest-operator pytest-asyncio==0.21.2 # via pytest-operator -pytest-operator==0.38.0 +pytest-operator==0.40.0 # via -r requirements-integration.in python-dateutil==2.9.0.post0 # via kubernetes -pytz==2024.2 +pytz==2025.1 # via pyrfc3339 pyyaml==6.0.2 # via @@ -194,7 +192,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruamel-yaml==0.18.6 +ruamel-yaml==0.18.10 # via charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via ruamel-yaml diff --git a/requirements-lint.txt b/requirements-lint.txt index 36e0798..67f7164 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -6,9 +6,9 @@ # black==24.8.0 # via -r requirements-lint.in -click==8.1.7 +click==8.1.8 # via black -codespell==2.3.0 +codespell==2.4.1 # via -r requirements-lint.in flake8==7.0.0 # via diff --git a/requirements-unit.txt b/requirements-unit.txt index 6c3a36a..f537de4 100644 --- a/requirements-unit.txt +++ b/requirements-unit.txt @@ -8,15 +8,15 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.2.0 +attrs==25.1.0 # via jsonschema backports-strenum==1.3.1 # via juju bcrypt==4.2.1 # via paramiko -cachetools==5.5.0 +cachetools==5.5.2 # via google-auth -certifi==2024.8.30 +certifi==2025.1.31 # via # httpcore # httpx @@ -27,12 +27,14 @@ cffi==1.17.1 # cryptography # pynacl charmed-kubeflow-chisme==0.4.6 -charset-normalizer==3.4.0 + # via -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in +charset-normalizer==3.4.1 # via requests -cosl==0.0.50 +cosl==0.0.55 + # via -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in coverage==7.6.1 # via -r requirements-unit.in -cryptography==44.0.0 +cryptography==44.0.1 # via paramiko deepdiff==6.2.1 # via charmed-kubeflow-chisme @@ -40,7 +42,7 @@ exceptiongroup==1.2.2 # via # anyio # pytest -google-auth==2.36.0 +google-auth==2.38.0 # via kubernetes h11==0.14.0 # via httpcore @@ -61,25 +63,25 @@ importlib-resources==6.4.5 # via jsonschema iniconfig==2.0.0 # via pytest -jinja2==3.1.4 +jinja2==3.1.5 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in # charmed-kubeflow-chisme jsonschema==4.17.3 # via serialized-data-interface -juju==3.6.0.0 +juju==3.6.1.0 # via charmed-kubeflow-chisme kubernetes==30.1.0 # via juju -lightkube==0.15.6 +lightkube==0.17.1 # via + # -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in # -r requirements-unit.in - # -r requirements.in # charmed-kubeflow-chisme # cosl -lightkube-models==1.31.1.8 +lightkube-models==1.32.0.8 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in # lightkube macaroonbakery==1.3.4 # via juju @@ -91,10 +93,10 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -ops==2.17.1 +ops==2.19.0 # via + # -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in # -r requirements-unit.in - # -r requirements.in # charmed-kubeflow-chisme # cosl # serialized-data-interface @@ -104,13 +106,13 @@ packaging==24.2 # via # juju # pytest -paramiko==3.5.0 +paramiko==3.5.1 # via juju pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.5.0 # via pytest -protobuf==5.29.1 +protobuf==5.29.3 # via macaroonbakery pyasn1==0.6.1 # via @@ -121,9 +123,9 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pydantic==2.10.3 +pydantic==2.10.6 # via cosl -pydantic-core==2.27.1 +pydantic-core==2.27.2 # via pydantic pymacaroons==0.13.0 # via macaroonbakery @@ -142,7 +144,7 @@ pytest==8.3.4 # via -r requirements-unit.in python-dateutil==2.9.0.post0 # via kubernetes -pytz==2024.2 +pytz==2025.1 # via pyrfc3339 pyyaml==6.0.2 # via @@ -163,7 +165,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruamel-yaml==0.18.6 +ruamel-yaml==0.18.10 # via charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via ruamel-yaml diff --git a/requirements.txt b/requirements.txt index df57e67..9c89781 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,15 +8,15 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.2.0 +attrs==25.1.0 # via jsonschema backports-strenum==1.3.1 # via juju bcrypt==4.2.1 # via paramiko -cachetools==5.5.0 +cachetools==5.5.2 # via google-auth -certifi==2024.8.30 +certifi==2025.1.31 # via # httpcore # httpx @@ -28,17 +28,17 @@ cffi==1.17.1 # pynacl charmed-kubeflow-chisme==0.4.6 # via -r requirements.in -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -cosl==0.0.50 +cosl==0.0.55 # via -r requirements.in -cryptography==44.0.0 +cryptography==44.0.1 # via paramiko deepdiff==6.2.1 # via charmed-kubeflow-chisme exceptiongroup==1.2.2 # via anyio -google-auth==2.36.0 +google-auth==2.38.0 # via kubernetes h11==0.14.0 # via httpcore @@ -57,22 +57,22 @@ idna==3.10 # requests importlib-resources==6.4.5 # via jsonschema -jinja2==3.1.4 +jinja2==3.1.5 # via # -r requirements.in # charmed-kubeflow-chisme jsonschema==4.17.3 # via serialized-data-interface -juju==3.6.0.0 +juju==3.6.1.0 # via charmed-kubeflow-chisme kubernetes==30.1.0 # via juju -lightkube==0.15.6 +lightkube==0.17.1 # via # -r requirements.in # charmed-kubeflow-chisme # cosl -lightkube-models==1.31.1.8 +lightkube-models==1.32.0.8 # via # -r requirements.in # lightkube @@ -86,7 +86,7 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -ops==2.17.1 +ops==2.19.0 # via # -r requirements.in # charmed-kubeflow-chisme @@ -96,11 +96,11 @@ ordered-set==4.1.0 # via deepdiff packaging==24.2 # via juju -paramiko==3.5.0 +paramiko==3.5.1 # via juju pkgutil-resolve-name==1.3.10 # via jsonschema -protobuf==5.29.1 +protobuf==5.29.3 # via macaroonbakery pyasn1==0.6.1 # via @@ -111,9 +111,9 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pydantic==2.10.3 +pydantic==2.10.6 # via cosl -pydantic-core==2.27.1 +pydantic-core==2.27.2 # via pydantic pymacaroons==0.13.0 # via macaroonbakery @@ -130,7 +130,7 @@ pyrsistent==0.20.0 # via jsonschema python-dateutil==2.9.0.post0 # via kubernetes -pytz==2024.2 +pytz==2025.1 # via pyrfc3339 pyyaml==6.0.2 # via @@ -151,7 +151,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruamel-yaml==0.18.6 +ruamel-yaml==0.18.10 # via charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via ruamel-yaml