Skip to content

Commit

Permalink
Merge pull request #5 from wolffshots/main
Browse files Browse the repository at this point in the history
fix!: bump tenacity version to not use deprecated decorator
  • Loading branch information
CM000n authored Jun 1, 2023
2 parents 4ee79b1 + 0704a07 commit f4257ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qss"
version = "0.0.3"
version = "0.0.4"
description = "QuestDB State Storage (QSS) for Home Assistant"
license = "MIT"
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ authors = ["CM000n"]
python = "~3.9.2"
homeassistant = "^2022.12"
questdb = "^1.0.2"
tenacity = "^5.0.3"
tenacity = "^6.0.0"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f4257ff

Please sign in to comment.