Skip to content

Commit

Permalink
build: bump ops to latest possible version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Jun 21, 2024
1 parent 2084db2 commit e3a4d34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
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
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

0 comments on commit e3a4d34

Please sign in to comment.