From ab16e810b13ed5a690181dfd2e2957f3683486c3 Mon Sep 17 00:00:00 2001 From: Resul Canca <75572823+resulcanca@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:00:30 +0300 Subject: [PATCH] Bump minimum pygments to 2.20.0 (#6507) --- CHANGELOG.md | 6 ++++++ poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdb48da46..d74b3bce72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Changed + +- Bumped minimum pygments version to 2.20.0 https://github.com/Textualize/textual/issues/6507 + ## [8.2.7] - 2026-05-19 ### Added diff --git a/poetry.lock b/poetry.lock index d2a52c58ce..ab6217d5a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2026,14 +2026,14 @@ files = [ [[package]] name = "pygments" -version = "2.19.2" +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", "dev"] files = [ - {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, - {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, ] [package.extras] @@ -3185,4 +3185,4 @@ syntax = ["tree-sitter", "tree-sitter-bash", "tree-sitter-css", "tree-sitter-go" [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "8d7791bf20b1bd6b3179a05e38521910d945367e6b61fe1ff84b51c5d251035e" +content-hash = "9fbb1b82da3b342c4e3483a9ce237003fe63509f322e67c84f1b8793010cee49" diff --git a/pyproject.toml b/pyproject.toml index 7f2cceb0a3..0bfc1a6fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ tree-sitter-sql = { version = ">=0.3.11", optional = true, python = ">=3.10" } tree-sitter-java = { version = ">=0.23.0", optional = true, python = ">=3.10" } tree-sitter-bash = { version = ">=0.23.0", optional = true, python = ">=3.10" } # end of [syntax] extras -pygments = "^2.19.2" +pygments = "^2.20.0" [tool.poetry.extras] syntax = [