From e782a941c6077539cb136b51550713c218e42e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:22:39 +0000 Subject: [PATCH] [PIP] Update pygments requirement from <2.21,>=2.17.2 to >=2.17.2,<2.22 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.19.2...2.21.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.21.0 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 68389a76c..b4f468287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ ] [project.optional-dependencies] -pygments = ["pygments>=2.17.2,<2.21"] +pygments = ["pygments>=2.17.2,<2.22"] shell = ["click-shell>=2.1,<3.0"] password-manager = ["SecretStorage>=3.3.3,<3.6"] ipython = ["ipython>=8.39.0,<9.14"]