From 0b36c2ca12cf790f714ec93da2fc19523022e8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:54:17 +0000 Subject: [PATCH] chore(deps): bump pygments from 2.19.1 to 2.20.0 in /docs Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0. - [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.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/poetry.lock | 10 +++++----- docs/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index 0bd92fe2b7..fafe671bce 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -482,14 +482,14 @@ setuptools = "*" [[package]] name = "pygments" -version = "2.19.1" +version = "2.20.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"}, - {file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"}, + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, ] [package.extras] @@ -1374,4 +1374,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f6354d326bf879bbf7ec9488bee169d6783535bbaaeaf90d1dca2b87884f71a7" +content-hash = "834879b1f803aa5829d012a35398029820ca56c2675a7b17bab94c4d7ebfefa7" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 7d2035f77d..734f58eefc 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -7,7 +7,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -pygments = "^2.18.0" +pygments = "^2.20.0" recommonmark = "0.7.1" redirects_cli ="^0.1.3" sphinx-scylladb-theme = "^1.8.8"