diff --git a/poetry.lock b/poetry.lock index 9aa3bb5..b1438b0 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.1" 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.1-py3-none-any.whl", hash = "sha256:d1e0a52a2f677870fac17dfb26bfe4910242756ac821443ef31f90ad26227c2d"}, + {file = "poethepoet-0.32.1.tar.gz", hash = "sha256:471e1a025812dcd3d2997e30989681be5ab0a49232ee5fba94859629671c9584"}, ] [package.dependencies] @@ -259,7 +259,7 @@ pastel = ">=0.2.1,<0.3.0" pyyaml = ">=6.0.2,<7.0.0" [package.extras] -poetry-plugin = ["poetry (>=1.0,<2.0)"] +poetry-plugin = ["poetry (>=1.0,<3.0)"] [[package]] name = "protobuf" @@ -459,4 +459,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.11.0" -content-hash = "bc3eef806ca697baf581c957afbebeff167f31575c36905ef45cc54cf862dd8f" +content-hash = "24966fd12b01f19c1c418574676b335a6aa719e39b2a77b95c758ac48d958cae" diff --git a/pyproject.toml b/pyproject.toml index 9a5293b..3eca8ee 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.1" pytest = "^8.3.4" pytest-asyncio = "^0.23" flake8 = "^7.1.1"