From 3674f45d318e874bb0ab50e391f5f12bbcbe533e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:27:41 +0000 Subject: [PATCH] chore(deps): Bump the python-dependencies group across 2 directories with 1 update Updates the requirements on and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.1.1 - [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.3...9.1.1) Updates `pytest` to 9.1.1 - [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.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 3b6a9dd..20eb2d5 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -6,7 +6,7 @@ mypy pre-commit psutil pyroma -pytest >= 9.0.3 +pytest >= 9.1.1 pytest-cov >= 7.1.0 pytest-mock >= 3.15.1 ruff