Skip to content

Commit

Permalink
build: bump ops to latest possible version (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Jun 19, 2024
1 parent 8928ecf commit b3fedc8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions charms/katib-controller/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
anyio==4.0.0
# via httpcore
appnope==0.1.4
# via ipython
asttokens==2.4.0
# via stack-data
backcall==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-controller/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lightkube-models==1.29.0.7
# via lightkube
markupsafe==2.1.5
# via jinja2
ops==2.10.0
ops==2.14.0
# via
# -r requirements-unit.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lightkube-models==1.29.0.7
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.1
ops==2.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down
4 changes: 3 additions & 1 deletion charms/katib-db-manager/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
anyio==4.0.0
# via httpcore
appnope==0.1.4
# via ipython
asttokens==2.4.0
# via stack-data
attrs==23.1.0
Expand Down Expand Up @@ -97,7 +99,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.6.0
ops==2.14.0
# via
# -r requirements-integration.in
# charmed-kubeflow-chisme
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-db-manager/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.1
ops==2.14.0
# via
# -r requirements-unit.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-db-manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.1
ops==2.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.1
ops==2.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down

0 comments on commit b3fedc8

Please sign in to comment.