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

build: bump ops to latest possible version #12

Merged
merged 1 commit into from
Jun 21, 2024
Merged
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
4 changes: 3 additions & 1 deletion requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
anyio==4.2.0
# via httpx
appnope==0.1.4
# via ipython
asttokens==2.4.1
# via stack-data
attrs==23.2.0
Expand Down Expand Up @@ -99,7 +101,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.9.0
ops==2.14.0
# via
# charmed-kubeflow-chisme
# serialized-data-interface
Expand Down
8 changes: 4 additions & 4 deletions requirements-unit.txt
orfeas-k marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2023.11.17
# httpcore
# httpx
# requests
charmed-kubeflow-chisme==0.2.0
charmed-kubeflow-chisme==0.2.1
# via -r requirements.txt
charset-normalizer==3.3.2
# via
Expand Down Expand Up @@ -59,7 +59,7 @@ importlib-resources==6.1.1
# jsonschema
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -75,11 +75,11 @@ lightkube-models==1.29.0.6
# via
# -r requirements.txt
# lightkube
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements.txt
# jinja2
ops==2.9.0
ops==2.14.0
# via
# -r requirements-unit.in
# -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lightkube-models==1.29.0.6
# via lightkube
markupsafe==2.1.4
# via jinja2
ops==2.9.0
ops==2.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down
Loading