diff --git a/poetry.lock b/poetry.lock index 0f1dde7..379ee16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. [[package]] name = "amqtt" @@ -638,4 +638,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "79fed68ca501bcdd481215c087df2927acd7a325f675c5f103766ec5216f07e9" +content-hash = "9b7334e4a4d5070688f9822cba5e972c387a35d115ea611ab2e6ca40bb3cc1dd" diff --git a/pyproject.toml b/pyproject.toml index 4d25f90..c3226f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = ">=3.7,<4.0" paho-mqtt = "^1.5.1" [tool.poetry.dev-dependencies] -pytest = "^7.2.1" +pytest = "^7.2.2" pytest-asyncio = "^0.20.3" black = "^23.1" isort = "^5.11.5"