Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
petergasper committed Sep 6, 2024
1 parent e7b7589 commit 571da5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kubesurveyor"
version = "1.0.1"
version = "2.0.0"
description = "Good enough Kubernetes namespace visualization tool"
authors = ["Peter Gasper <[email protected]>"]
license = "MIT"
Expand All @@ -21,9 +21,9 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
PyYAML = "^5.4.1"
graphviz = "^0.16"
kubernetes = "^12.0.1"
PyYAML = "^6.0.2"
graphviz = "^0.20.3"
kubernetes = "^30.1.0"

[tool.poetry.scripts]
kubesurveyor = "kubesurveyor.main:parse_args"
Expand Down

0 comments on commit 571da5d

Please sign in to comment.