From 7abd29f6667f05aec168a5324c6a266d9e46adfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:15:38 +0000 Subject: [PATCH] Update pysen requirement from ^0.10.5 to >=0.10.5,<0.12.0 Updates the requirements on [pysen](https://github.com/pfnet/pysen) to permit the latest version. - [Release notes](https://github.com/pfnet/pysen/releases) - [Commits](https://github.com/pfnet/pysen/compare/0.10.5...0.11.0) --- updated-dependencies: - dependency-name: pysen dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef4cf96..e2e9425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-xdist = "^3.3.1" black = ">=23.7,<25.0" flake8 = ">=6.1,<8.0" isort = "^5.12.0" -pysen = "^0.10.5" +pysen = ">=0.10.5,<0.12.0" pre-commit = "^3.3.3" [build-system]