From fc2b0dd64933a92e2c2dfa39d5d5e2398305349d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:50:13 +0000 Subject: [PATCH] chore(deps): update pytest requirement in /scripts/project-templates/web Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/8.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..bde40fc 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -21,7 +21,7 @@ passlib[bcrypt]>=1.7.4,<2.0.0 python-multipart>=0.0.6,<0.1.0 # Testing -pytest>=8.0.0,<9.0.0 +pytest>=8.0.0,<10.0.0 pytest-cov>=4.1.0,<5.0.0 pytest-asyncio>=0.23.0,<0.24.0