From 16a811d4b1a7efabbd7669a65c2e380dea2a6746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:24:28 +0000 Subject: [PATCH] Bump pygments from 2.18.0 to 2.20.0 in /kuksa-client Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 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.18.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kuksa-client/requirements.txt | 2 +- kuksa-client/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kuksa-client/requirements.txt b/kuksa-client/requirements.txt index 66b7e72..5903ec8 100644 --- a/kuksa-client/requirements.txt +++ b/kuksa-client/requirements.txt @@ -20,7 +20,7 @@ ply==3.11 # via jsonpath-ng protobuf==5.29.6 # via grpcio-tools -pygments==2.18.0 +pygments==2.20.0 # via kuksa_client (setup.cfg) pyperclip==1.9.0 # via cmd2 diff --git a/kuksa-client/test-requirements.txt b/kuksa-client/test-requirements.txt index 5be1263..a965b8d 100644 --- a/kuksa-client/test-requirements.txt +++ b/kuksa-client/test-requirements.txt @@ -40,7 +40,7 @@ ply==3.11 # via jsonpath-ng protobuf==5.29.6 # via grpcio-tools -pygments==2.18.0 +pygments==2.20.0 # via kuksa_client (setup.cfg) pylint==3.3.1 # via kuksa_client (setup.cfg)