diff --git a/poetry.lock b/poetry.lock index 462040b..57156aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,13 +352,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -441,4 +441,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.10.0" -content-hash = "c9846c493effcb5e51d9ff26d6b61a02a717a55f315cde7e80b57499e1837a61" +content-hash = "d62058a863f7103a840ee46ca6ac394380d38d1c68bf2775249faaa013df2feb" diff --git a/pyproject.toml b/pyproject.toml index a42c20e..03eef42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ zeroconf = ">=0.38" black = "^23.12.1" isort = "^5.13.2" poethepoet = "^0.24.3" -pytest = "^7.4.3" +pytest = "^7.4.4" pytest-asyncio = "^0.21" flake8 = "^6.1.0" pylint = "^3.0.3"