From 32f2bf3d962b3bcf3313e88685550bf0b41ba24a Mon Sep 17 00:00:00 2001 From: Sreenath Nair Date: Thu, 11 Jun 2026 11:41:54 +0100 Subject: [PATCH] Upgrade Pygments to 2.20.0 --- dev-requirements.txt | 2 +- requirements.txt | 2 +- uv.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 79a6156..251f299 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -29,7 +29,7 @@ pycodestyle==2.14.0 # via flake8 pyflakes==3.4.0 # via flake8 -pygments==2.19.1 +pygments==2.20.0 # via pytest pytest==9.0.3 pyyaml==6.0.2 diff --git a/requirements.txt b/requirements.txt index c28ecb7..828938f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ orjson==3.11.6 # via afdb-toolkit pyarrow==23.0.1 # via afdb-toolkit -pygments==2.19.1 +pygments==2.20.0 # via rich referencing==0.36.2 # via diff --git a/uv.lock b/uv.lock index d9f7081..54ccbee 100644 --- a/uv.lock +++ b/uv.lock @@ -1070,11 +1070,11 @@ wheels = [ [[package]] name = "pygments" -version = "2.19.1" +version = "2.20.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", size = 4968581, upload-time = "2025-01-06T17:26:30.443Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293, upload-time = "2025-01-06T17:26:25.553Z" }, + { url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" }, ] [[package]]