From 24007584098b09a8357ea72442feba0f03ba8864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:19:07 +0000 Subject: [PATCH] Bump pytest from 4.6.9 to 9.0.3 in /{{cookiecutter.repo_name}} Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.9 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/4.6.9...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- {{cookiecutter.repo_name}}/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/dev-requirements.txt b/{{cookiecutter.repo_name}}/dev-requirements.txt index a781fea..d0a143e 100644 --- a/{{cookiecutter.repo_name}}/dev-requirements.txt +++ b/{{cookiecutter.repo_name}}/dev-requirements.txt @@ -9,7 +9,7 @@ rituals==0.4.1 coveralls==1.11.1 pylint==2.4.4 -pytest==4.6.9 +pytest==9.0.3 py>=1.5.2 # because of TerminalWriter ###attrs<18 # because dependency mess pytest-cov==2.8.1