Skip to content

Commit

Permalink
build: bump ops to latest possible version (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Jun 19, 2024
1 parent 4537c45 commit bfa79fe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions charms/tensorboard-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/tensorboard-controller/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.0
ops==2.14.0
# via
# -r requirements-unit.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion charms/tensorboard-controller/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.0
ops==2.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down
2 changes: 2 additions & 0 deletions charms/tensorboards-web-app/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ aiohttp==3.8.5
# via -r requirements-integration.in
aiosignal==1.3.1
# via aiohttp
appnope==0.1.4
# via ipython
asttokens==2.4.0
# via stack-data
async-timeout==4.0.3
Expand Down
2 changes: 1 addition & 1 deletion charms/tensorboards-web-app/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ markupsafe==2.1.3
# via jinja2
oci-image==1.0.0
# via -r requirements.in
ops==2.5.0
ops==2.14.0
# via
# -r requirements-unit.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion charms/tensorboards-web-app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ markupsafe==2.1.3
# via jinja2
oci-image==1.0.0
# via -r requirements.in
ops==2.5.0
ops==2.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down

0 comments on commit bfa79fe

Please sign in to comment.