From 707f01b80160a3e895267906780742b4f616c7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:41:20 +0000 Subject: [PATCH] chore(deps): refresh pip-compile outputs --- charms/istio-gateway/requirements-fmt.txt | 12 +- charms/istio-gateway/requirements-lint.txt | 16 ++- charms/istio-gateway/requirements-unit.txt | 80 ++++++++----- charms/istio-gateway/requirements.txt | 55 ++++++--- charms/istio-pilot/requirements-fmt.txt | 12 +- charms/istio-pilot/requirements-lint.txt | 16 ++- charms/istio-pilot/requirements-unit.txt | 124 +++++++++++++-------- charms/istio-pilot/requirements.txt | 88 +++++++++------ requirements-fmt.txt | 12 +- requirements-integration.txt | 111 +++++++++++------- requirements-lint.txt | 16 ++- 11 files changed, 353 insertions(+), 189 deletions(-) diff --git a/charms/istio-gateway/requirements-fmt.txt b/charms/istio-gateway/requirements-fmt.txt index 6d1a61aa..2879efb2 100644 --- a/charms/istio-gateway/requirements-fmt.txt +++ b/charms/istio-gateway/requirements-fmt.txt @@ -1,20 +1,24 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-fmt.in # 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 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via black -packaging==24.2 +packaging==25.0 # via black pathspec==0.12.1 # via black platformdirs==4.3.6 # via black +tomli==2.2.1 + # via black +typing-extensions==4.13.2 + # via black diff --git a/charms/istio-gateway/requirements-lint.txt b/charms/istio-gateway/requirements-lint.txt index d9a16024..70601397 100644 --- a/charms/istio-gateway/requirements-lint.txt +++ b/charms/istio-gateway/requirements-lint.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-lint.in # 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 @@ -24,9 +24,9 @@ isort==5.13.2 # via -r requirements-lint.in mccabe==0.7.0 # via flake8 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via black -packaging==24.2 +packaging==25.0 # via black pathspec==0.12.1 # via black @@ -40,6 +40,12 @@ pyflakes==3.2.0 # via flake8 pyproject-flake8==7.0.0 # via -r requirements-lint.in +tomli==2.2.1 + # via + # black + # pyproject-flake8 +typing-extensions==4.13.2 + # via black # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/charms/istio-gateway/requirements-unit.txt b/charms/istio-gateway/requirements-unit.txt index 280f991c..39d0d987 100644 --- a/charms/istio-gateway/requirements-unit.txt +++ b/charms/istio-gateway/requirements-unit.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-unit.in @@ -8,22 +8,28 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.3.0 +attrs==25.3.0 # via jsonschema -certifi==2024.12.14 +certifi==2025.6.15 # via # httpcore # httpx # requests -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -cosl==0.0.50 - # via -r requirements.in +cosl==1.0.0 + # via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in coverage==7.6.1 # via -r requirements-unit.in -h11==0.14.0 +deprecated==1.2.18 + # via opentelemetry-api +exceptiongroup==1.3.0 + # via + # anyio + # pytest +h11==0.16.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via lightkube @@ -32,46 +38,55 @@ idna==3.10 # anyio # httpx # requests -iniconfig==2.0.0 +importlib-metadata==8.5.0 + # via + # opentelemetry-api + # ops +importlib-resources==6.4.5 + # via jsonschema +iniconfig==2.1.0 # via pytest -jinja2==3.1.5 - # via -r requirements.in +jinja2==3.1.6 + # via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in jsonschema==4.17.3 # via serialized-data-interface -lightkube==0.17.1 +lightkube==0.17.2 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in # -r requirements-unit.in - # -r requirements.in - # cosl -lightkube-models==1.32.0.8 +lightkube-models==1.33.1.8 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in # lightkube markupsafe==2.1.5 # via jinja2 oci-image==1.0.0 - # via -r requirements.in -ops==2.17.1 + # via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in +opentelemetry-api==1.33.1 + # via ops +ops==2.23.0 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in # -r requirements-unit.in - # -r requirements.in # cosl # serialized-data-interface -packaging==24.2 +packaging==25.0 # via pytest +pkgutil-resolve-name==1.3.10 + # via jsonschema pluggy==1.5.0 # via pytest -pydantic==2.10.5 +pydantic==2.10.6 # via cosl pydantic-core==2.27.2 # via pydantic pyrsistent==0.20.0 # via jsonschema -pytest==8.3.4 +pytest==8.3.5 # via # -r requirements-unit.in # pytest-mock -pytest-mock==3.14.0 +pytest-mock==3.14.1 # via -r requirements-unit.in pyyaml==6.0.2 # via @@ -80,22 +95,33 @@ pyyaml==6.0.2 # lightkube # ops # serialized-data-interface -requests==2.32.3 +requests==2.32.4 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in # serialized-data-interface serialized-data-interface==0.7.0 - # via -r requirements.in + # via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in sniffio==1.3.1 # via anyio tenacity==9.0.0 # via cosl -typing-extensions==4.12.2 +tomli==2.2.1 + # via pytest +typing-extensions==4.13.2 # via + # annotated-types + # anyio # cosl + # exceptiongroup # pydantic # pydantic-core urllib3==2.2.3 # via requests websocket-client==1.8.0 # via ops +wrapt==1.17.2 + # via deprecated +zipp==3.20.2 + # via + # importlib-metadata + # importlib-resources diff --git a/charms/istio-gateway/requirements.txt b/charms/istio-gateway/requirements.txt index 7b726418..6d4c2047 100644 --- a/charms/istio-gateway/requirements.txt +++ b/charms/istio-gateway/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -8,20 +8,24 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.3.0 +attrs==25.3.0 # via jsonschema -certifi==2024.12.14 +certifi==2025.6.15 # via # httpcore # httpx # requests -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -cosl==0.0.50 +cosl==1.0.0 # via -r requirements.in -h11==0.14.0 +deprecated==1.2.18 + # via opentelemetry-api +exceptiongroup==1.3.0 + # via anyio +h11==0.16.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via lightkube @@ -30,15 +34,19 @@ idna==3.10 # anyio # httpx # requests -jinja2==3.1.5 +importlib-metadata==8.5.0 + # via + # opentelemetry-api + # ops +importlib-resources==6.4.5 + # via jsonschema +jinja2==3.1.6 # via -r requirements.in jsonschema==4.17.3 # via serialized-data-interface -lightkube==0.17.1 - # via - # -r requirements.in - # cosl -lightkube-models==1.32.0.8 +lightkube==0.17.2 + # via -r requirements.in +lightkube-models==1.33.1.8 # via # -r requirements.in # lightkube @@ -46,12 +54,16 @@ markupsafe==2.1.5 # via jinja2 oci-image==1.0.0 # via -r requirements.in -ops==2.17.1 +opentelemetry-api==1.33.1 + # via ops +ops==2.23.0 # via # -r requirements.in # cosl # serialized-data-interface -pydantic==2.10.5 +pkgutil-resolve-name==1.3.10 + # via jsonschema +pydantic==2.10.6 # via cosl pydantic-core==2.27.2 # via pydantic @@ -63,7 +75,7 @@ pyyaml==6.0.2 # lightkube # ops # serialized-data-interface -requests==2.32.3 +requests==2.32.4 # via # -r requirements.in # serialized-data-interface @@ -73,12 +85,21 @@ sniffio==1.3.1 # via anyio tenacity==9.0.0 # via cosl -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via + # annotated-types + # anyio # cosl + # exceptiongroup # pydantic # pydantic-core urllib3==2.2.3 # via requests websocket-client==1.8.0 # via ops +wrapt==1.17.2 + # via deprecated +zipp==3.20.2 + # via + # importlib-metadata + # importlib-resources diff --git a/charms/istio-pilot/requirements-fmt.txt b/charms/istio-pilot/requirements-fmt.txt index 6d1a61aa..2879efb2 100644 --- a/charms/istio-pilot/requirements-fmt.txt +++ b/charms/istio-pilot/requirements-fmt.txt @@ -1,20 +1,24 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-fmt.in # 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 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via black -packaging==24.2 +packaging==25.0 # via black pathspec==0.12.1 # via black platformdirs==4.3.6 # via black +tomli==2.2.1 + # via black +typing-extensions==4.13.2 + # via black diff --git a/charms/istio-pilot/requirements-lint.txt b/charms/istio-pilot/requirements-lint.txt index d9a16024..70601397 100644 --- a/charms/istio-pilot/requirements-lint.txt +++ b/charms/istio-pilot/requirements-lint.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-lint.in # 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 @@ -24,9 +24,9 @@ isort==5.13.2 # via -r requirements-lint.in mccabe==0.7.0 # via flake8 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via black -packaging==24.2 +packaging==25.0 # via black pathspec==0.12.1 # via black @@ -40,6 +40,12 @@ pyflakes==3.2.0 # via flake8 pyproject-flake8==7.0.0 # via -r requirements-lint.in +tomli==2.2.1 + # via + # black + # pyproject-flake8 +typing-extensions==4.13.2 + # via black # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/charms/istio-pilot/requirements-unit.txt b/charms/istio-pilot/requirements-unit.txt index b0453ab4..3dcf11ae 100644 --- a/charms/istio-pilot/requirements-unit.txt +++ b/charms/istio-pilot/requirements-unit.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-unit.in @@ -8,13 +8,17 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.3.0 +attrs==25.3.0 # via jsonschema -bcrypt==4.2.1 +backports-datetime-fromisoformat==2.0.3 + # via juju +backports-strenum==1.3.1 + # via juju +bcrypt==4.3.0 # via paramiko -cachetools==5.5.0 +cachetools==5.5.2 # via google-auth -certifi==2024.12.14 +certifi==2025.6.15 # via # httpcore # httpx @@ -22,31 +26,37 @@ certifi==2024.12.14 # requests cffi==1.17.1 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # cryptography # pynacl -charmed-kubeflow-chisme==0.4.6 +charmed-kubeflow-chisme==0.4.11 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -cosl==0.0.50 - # via -r requirements.in +cosl==1.0.0 + # via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in coverage==7.6.1 # via -r requirements-unit.in -cryptography==44.0.0 +cryptography==45.0.4 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in # paramiko deepdiff==6.2.1 # via charmed-kubeflow-chisme -google-auth==2.37.0 +deprecated==1.2.18 + # via opentelemetry-api +exceptiongroup==1.3.0 + # via + # anyio + # pytest +google-auth==2.40.3 # via kubernetes -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.27.2 # via @@ -59,72 +69,81 @@ idna==3.10 # anyio # httpx # requests -iniconfig==2.0.0 +importlib-metadata==8.5.0 + # via + # opentelemetry-api + # ops +importlib-resources==6.4.5 + # via jsonschema +iniconfig==2.1.0 # via pytest -jinja2==3.1.5 +jinja2==3.1.6 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in # charmed-kubeflow-chisme jsonschema==4.17.3 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in # serialized-data-interface -juju==3.6.1.0 +juju==3.6.1.2 # via charmed-kubeflow-chisme kubernetes==30.1.0 # via juju lightkube==0.17.1 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in # charmed-kubeflow-chisme - # cosl -lightkube-models==1.32.0.8 +lightkube-models==1.33.1.8 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # lightkube macaroonbakery==1.3.4 # via juju markupsafe==2.1.5 # via jinja2 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via typing-inspect -oauthlib==3.2.2 +oauthlib==3.3.1 # via # kubernetes # requests-oauthlib -ops==2.17.1 +opentelemetry-api==1.33.1 + # via ops +ops==2.23.0 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in # charmed-kubeflow-chisme # cosl # serialized-data-interface ordered-set==4.1.0 # via deepdiff -packaging==24.2 +packaging==25.0 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # 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.3 +protobuf==5.29.5 # via macaroonbakery pyasn1==0.6.1 # via # juju # pyasn1-modules # rsa -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 # via google-auth pycparser==2.22 # via cffi -pydantic==2.10.5 +pydantic==2.10.6 # via cosl pydantic-core==2.27.2 # via pydantic @@ -136,20 +155,18 @@ pynacl==1.5.0 # paramiko # pymacaroons pyrfc3339==1.1 - # via - # juju - # macaroonbakery + # via macaroonbakery pyrsistent==0.20.0 # via jsonschema -pytest==8.3.4 +pytest==8.3.5 # via # -r requirements-unit.in # pytest-mock -pytest-mock==3.14.0 +pytest-mock==3.14.1 # via -r requirements-unit.in python-dateutil==2.9.0.post0 # via kubernetes -pytz==2024.2 +pytz==2025.2 # via pyrfc3339 pyyaml==6.0.2 # via @@ -160,9 +177,9 @@ pyyaml==6.0.2 # lightkube # ops # serialized-data-interface -requests==2.32.3 +requests==2.32.4 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # hvac # kubernetes # macaroonbakery @@ -170,15 +187,15 @@ requests==2.32.3 # serialized-data-interface requests-oauthlib==2.0.0 # via kubernetes -rsa==4.9 +rsa==4.9.1 # via google-auth -ruamel-yaml==0.18.10 +ruamel-yaml==0.18.14 # via charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via ruamel-yaml serialized-data-interface==0.7.0 # via - # -r requirements.in + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # charmed-kubeflow-chisme six==1.17.0 # via @@ -192,15 +209,20 @@ sniffio==1.3.1 # httpx tenacity==9.0.0 # via + # -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in # -r requirements-unit.in - # -r requirements.in # charmed-kubeflow-chisme # cosl +tomli==2.2.1 + # via pytest toposort==1.10 # via juju -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via + # annotated-types + # anyio # cosl + # exceptiongroup # juju # pydantic # pydantic-core @@ -217,3 +239,9 @@ websocket-client==1.8.0 # ops websockets==13.1 # via juju +wrapt==1.17.2 + # via deprecated +zipp==3.20.2 + # via + # importlib-metadata + # importlib-resources diff --git a/charms/istio-pilot/requirements.txt b/charms/istio-pilot/requirements.txt index bd2ae2fb..a17c2713 100644 --- a/charms/istio-pilot/requirements.txt +++ b/charms/istio-pilot/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -8,13 +8,17 @@ annotated-types==0.7.0 # via pydantic anyio==4.5.2 # via httpx -attrs==24.3.0 +attrs==25.3.0 # via jsonschema -bcrypt==4.2.1 +backports-datetime-fromisoformat==2.0.3 + # via juju +backports-strenum==1.3.1 + # via juju +bcrypt==4.3.0 # via paramiko -cachetools==5.5.0 +cachetools==5.5.2 # via google-auth -certifi==2024.12.14 +certifi==2025.6.15 # via # httpcore # httpx @@ -25,23 +29,27 @@ cffi==1.17.1 # -r requirements.in # cryptography # pynacl -charmed-kubeflow-chisme==0.4.6 +charmed-kubeflow-chisme==0.4.11 # via -r requirements.in -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -cosl==0.0.50 +cosl==1.0.0 # via -r requirements.in -cryptography==44.0.0 +cryptography==45.0.4 # via # -r requirements.in # paramiko deepdiff==6.2.1 # via charmed-kubeflow-chisme -google-auth==2.37.0 +deprecated==1.2.18 + # via opentelemetry-api +exceptiongroup==1.3.0 + # via anyio +google-auth==2.40.3 # via kubernetes -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.27.2 # via @@ -54,7 +62,13 @@ idna==3.10 # anyio # httpx # requests -jinja2==3.1.5 +importlib-metadata==8.5.0 + # via + # opentelemetry-api + # ops +importlib-resources==6.4.5 + # via jsonschema +jinja2==3.1.6 # via # -r requirements.in # charmed-kubeflow-chisme @@ -62,7 +76,7 @@ jsonschema==4.17.3 # via # -r requirements.in # serialized-data-interface -juju==3.6.1.0 +juju==3.6.1.2 # via charmed-kubeflow-chisme kubernetes==30.1.0 # via juju @@ -70,8 +84,7 @@ lightkube==0.17.1 # via # -r requirements.in # charmed-kubeflow-chisme - # cosl -lightkube-models==1.32.0.8 +lightkube-models==1.33.1.8 # via # -r requirements.in # lightkube @@ -79,13 +92,15 @@ macaroonbakery==1.3.4 # via juju markupsafe==2.1.5 # via jinja2 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via typing-inspect -oauthlib==3.2.2 +oauthlib==3.3.1 # via # kubernetes # requests-oauthlib -ops==2.17.1 +opentelemetry-api==1.33.1 + # via ops +ops==2.23.0 # via # -r requirements.in # charmed-kubeflow-chisme @@ -93,24 +108,26 @@ ops==2.17.1 # serialized-data-interface ordered-set==4.1.0 # via deepdiff -packaging==24.2 +packaging==25.0 # via # -r requirements.in # juju -paramiko==3.5.0 +paramiko==3.5.1 # via juju -protobuf==5.29.3 +pkgutil-resolve-name==1.3.10 + # via jsonschema +protobuf==5.29.5 # via macaroonbakery pyasn1==0.6.1 # via # juju # pyasn1-modules # rsa -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 # via google-auth pycparser==2.22 # via cffi -pydantic==2.10.5 +pydantic==2.10.6 # via cosl pydantic-core==2.27.2 # via pydantic @@ -122,14 +139,12 @@ pynacl==1.5.0 # paramiko # pymacaroons pyrfc3339==1.1 - # via - # juju - # macaroonbakery + # via macaroonbakery pyrsistent==0.20.0 # via jsonschema python-dateutil==2.9.0.post0 # via kubernetes -pytz==2024.2 +pytz==2025.2 # via pyrfc3339 pyyaml==6.0.2 # via @@ -139,7 +154,7 @@ pyyaml==6.0.2 # lightkube # ops # serialized-data-interface -requests==2.32.3 +requests==2.32.4 # via # -r requirements.in # hvac @@ -149,9 +164,9 @@ requests==2.32.3 # serialized-data-interface requests-oauthlib==2.0.0 # via kubernetes -rsa==4.9 +rsa==4.9.1 # via google-auth -ruamel-yaml==0.18.10 +ruamel-yaml==0.18.14 # via charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via ruamel-yaml @@ -176,9 +191,12 @@ tenacity==9.0.0 # cosl toposort==1.10 # via juju -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via + # annotated-types + # anyio # cosl + # exceptiongroup # juju # pydantic # pydantic-core @@ -195,3 +213,9 @@ websocket-client==1.8.0 # ops websockets==13.1 # via juju +wrapt==1.17.2 + # via deprecated +zipp==3.20.2 + # via + # importlib-metadata + # importlib-resources diff --git a/requirements-fmt.txt b/requirements-fmt.txt index 6d1a61aa..2879efb2 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -1,20 +1,24 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-fmt.in # 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 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via black -packaging==24.2 +packaging==25.0 # via black pathspec==0.12.1 # via black platformdirs==4.3.6 # via black +tomli==2.2.1 + # via black +typing-extensions==4.13.2 + # via black diff --git a/requirements-integration.txt b/requirements-integration.txt index c7bda8fe..6eabbb27 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-integration.in @@ -14,21 +14,27 @@ anyio==4.5.2 # via httpx asttokens==3.0.0 # via stack-data +async-timeout==5.0.1 + # via aiohttp asyncio==3.4.3 # via -r requirements-integration.in -attrs==24.2.0 +attrs==25.3.0 # via # aiohttp # jsonschema backcall==0.2.0 # via ipython -bcrypt==4.2.1 +backports-datetime-fromisoformat==2.0.3 + # via juju +backports-strenum==1.3.1 + # via juju +bcrypt==4.3.0 # via paramiko -beautifulsoup4==4.12.3 +beautifulsoup4==4.13.4 # via -r requirements-integration.in -cachetools==5.5.0 +cachetools==5.5.2 # via google-auth -certifi==2024.8.30 +certifi==2025.6.15 # via # httpcore # httpx @@ -40,27 +46,33 @@ cffi==1.17.1 # pynacl charmed-kubeflow-chisme==0.4.11 # via -r requirements-integration.in -charset-normalizer==3.4.0 +charset-normalizer==3.4.2 # via requests -cryptography==44.0.0 +cryptography==45.0.4 # via paramiko -decorator==5.1.1 +decorator==5.2.1 # via # ipdb # ipython deepdiff==6.2.1 # via charmed-kubeflow-chisme -executing==2.1.0 +deprecated==1.2.18 + # via opentelemetry-api +exceptiongroup==1.3.0 + # via + # anyio + # pytest +executing==2.2.0 # via stack-data frozenlist==1.5.0 # via # aiohttp # aiosignal -google-auth==2.36.0 +google-auth==2.40.3 # via kubernetes -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.27.2 # via @@ -74,7 +86,13 @@ idna==3.10 # httpx # requests # yarl -iniconfig==2.0.0 +importlib-metadata==8.5.0 + # via + # opentelemetry-api + # ops +importlib-resources==6.4.5 + # via jsonschema +iniconfig==2.1.0 # via pytest ipdb==0.13.13 # via pytest-operator @@ -82,24 +100,24 @@ ipython==8.12.3 # via ipdb jedi==0.19.2 # via ipython -jinja2==3.1.4 +jinja2==3.1.6 # via # charmed-kubeflow-chisme # pytest-operator jsonschema==4.17.3 # via serialized-data-interface -juju==3.6.0.0 +juju==3.6.1.2 # 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.33.1.8 # via lightkube macaroonbakery==1.3.4 # via juju @@ -111,23 +129,25 @@ multidict==6.1.0 # via # aiohttp # yarl -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via typing-inspect -oauthlib==3.2.2 +oauthlib==3.3.1 # via # kubernetes # requests-oauthlib -ops==2.17.1 +opentelemetry-api==1.33.1 + # via ops +ops==2.23.0 # via # charmed-kubeflow-chisme # serialized-data-interface ordered-set==4.1.0 # via deepdiff -packaging==24.2 +packaging==25.0 # via # juju # pytest -paramiko==3.5.0 +paramiko==3.5.1 # via juju parso==0.8.4 # via jedi @@ -135,13 +155,15 @@ pexpect==4.9.0 # via ipython pickleshare==0.7.5 # via ipython +pkgutil-resolve-name==1.3.10 + # via jsonschema pluggy==1.5.0 # via pytest -prompt-toolkit==3.0.48 +prompt-toolkit==3.0.51 # via ipython propcache==0.2.0 # via yarl -protobuf==5.29.1 +protobuf==5.29.5 # via macaroonbakery ptyprocess==0.7.0 # via pexpect @@ -152,11 +174,11 @@ pyasn1==0.6.1 # juju # pyasn1-modules # rsa -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 # via google-auth pycparser==2.22 # via cffi -pygments==2.18.0 +pygments==2.19.2 # via ipython pymacaroons==0.13.0 # via macaroonbakery @@ -166,22 +188,20 @@ pynacl==1.5.0 # paramiko # pymacaroons pyrfc3339==1.1 - # via - # juju - # macaroonbakery + # via macaroonbakery pyrsistent==0.20.0 # via jsonschema -pytest==8.3.4 +pytest==8.3.5 # via # pytest-asyncio # pytest-operator pytest-asyncio==0.21.2 # via pytest-operator -pytest-operator==0.38.0 +pytest-operator==0.43.0 # via -r requirements-integration.in python-dateutil==2.9.0.post0 # via kubernetes -pytz==2024.2 +pytz==2025.2 # via pyrfc3339 pyyaml==6.0.2 # via @@ -192,7 +212,7 @@ pyyaml==6.0.2 # ops # pytest-operator # serialized-data-interface -requests==2.32.3 +requests==2.32.4 # via # hvac # kubernetes @@ -201,9 +221,9 @@ requests==2.32.3 # serialized-data-interface requests-oauthlib==2.0.0 # via kubernetes -rsa==4.9 +rsa==4.9.1 # via google-auth -ruamel-yaml==0.18.6 +ruamel-yaml==0.18.14 # via charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via ruamel-yaml @@ -219,7 +239,7 @@ sniffio==1.3.1 # via # anyio # httpx -soupsieve==2.6 +soupsieve==2.7 # via beautifulsoup4 stack-data==0.6.3 # via ipython @@ -227,15 +247,24 @@ tenacity==9.0.0 # via # -r requirements-integration.in # charmed-kubeflow-chisme +tomli==2.2.1 + # via + # ipdb + # pytest toposort==1.10 # via juju traitlets==5.14.3 # via # ipython # matplotlib-inline -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via + # anyio + # beautifulsoup4 + # exceptiongroup + # ipython # juju + # multidict # typing-inspect typing-inspect==0.9.0 # via juju @@ -251,5 +280,11 @@ websocket-client==1.8.0 # ops websockets==13.1 # via juju +wrapt==1.17.2 + # via deprecated yarl==1.15.2 # via aiohttp +zipp==3.20.2 + # via + # importlib-metadata + # importlib-resources diff --git a/requirements-lint.txt b/requirements-lint.txt index d9a16024..70601397 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements-lint.in # 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 @@ -24,9 +24,9 @@ isort==5.13.2 # via -r requirements-lint.in mccabe==0.7.0 # via flake8 -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via black -packaging==24.2 +packaging==25.0 # via black pathspec==0.12.1 # via black @@ -40,6 +40,12 @@ pyflakes==3.2.0 # via flake8 pyproject-flake8==7.0.0 # via -r requirements-lint.in +tomli==2.2.1 + # via + # black + # pyproject-flake8 +typing-extensions==4.13.2 + # via black # The following packages are considered to be unsafe in a requirements file: # setuptools