From 8f351928401e1c9d7ddb4eec4546d60fee1d54a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 07:09:37 +0000 Subject: [PATCH] chore(deps): refresh pip-compile outputs --- requirements-fmt.txt | 2 +- requirements-integration.txt | 45 +++++----- requirements-lint.txt | 22 ++--- requirements-unit.txt | 165 ++++++++++++++++++----------------- requirements.txt | 36 ++++---- 5 files changed, 138 insertions(+), 132 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 93bd318..080ea1b 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -16,7 +16,7 @@ asttokens==3.0.0 # via stack-data async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==25.1.0 # via # aiohttp # jsonschema @@ -32,9 +32,9 @@ blinker==1.8.2 # via selenium-wire brotli==1.1.0 # via selenium-wire -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2025.1.31 # via # httpcore # httpx @@ -46,9 +46,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 @@ -66,13 +66,13 @@ exceptiongroup==1.2.2 # pytest # trio # trio-websocket -executing==2.1.0 +executing==2.2.0 # via stack-data frozenlist==1.5.0 # via # aiohttp # aiosignal -google-auth==2.36.0 +google-auth==2.38.0 # via kubernetes h11==0.14.0 # via @@ -85,7 +85,9 @@ hpack==4.0.0 httpcore==1.0.7 # via httpx httpx==0.27.2 - # via lightkube + # via + # charmed-kubeflow-chisme + # lightkube hvac==2.3.0 # via juju hyperframe==6.0.1 @@ -109,13 +111,13 @@ 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 @@ -124,11 +126,11 @@ kaitaistruct==0.10 # via selenium-wire 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 @@ -146,7 +148,7 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -ops==2.17.1 +ops==2.18.1 # via # charmed-kubeflow-chisme # serialized-data-interface @@ -158,7 +160,7 @@ packaging==24.2 # via # juju # pytest -paramiko==3.5.0 +paramiko==3.5.1 # via juju parso==0.8.4 # via jedi @@ -170,11 +172,11 @@ 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 propcache==0.2.0 # via yarl -protobuf==5.29.1 +protobuf==5.29.3 # via macaroonbakery ptyprocess==0.7.0 # via pexpect @@ -190,7 +192,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 @@ -199,7 +201,7 @@ pynacl==1.5.0 # macaroonbakery # paramiko # pymacaroons -pyopenssl==24.3.0 +pyopenssl==25.0.0 # via selenium-wire pyparsing==3.1.4 # via selenium-wire @@ -219,11 +221,11 @@ 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 -pytz==2024.2 +pytz==2025.1 # via pyrfc3339 pyyaml==6.0.2 # via @@ -244,7 +246,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 @@ -297,6 +299,7 @@ typing-extensions==4.12.2 # ipython # juju # multidict + # pyopenssl # selenium # typing-inspect typing-inspect==0.9.0 diff --git a/requirements-lint.txt b/requirements-lint.txt index a504503..d4e3498 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,12 +5,12 @@ # pip-compile requirements-lint.in # black==24.8.0 - # via -r requirements-fmt.txt -click==8.1.7 + # via -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt +click==8.1.8 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black -codespell==2.3.0 +codespell==2.4.1 # via -r requirements-lint.in flake8==5.0.4 # via @@ -23,26 +23,26 @@ flake8-builtins==2.5.0 flake8-copyright==0.2.4 # via -r requirements-lint.in isort==5.13.2 - # via -r requirements-fmt.txt + # via -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt mccabe==0.7.0 # via flake8 mypy-extensions==1.0.0 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black packaging==24.2 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black pathspec==0.12.1 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black pep8-naming==0.14.1 # via -r requirements-lint.in platformdirs==4.3.6 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black pycodestyle==2.9.1 # via flake8 @@ -52,12 +52,12 @@ pyproject-flake8==5.0.4.post1 # via -r requirements-lint.in tomli==2.2.1 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black # pyproject-flake8 typing-extensions==4.12.2 # via - # -r requirements-fmt.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements-fmt.txt # black # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements-unit.txt b/requirements-unit.txt index 117e7d8..dbcc009 100644 --- a/requirements-unit.txt +++ b/requirements-unit.txt @@ -6,208 +6,209 @@ # annotated-types==0.7.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # pydantic anyio==4.5.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # httpx -attrs==24.2.0 +attrs==25.1.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # jsonschema backports-strenum==1.3.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju bcrypt==4.2.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # paramiko -cachetools==5.5.0 +cachetools==5.5.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # google-auth -certifi==2024.8.30 +certifi==2025.1.31 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # httpcore # httpx # kubernetes # requests cffi==1.17.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # cryptography # pynacl -charmed-kubeflow-chisme==0.4.3 - # via -r requirements.txt -charset-normalizer==3.4.0 +charmed-kubeflow-chisme==0.4.6 + # via -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt +charset-normalizer==3.4.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # requests -cosl==0.0.50 - # via -r requirements.txt +cosl==0.0.54 + # via -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt coverage==7.6.1 # via -r requirements-unit.in cryptography==44.0.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # paramiko deepdiff==6.2.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme exceptiongroup==1.2.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # anyio # pytest -google-auth==2.36.0 +google-auth==2.38.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes h11==0.14.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # httpcore httpcore==1.0.7 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # httpx httpx==0.27.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt + # charmed-kubeflow-chisme # lightkube hvac==2.3.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju idna==3.10 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # anyio # httpx # requests importlib-resources==6.4.5 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # jsonschema iniconfig==2.0.0 # via pytest -jinja2==3.1.4 +jinja2==3.1.5 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme jsonschema==4.17.3 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # serialized-data-interface -juju==3.6.0.0 +juju==3.6.1.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme kubernetes==30.1.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju -lightkube==0.15.6 +lightkube==0.17.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme # cosl -lightkube-models==1.31.1.8 +lightkube-models==1.32.0.8 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # lightkube macaroonbakery==1.3.4 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju markupsafe==2.1.5 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # jinja2 mypy-extensions==1.0.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # typing-inspect oauthlib==3.2.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes # requests-oauthlib oci-image==1.0.0 - # via -r requirements.txt -ops==2.17.1 + # via -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt +ops==2.18.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme # cosl # serialized-data-interface ordered-set==4.1.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # deepdiff packaging==24.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju # pytest -paramiko==3.5.0 +paramiko==3.5.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju pkgutil-resolve-name==1.3.10 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # jsonschema pluggy==1.5.0 # via pytest -protobuf==5.29.1 +protobuf==5.29.3 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # macaroonbakery pyasn1==0.6.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju # pyasn1-modules # rsa pyasn1-modules==0.4.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # google-auth pycparser==2.22 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # cffi pydantic==2.6.4 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # cosl pydantic-core==2.16.3 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # pydantic pymacaroons==0.13.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # macaroonbakery pynacl==1.5.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # macaroonbakery # paramiko # pymacaroons pyrfc3339==1.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju # macaroonbakery pyrsistent==0.20.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # jsonschema pytest==8.3.4 # via @@ -220,15 +221,15 @@ pytest-mock==3.14.0 # via -r requirements-unit.in python-dateutil==2.9.0.post0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes -pytz==2024.2 +pytz==2025.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # pyrfc3339 pyyaml==6.0.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # cosl # juju # kubernetes @@ -237,7 +238,7 @@ pyyaml==6.0.2 # serialized-data-interface requests==2.32.3 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # hvac # kubernetes # macaroonbakery @@ -245,50 +246,50 @@ requests==2.32.3 # serialized-data-interface requests-oauthlib==2.0.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes rsa==4.9 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # google-auth -ruamel-yaml==0.18.6 +ruamel-yaml==0.18.10 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme ruamel-yaml-clib==0.2.8 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # ruamel-yaml serialized-data-interface==0.7.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme six==1.17.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes # macaroonbakery # pymacaroons # python-dateutil sniffio==1.3.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # anyio # httpx tenacity==9.0.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # charmed-kubeflow-chisme # cosl tomli==2.2.1 # via pytest toposort==1.10 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju typing-extensions==4.12.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # annotated-types # anyio # cosl @@ -298,23 +299,23 @@ typing-extensions==4.12.2 # typing-inspect typing-inspect==0.9.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju urllib3==2.2.3 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes # requests websocket-client==1.8.0 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # kubernetes # ops websockets==13.1 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # juju zipp==3.20.2 # via - # -r requirements.txt + # -r /tmp/renovate/repos/github/canonical/envoy-operator/requirements.txt # importlib-resources diff --git a/requirements.txt b/requirements.txt index 3cdbc39..f9149a5 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.1 # via google-auth -certifi==2024.8.30 +certifi==2025.1.31 # 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.54 # 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.38.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,19 +57,19 @@ idna==3.10 # requests importlib-resources==6.4.5 # via jsonschema -jinja2==3.1.4 +jinja2==3.1.5 # via 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 # charmed-kubeflow-chisme # cosl -lightkube-models==1.31.1.8 +lightkube-models==1.32.0.8 # via lightkube macaroonbakery==1.3.4 # via juju @@ -81,7 +83,7 @@ oauthlib==3.2.2 # requests-oauthlib oci-image==1.0.0 # via -r requirements.in -ops==2.17.1 +ops==2.18.1 # via # -r requirements.in # charmed-kubeflow-chisme @@ -91,11 +93,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 @@ -127,7 +129,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 @@ -148,7 +150,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