Skip to content

Commit eda6b8d

Browse files
Update kubernetes requirement from >=27.2.0,<31 to >=27.2.0,<32
Updates the requirements on [kubernetes](https://github.com/kubernetes-client/python) to permit the latest version. - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md) - [Commits](kubernetes-client/python@v27.2.0...v31.0.0) --- updated-dependencies: - dependency-name: kubernetes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78dd8dd commit eda6b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["snakemake", "plugin", "executor", "cloud", "kubernetes"]
1313
python = "^3.11"
1414
snakemake-interface-common = "^1.17.3"
1515
snakemake-interface-executor-plugins = ">=9.0.0,<10.0.0"
16-
kubernetes = ">=27.2.0,<31"
16+
kubernetes = ">=27.2.0,<32"
1717

1818
[tool.poetry.group.dev.dependencies]
1919
black = "^23.7.0"

0 commit comments

Comments
 (0)