From 5b4e84cfe1b8124f4076b313f87b98e914e3508e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:38:56 +0000 Subject: [PATCH] chore(deps): update dependency pygments to v2.15.0 [security] --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 07ee974e..feb65595 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -86,7 +86,7 @@ pycodestyle==2.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1 pyflakes==2.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pygments==2.13.0; python_version >= '3.5' +pygments==2.15.0; python_version >= '3.5' pyparsing==3.0.9; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements-dev.txt b/requirements-dev.txt index 815d2348..c4183561 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -86,7 +86,7 @@ pycodestyle==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, pyflakes==2.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pygments==2.13.0; python_version >= '3.5' +pygments==2.15.0; python_version >= '3.5' pyparsing==3.0.9; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'