From ed42816225a60fad3740d139be300e541734c250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:58:42 +0000 Subject: [PATCH] Bump pytest from 9.0.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 919d11a..d6f16ad 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -16,6 +16,8 @@ coverage[toml]==7.12.0 # via pytest-cov dill==0.4.0 # via pylint +exceptiongroup==1.3.1 + # via pytest iniconfig==2.3.0 # via pytest isort==7.0.0 @@ -51,7 +53,7 @@ pylint==4.0.3 # via -r requirements_dev.in pyproject-hooks==1.2.0 # via build -pytest==9.0.1 +pytest==9.0.3 # via # -r requirements_dev.in # pytest-cov @@ -59,7 +61,19 @@ pytest-cov==7.0.0 # via -r requirements_dev.in pytokens==0.3.0 # via black +tomli==2.4.1 + # via + # black + # build + # coverage + # mypy + # pylint + # pytest tomlkit==0.13.3 # via pylint typing-extensions==4.15.0 - # via mypy + # via + # astroid + # black + # exceptiongroup + # mypy