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 #88

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
6 changes: 3 additions & 3 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ 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
Expand Down Expand Up @@ -102,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 charmed-kubeflow-chisme
lightkube-models==1.31.1.8
# via lightkube
Expand Down Expand Up @@ -185,7 +185,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
22 changes: 11 additions & 11 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ certifi==2024.8.30
# requests
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/metacontroller-operator/requirements.in
coverage==7.6.1
# via -r requirements-unit.in
durationpy==0.9
Expand All @@ -28,7 +28,7 @@ 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
Expand All @@ -44,17 +44,17 @@ idna==3.10
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via -r requirements.in
# via -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
kubernetes==31.0.0
# via -r requirements.in
lightkube==0.15.6
# via -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
lightkube==0.15.7
# via
# -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
# -r requirements-unit.in
# -r requirements.in
# cosl
lightkube-models==1.31.1.8
# via
# -r requirements.in
# -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
# lightkube
markupsafe==2.1.5
# via jinja2
Expand All @@ -63,11 +63,11 @@ oauthlib==3.2.2
# kubernetes
# requests-oauthlib
oci-image==1.0.0
# via -r requirements.in
# via -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
ops==2.17.1
# via
# -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
# -r requirements-unit.in
# -r requirements.in
# cosl
packaging==24.2
# via pytest
Expand Down Expand Up @@ -115,7 +115,7 @@ sniffio==1.3.1
# httpx
tenacity==9.0.0
# via
# -r requirements.in
# -r /tmp/renovate/repos/github/canonical/metacontroller-operator/requirements.in
# cosl
tomli==2.2.1
# via pytest
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ certifi==2024.8.30
# requests
charset-normalizer==3.4.0
# via requests
cosl==0.0.45
cosl==0.0.47
# via -r requirements.in
durationpy==0.9
# via kubernetes
exceptiongroup==1.2.2
# via anyio
google-auth==2.36.0
google-auth==2.37.0
# via kubernetes
h11==0.14.0
# via httpcore
Expand All @@ -41,7 +41,7 @@ jinja2==3.1.4
# via -r requirements.in
kubernetes==31.0.0
# via -r requirements.in
lightkube==0.15.6
lightkube==0.15.7
# via
# -r requirements.in
# cosl
Expand Down
Loading