From 7dec20a68235908d08c61789c1a05c02f2bcd84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:11:07 +0000 Subject: [PATCH] build(deps): update flake8 requirement Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e62e1af..b13b9e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ issue = "https://github.com/HTony03/nonebot_plugin_github_release_notifier/issue dev = [ "nonebot2[fastapi]>=2.4.2,<3.0.0", "ruff>=0.11.6,<1.0.0", - "flake8>=6.0.0,<7.0.0", + "flake8>=6.0.0,<8.0.0", "pydantic>=2.7.0,<3.0.0", # "nonemoji>=0.1.4,<1.0.0", # 推荐全局安装 pipx install nonemoji # "pre-commit>=4.1.0", # 推荐全局安装 pipx install pre-commit