-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- pytest to 8.1.1 - pytest-cov to 5.0.0 - pdoc to 14.4.0
- Loading branch information
1 parent
e9a71b8
commit 401853e
Showing
6 changed files
with
62 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
name = "powerline-k8s" | ||
version = "1.5.2" | ||
version = "1.5.3" | ||
description = "A custom Powerline segment for displaying the current Kubernetes context and namespace" | ||
authors = ["Jordan Duabe <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
homepage = "https://github.com/j4ckofalltrades/powerline-k8s" | ||
repository = "https://github.com/j4ckofalltrades/powerline-k8s" | ||
documentation = "https://j4ckofalltrades.github.io/powerline-k8s" | ||
keywords = ["powerline", "kubernetes"] | ||
|
||
[tool.poetry.urls] | ||
|
@@ -18,15 +23,11 @@ kubernetes = "^29.0.0" | |
powerline-status = "^2.7" | ||
|
||
[tool.poetry.group.test.dependencies] | ||
pytest = "^7.1.3" | ||
pytest-cov = "^3.0.0" | ||
pytest = "^8.1.1" | ||
pytest-cov = "^5.0.0" | ||
|
||
[tool.poetry.group.docs.dependencies] | ||
pdoc = "^12.1.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" | ||
pdoc = "^14.4.0" | ||
|
||
[tool.ruff] | ||
exclude = [ | ||
|