Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency lightkube-models to <1.32 #383

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions charms/istio-gateway/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2024.7.4
charset-normalizer==3.3.2
# via requests
cosl==0.0.14
# via -r requirements.in
# via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in
coverage==7.6.0
# via -r requirements-unit.in
exceptiongroup==1.2.2
Expand All @@ -41,25 +41,25 @@ importlib-resources==6.4.0
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via -r requirements.in
# via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in
jsonschema==4.17.3
# via serialized-data-interface
lightkube==0.15.3
# via
# -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in
# -r requirements-unit.in
# -r requirements.in
lightkube-models==1.27.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
# via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-gateway/requirements.in
ops==2.15.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.1
Expand Down Expand Up @@ -89,10 +89,10 @@ pyyaml==6.0.1
# serialized-data-interface
requests==2.32.3
# 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
Expand Down
2 changes: 1 addition & 1 deletion charms/istio-gateway/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ops
requests
serialized-data-interface
lightkube
lightkube-models<1.28
lightkube-models<1.32
# We're trying to use a deprecated API and it needs to be fixed before KF 1.7 (because 1.7 must support k8s 1.25)
oci-image
cosl
26 changes: 13 additions & 13 deletions charms/istio-pilot/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ certifi==2024.7.4
# requests
cffi==1.16.0
# via
# -r requirements.in
# -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in
# cryptography
# pynacl
charmed-kubeflow-chisme==0.4.2
# via
# -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in
# -r requirements-unit.in
# -r requirements.in
charset-normalizer==3.3.2
# via requests
cosl==0.0.15
# via -r requirements.in
# via -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in
coverage==7.6.0
# via -r requirements-unit.in
cryptography==43.0.0
# 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
Expand Down Expand Up @@ -67,26 +67,26 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# 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.5.2.0
# via charmed-kubeflow-chisme
kubernetes==30.1.0
# via juju
lightkube==0.15.3
# via
# -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube-models==1.26.0.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
Expand All @@ -100,16 +100,16 @@ oauthlib==3.2.2
# requests-oauthlib
ops==2.15.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.1
# via
# -r requirements.in
# -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in
# juju
# pytest
paramiko==3.4.0
Expand Down Expand Up @@ -167,7 +167,7 @@ pyyaml==6.0.1
# serialized-data-interface
requests==2.32.3
# via
# -r requirements.in
# -r /tmp/renovate/repos/github/canonical/istio-operators/charms/istio-pilot/requirements.in
# hvac
# kubernetes
# macaroonbakery
Expand All @@ -183,7 +183,7 @@ 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.16.0
# via
Expand All @@ -197,8 +197,8 @@ sniffio==1.3.1
# httpx
tenacity==8.5.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
tomli==2.0.1
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion charms/istio-pilot/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lightkube
# Pinning lightkube-models to keep compatibility with istio 1.17
# which supports versions 1.23, 1.24, 1.25, 1.26 of k8s
# Update the pin when this charm is upgraded to <=1.18
lightkube-models<1.27
lightkube-models<1.32
ops
packaging
requests
Expand Down
Loading