diff --git a/poetry.lock b/poetry.lock index 3b5f046..11efa08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1360,13 +1360,13 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -1800,4 +1800,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ca59f1392c2e3b05ca30e9ebf19a61a5383f442245836f8479289ddd302ffc68" +content-hash = "bfc91b3c87beebb91bd953e169bf44d1d719e21e3ebeb63601ab2afd09b47770" diff --git a/pyproject.toml b/pyproject.toml index 924be95..0163495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homeassistant = "^2023.1.0" [tool.poetry.group.dev.dependencies] asynctest = "^0.13.0" -pytest = "^7.4.0" +pytest = "^7.4.3" pytest-asyncio = "^0.21.1" pytest-cov = "^4.1.0" pytest-socket = "^0.6.0"