From f4a031c66352f55d92c2ba3ba820c95de0f131dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:14:58 +0000 Subject: [PATCH] build(deps-dev): update pygments requirement 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.14.0...2.15.1) --- updated-dependencies: - dependency-name: pygments 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 cf94db8f9..b5273ea04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "colorama ~= 0.4.6", "jinja2 ~= 3.1.2", "pycodestyle ~= 2.10.0", - "pygments ~= 2.14.0", + "pygments >= 2.14,< 2.16", "pylint ~= 2.17.4", "requests >= 2.28,< 2.32", "six",