diff --git a/poetry.lock b/poetry.lock index 56e6f1e..58f5203 100644 --- a/poetry.lock +++ b/poetry.lock @@ -262,13 +262,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.24.0" +version = "0.24.1" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.24.0-py3-none-any.whl", hash = "sha256:ef67cfe3657552bd43cb3896bebdc7ff3153125b545e93a2dcc664f159678524"}, - {file = "poethepoet-0.24.0.tar.gz", hash = "sha256:46f60a11178c40766e3e27d15c8f98ea174807f4422c7cb48f3a3bc97902ec8b"}, + {file = "poethepoet-0.24.1-py3-none-any.whl", hash = "sha256:3afa44b4fc7327df0dd912eda012604a072af2bb4d243fb0e41e8eca8dabf9ed"}, + {file = "poethepoet-0.24.1.tar.gz", hash = "sha256:f5a386387c382f08890c273d13495938208a8ce91ab71536abf388c776c4f366"}, ] [package.dependencies] @@ -442,4 +442,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.10.0" -content-hash = "6e37d9fc258d79064426d7ca5c7da1bcda7de2d4f066848e859467e940f5f5dd" +content-hash = "9172b307004d9efded9080636fb8d17e3e0759f2db640fbce97f1b1f14f7164c" diff --git a/pyproject.toml b/pyproject.toml index 491d9c4..656136d 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.0" +poethepoet = "^0.24.1" pytest = "^7.4.2" pytest-asyncio = "^0.21" flake8 = "^6.1.0"