diff --git a/poetry.lock b/poetry.lock index 9aa3bb5..10eed09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -245,13 +245,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.31.1" +version = "0.32.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.9" files = [ - {file = "poethepoet-0.31.1-py3-none-any.whl", hash = "sha256:7fdfa0ac6074be9936723e7231b5bfaad2923e96c674a9857e81d326cf8ccdc2"}, - {file = "poethepoet-0.31.1.tar.gz", hash = "sha256:d6b66074edf85daf115bb916eae0afd6387d19e1562e1c9ef7d61d5c585696aa"}, + {file = "poethepoet-0.32.0-py3-none-any.whl", hash = "sha256:fba84c72d923feac228d1ea7734c5a54701f2e71fad42845f027c0fbf998a073"}, + {file = "poethepoet-0.32.0.tar.gz", hash = "sha256:a700be02e932e1a8907ae630928fc769ea9a77986189ba6867e6e3fd8f60e5b7"}, ] [package.dependencies] @@ -459,4 +459,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.11.0" -content-hash = "bc3eef806ca697baf581c957afbebeff167f31575c36905ef45cc54cf862dd8f" +content-hash = "22f53e4426e2f3bf398a1ec43d45ecba2d7c796bfd6d70ba7fed88218352708e" diff --git a/pyproject.toml b/pyproject.toml index 9a5293b..6961c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ zeroconf = ">=0.38" [tool.poetry.dev-dependencies] black = "^24.8.0" isort = "^5.13.2" -poethepoet = "^0.31.1" +poethepoet = "^0.32.0" pytest = "^8.3.4" pytest-asyncio = "^0.23" flake8 = "^7.1.1"