Skip to content

Commit

Permalink
Fix/dependencies (#94)
Browse files Browse the repository at this point in the history
* fix: typed-ast dependency

* bump Version
  • Loading branch information
Fovty authored Sep 10, 2024
1 parent a6b90cc commit f248930
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 92 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: py-kube-downscaler
description: A Helm chart for deploying py-kube-downscaler

type: application
version: 0.2.7
appVersion: "24.8.2"
version: 0.2.8
appVersion: "24.8.3"
156 changes: 67 additions & 89 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ flake8 = "*"
pytest = "*"
pytest-cov = "*"
black = "^24.3.0"
mypy = "^0.761"
mypy = "^1.11.2"
pre-commit = "^2.9.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f248930

Please sign in to comment.