From cbbe33a8f85e7b0dd65fd365d4aa1ddec9728fa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:03:59 +0000 Subject: [PATCH] chore(deps): refresh pip-compile outputs --- requirements-fmt.txt | 2 +- requirements-integration.txt | 30 ++++++++++++------------ requirements-lint.txt | 2 +- requirements-unit.txt | 44 +++++++++++++++++++----------------- requirements.txt | 32 ++++++++++++++------------ 5 files changed, 58 insertions(+), 52 deletions(-) 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 c2ecd5d..2d465c4 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -8,7 +8,7 @@ anyio==4.5.2 # via httpx asttokens==3.0.0 # via stack-data -attrs==24.2.0 +attrs==24.3.0 # via jsonschema backcall==0.2.0 # via ipython @@ -18,7 +18,7 @@ bcrypt==4.2.1 # via paramiko cachetools==5.5.0 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx @@ -28,9 +28,9 @@ cffi==1.17.1 # via # cryptography # pynacl -charmed-kubeflow-chisme==0.4.3 +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 # via paramiko @@ -46,14 +46,16 @@ exceptiongroup==1.2.2 # pytest executing==2.1.0 # via stack-data -google-auth==2.36.0 +google-auth==2.37.0 # via kubernetes h11==0.14.0 # via httpcore httpcore==1.0.7 # via httpx httpx==0.27.2 - # via lightkube + # via + # charmed-kubeflow-chisme + # lightkube hvac==2.3.0 # via juju idna==3.10 @@ -71,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 @@ -126,7 +128,7 @@ pluggy==1.5.0 # via pytest prompt-toolkit==3.0.48 # via ipython -protobuf==5.29.1 +protobuf==5.29.3 # via macaroonbakery ptyprocess==0.7.0 # via pexpect @@ -141,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 @@ -163,7 +165,7 @@ pytest==8.3.4 # pytest-operator pytest-asyncio==0.21.2 # via pytest-operator -pytest-operator==0.38.0 +pytest-operator==0.39.0 # via -r requirements-integration.in python-dateutil==2.9.0.post0 # via kubernetes @@ -190,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..eb44ca3 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -6,7 +6,7 @@ # black==24.8.0 # via -r requirements-lint.in -click==8.1.7 +click==8.1.8 # via black codespell==2.3.0 # via -r requirements-lint.in diff --git a/requirements-unit.txt b/requirements-unit.txt index 1d51b35..1396205 100644 --- a/requirements-unit.txt +++ b/requirements-unit.txt @@ -8,7 +8,7 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.2.0 +attrs==24.3.0 # via jsonschema backports-strenum==1.3.1 # via juju @@ -16,7 +16,7 @@ bcrypt==4.2.1 # via paramiko cachetools==5.5.0 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx @@ -26,12 +26,12 @@ cffi==1.17.1 # via # cryptography # pynacl -charmed-kubeflow-chisme==0.4.3 - # via -r requirements.in -charset-normalizer==3.4.0 +charmed-kubeflow-chisme==0.4.6 + # via -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in +charset-normalizer==3.4.1 # via requests -cosl==0.0.50 - # via -r requirements.in +cosl==0.0.51 + # via -r /tmp/renovate/repos/github/canonical/training-operator/requirements.in coverage==7.6.1 # via -r requirements-unit.in cryptography==44.0.0 @@ -42,14 +42,16 @@ exceptiongroup==1.2.2 # via # anyio # pytest -google-auth==2.36.0 +google-auth==2.37.0 # via kubernetes h11==0.14.0 # via httpcore httpcore==1.0.7 # via httpx httpx==0.27.2 - # via lightkube + # via + # charmed-kubeflow-chisme + # lightkube hvac==2.3.0 # via juju idna==3.10 @@ -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 @@ -93,8 +95,8 @@ oauthlib==3.2.2 # requests-oauthlib ops==2.17.1 # 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 @@ -110,7 +112,7 @@ 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.5 # via cosl -pydantic-core==2.27.1 +pydantic-core==2.27.2 # via pydantic pymacaroons==0.13.0 # via macaroonbakery @@ -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 07f5990..33ee520 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.2.0 +attrs==24.3.0 # via jsonschema backports-strenum==1.3.1 # via juju @@ -16,7 +16,7 @@ bcrypt==4.2.1 # via paramiko cachetools==5.5.0 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx @@ -26,11 +26,11 @@ cffi==1.17.1 # via # cryptography # pynacl -charmed-kubeflow-chisme==0.4.3 +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.51 # via -r requirements.in cryptography==44.0.0 # via paramiko @@ -38,14 +38,16 @@ deepdiff==6.2.1 # via charmed-kubeflow-chisme exceptiongroup==1.2.2 # via anyio -google-auth==2.36.0 +google-auth==2.37.0 # via kubernetes h11==0.14.0 # via httpcore httpcore==1.0.7 # via httpx httpx==0.27.2 - # via lightkube + # via + # charmed-kubeflow-chisme + # lightkube hvac==2.3.0 # via juju idna==3.10 @@ -55,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 @@ -98,7 +100,7 @@ paramiko==3.5.0 # 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 @@ -109,9 +111,9 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pydantic==2.10.3 +pydantic==2.10.5 # via cosl -pydantic-core==2.27.1 +pydantic-core==2.27.2 # via pydantic pymacaroons==0.13.0 # via macaroonbakery @@ -149,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