Skip to content

Commit

Permalink
maint: require kubernetes_asyncio>=23.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 17, 2023
1 parent 93de7d9 commit ac69de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
k3s: v1.23
test_dependencies: >-
jupyterhub==1.3.0
kubernetes_asyncio==19.15.1
kubernetes_asyncio==23.6.0
traitlets==4.3.2
# Test with modern python and k8s versions
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"escapism",
"jinja2",
"jupyterhub>=1.3.0",
"kubernetes_asyncio>=19.15.1",
"kubernetes_asyncio>=23.6.0",
"python-slugify",
"pyYAML",
"traitlets>=4.3.2",
Expand Down

0 comments on commit ac69de8

Please sign in to comment.