From 8d4772f8041a19e7eb6497447da0f5fe2ba67e0b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Feb 2022 17:10:55 +0530 Subject: [PATCH] Update bundled pygments Fixes #4702 --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index a2aa159a8..1b00da0b4 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -166,8 +166,8 @@ { "name": "pygments", "unix": { - "filename": "Pygments-2.7.4.tar.gz", - "hash": "sha256:df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337", + "filename": "Pygments-2.11.2.tar.gz", + "hash": "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a", "urls": ["pypi"] } },