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): refresh pip-compile outputs #146

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
12 changes: 7 additions & 5 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charmed-kubeflow-chisme==0.4.3
charmed-kubeflow-chisme==0.4.4
# via -r requirements-integration.in
charset-normalizer==3.4.0
# via requests
Expand All @@ -60,14 +60,16 @@ frozenlist==1.5.0
# via
# aiohttp
# aiosignal
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
Expand Down Expand Up @@ -100,7 +102,7 @@ juju==3.6.0.0
# pytest-operator
kubernetes==30.1.0
# via juju
lightkube==0.15.6
lightkube==0.15.7
# via
# -r requirements-integration.in
# charmed-kubeflow-chisme
Expand Down Expand Up @@ -184,7 +186,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
Expand Down
24 changes: 13 additions & 11 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charmed-kubeflow-chisme==0.4.3
# via -r requirements.in
charmed-kubeflow-chisme==0.4.4
# via -r /tmp/renovate/repos/github/canonical/kubeflow-profiles-operator/requirements.in
charset-normalizer==3.4.0
# via requests
cosl==0.0.45
# via -r requirements.in
cosl==0.0.47
# via -r /tmp/renovate/repos/github/canonical/kubeflow-profiles-operator/requirements.in
coverage==7.6.1
# via -r requirements-unit.in
cryptography==44.0.0
Expand All @@ -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
Expand All @@ -69,10 +71,10 @@ juju==3.6.0.0
# via charmed-kubeflow-chisme
kubernetes==30.1.0
# via juju
lightkube==0.15.6
lightkube==0.15.7
# via
# -r /tmp/renovate/repos/github/canonical/kubeflow-profiles-operator/requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
# cosl
lightkube-models==1.31.1.8
Expand All @@ -89,8 +91,8 @@ oauthlib==3.2.2
# requests-oauthlib
ops==2.17.1
# via
# -r /tmp/renovate/repos/github/canonical/kubeflow-profiles-operator/requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
# cosl
# serialized-data-interface
Expand Down Expand Up @@ -172,7 +174,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/kubeflow-profiles-operator/requirements.in
# charmed-kubeflow-chisme
six==1.17.0
# via
Expand All @@ -186,7 +188,7 @@ sniffio==1.3.1
# httpx
tenacity==9.0.0
# via
# -r requirements.in
# -r /tmp/renovate/repos/github/canonical/kubeflow-profiles-operator/requirements.in
# charmed-kubeflow-chisme
# cosl
tomli==2.2.1
Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,28 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charmed-kubeflow-chisme==0.4.3
charmed-kubeflow-chisme==0.4.4
# via -r requirements.in
charset-normalizer==3.4.0
# via requests
cosl==0.0.45
cosl==0.0.47
# via -r requirements.in
cryptography==44.0.0
# via paramiko
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
Expand All @@ -63,7 +65,7 @@ juju==3.6.0.0
# via charmed-kubeflow-chisme
kubernetes==30.1.0
# via juju
lightkube==0.15.6
lightkube==0.15.7
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down
Loading