From b6987539c7f5fecb770e5ba904bc5ca6659e1d7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:54:01 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d2c7615b2..c28feb14e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1878,13 +1878,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" 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.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -2693,4 +2693,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "63e56be918972aec51091c2475a9e600862ffb40172c48683b557f10eddb805b" +content-hash = "239ebe80f841324aae8f18d2bec8279a7f65be663b7858dbd25b39ac052fe5d0" diff --git a/pyproject.toml b/pyproject.toml index ed888c1af..ba4bb5a45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ mypy = "1.13.0" pre-commit = "4.2.0" pre-commit-hooks = "4.6.0" pylint = "3.3.7" -pytest = "8.4.0" +pytest = "8.4.2" pytest-asyncio = "0.26.0" pytest-cov = "6.2.1" pytest-freezer = "0.4.9"