Skip to content

Commit 3f544b7

Browse files
⬆️ [bump][backend] Update pytest requirement in /backend
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](pytest-dev/pytest@8.3.4...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e3ca18 commit 3f544b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ documentation = "https://github.com/tomy0000000/kayman/wiki"
3030
dev = [
3131
"ipython>=9.4.0,<10",
3232
"mypy>=1.14.1,<1.18.0",
33-
"pytest>=8.3.4,<9",
33+
"pytest>=8.3.4,<10",
3434
"httpx>=0.28.1,<0.29",
3535
"factory-boy>=3.3.3,<3.4.0",
3636
"pre-commit>=4.3.0,<5",

0 commit comments

Comments
 (0)