Skip to content

Commit

Permalink
Upgrade to Poetry 2, limit max Kubernetes version, update dependencies
Browse files Browse the repository at this point in the history
This switches the project to use PEP 440 compatible metadata instead of the
Poetry specific configuration.

As part of this the version of the Kubernetes library was limited to 31.* since
the most recent 32.0.0 release seems to break authentication:

- kubernetes-client/python#2333
- kubernetes-client/python#2334
  • Loading branch information
Tenzer committed Jan 27, 2025
1 parent 7ad4558 commit 9962e45
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 201 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 5

permissions:
contents: read

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
rev: v0.9.3
hooks:
- id: ruff
args:
Expand All @@ -10,6 +10,6 @@ repos:
- id: ruff-format

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.0.1
rev: v1.2.2
hooks:
- id: zizmor
Loading

0 comments on commit 9962e45

Please sign in to comment.