Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: pylint

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.24
rev: 0.9.26
hooks:
- id: uv-sync
- id: uv-lock
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.5
rev: v1.5.6
hooks:
- id: remove-tabs
exclude: >
Expand All @@ -87,6 +87,6 @@ repos:
entry: sh -ec "pydoclint -q . && pydoclint --generate-baseline=1 ."
pass_filenames: false
- repo: https://github.com/ansible/team-devtools
rev: v25.12.8
rev: v26.1.0
hooks:
- id: check-platform-constraints
2 changes: 1 addition & 1 deletion devspaces/context/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kubernetes==34.1.0
kubernetes==35.0.0
molecule-plugins[podman]==25.8.12
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"matchPackageNames": ["cffi"]
},
{
"allowedVersions": "<4.3",
"allowedVersions": "<38",
"description": "Platform compatibility constraint",
"matchPackageNames": ["cryptography"]
},
{
"allowedVersions": "<6.0",
"description": "Platform compatibility constraint",
"matchPackageNames": ["django"]
},
Expand Down
Loading
Loading