diff --git a/poetry.lock b/poetry.lock index e16e7a1..f1f136a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -262,13 +262,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.24.1" +version = "0.24.2" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.24.1-py3-none-any.whl", hash = "sha256:3afa44b4fc7327df0dd912eda012604a072af2bb4d243fb0e41e8eca8dabf9ed"}, - {file = "poethepoet-0.24.1.tar.gz", hash = "sha256:f5a386387c382f08890c273d13495938208a8ce91ab71536abf388c776c4f366"}, + {file = "poethepoet-0.24.2-py3-none-any.whl", hash = "sha256:affaf7669542f54df05ed1e2be3d24028c9f4bd2ea514813fae7f01c5ca6e686"}, + {file = "poethepoet-0.24.2.tar.gz", hash = "sha256:f600ecdbf58b474f7dba273060b194242566ffccb41d75f5b0d1cb8f5aa8bf2e"}, ] [package.dependencies] @@ -442,4 +442,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.10.0" -content-hash = "57b929a5cf81320fdb1a175193d6fd562b0ca4943e739ea9def179007a8fb60a" +content-hash = "a2c7f22450d3cc4ad9f59d7663dc8ba4122b5f5d56782d45f6a1fb3278ba3b62" diff --git a/pyproject.toml b/pyproject.toml index 7e43b42..9c72677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ zeroconf = ">=0.38" [tool.poetry.dev-dependencies] black = "^23.10.1" isort = "^5.12.0" -poethepoet = "^0.24.1" +poethepoet = "^0.24.2" pytest = "^7.4.3" pytest-asyncio = "^0.21" flake8 = "^6.1.0"