diff --git a/poetry.lock b/poetry.lock index 320e56f..f450325 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,13 +370,13 @@ files = [ [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -598,4 +598,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "41d1d4be998abe62829fd724e2ef61e2d8836d5e39617cb3bb92a0f815a871c2" +content-hash = "f39154a8112542ae59293682b69678e842a89cf855e9f9fab3e505acee3f50ce" diff --git a/pyproject.toml b/pyproject.toml index 3960b8f..754e0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ paho-mqtt = "^1.5.1" orjson = ">=3.8.7" [tool.poetry.dev-dependencies] -pytest = "^7.3.2" +pytest = "^7.4.0" pytest-asyncio = "^0.21.0" black = "^23.3" isort = "^5.11.5"