Skip to content

Commit

Permalink
updated poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Nov 14, 2024
1 parent e49266a commit 2e385ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool]
[tool.poetry]
name = "kube-downscaler"
version = "2020.1.1dev0"
version = "24.11.0"
description = "Scale down Kubernetes deployments after work hours"
authors = ["Henning Jacobs <henning@jacobs1.de>"]
authors = ["Jonathan Mayer <jonathan.mayer@telekom.de>", "Jan Taeuber <[email protected]>", "Johannes Thiem <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.8,<4"
new-pykube = "^24.11.0"
new-pykube = "*"
pytz = "*"

[tool.poetry.dev-dependencies]
Expand All @@ -16,9 +16,9 @@ coveralls = "*"
flake8 = "*"
pytest = "*"
pytest-cov = "*"
black = "^24.3.0"
mypy = "^1.11.2"
pre-commit = "^2.9.2"
black = "^24.8.0"
mypy = "^1.13.0"
pre-commit = "^3.5.0"

[tool.poetry.group.dev.dependencies]
pytest-html = "^4.1.1"

0 comments on commit 2e385ea

Please sign in to comment.