diff --git a/poetry.lock b/poetry.lock index dce5dc36..a2378ac3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1895,14 +1895,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, - {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -2739,4 +2739,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4637dd6c87fa0309d81548dbf885d57945c456a2ffca7d64053c0a278f53e197" +content-hash = "60cf249a6a632620ace082952252abbda60a71acb08c6ed783e0259e0694522c" diff --git a/pyproject.toml b/pyproject.toml index 8ee40d27..ee37096e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ mypy = "1.16.1" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7" -pytest = "8.4.0" +pytest = "8.4.1" pytest-asyncio = "0.26.0" pytest-cov = "6.1.1" ruff = "0.11.13"