diff --git a/poetry.lock b/poetry.lock index 35b24d5..baf7a17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -245,13 +245,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.27.0" +version = "0.28.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.27.0-py3-none-any.whl", hash = "sha256:0032d980a623b96e26dc7450ae200b0998be523f27d297d799b97510fe252a24"}, - {file = "poethepoet-0.27.0.tar.gz", hash = "sha256:907ab4dc1bc6326be5a3b10d2aa39d1acc0ca12024317d9506fbe9c0cdc912c9"}, + {file = "poethepoet-0.28.0-py3-none-any.whl", hash = "sha256:db6946ff39a1244235950cd720ee7182107f64126d3dcc64c9a996cc4d755404"}, + {file = "poethepoet-0.28.0.tar.gz", hash = "sha256:5dc3ee036ab0c93e918b5caed628274618b07d788e5cff6c4ae480913cbe009c"}, ] [package.dependencies] @@ -408,4 +408,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.11.0" -content-hash = "ad5a6cc2bac7a496251ab5cb234bc1968b24edd75b2fa6cb7dd15feea5c01e02" +content-hash = "59ecd79938e595dde33554c799a1be53f6f3d3696a97f8538d020daf3bf7fff9" diff --git a/pyproject.toml b/pyproject.toml index 85be93d..b8229d7 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.27.0" +poethepoet = "^0.28.0" pytest = "^8.3.2" pytest-asyncio = "^0.23" flake8 = "^7.1.1"