From b4325fc49e88c387eaff068ffd34ba5a502b8407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:07:44 +0000 Subject: [PATCH] [PIP] Update pygments requirement from <2.20,>=2.17.2 to >=2.17.2,<2.21 Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.17.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.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 76bfb5e1..a23246f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ ] [project.optional-dependencies] -pygments = ["pygments>=2.17.2,<2.20"] +pygments = ["pygments>=2.17.2,<2.21"] shell = ["click-shell>=2.1,<3.0"] password-manager = ["SecretStorage>=3.3.3,<3.6"]