From 2f4ab1aff8bab5f45045c0352428a4d37b09ed87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:58:38 +0000 Subject: [PATCH] Bump pygments from 2.13.0 to 2.15.0 in /gdb/repos/pwndbg Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.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.13.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gdb/repos/pwndbg/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/repos/pwndbg/requirements.txt b/gdb/repos/pwndbg/requirements.txt index 877e6f7..a92f696 100644 --- a/gdb/repos/pwndbg/requirements.txt +++ b/gdb/repos/pwndbg/requirements.txt @@ -3,7 +3,7 @@ psutil==5.9.4 pwntools==4.9.0 pycparser==2.21 pyelftools==0.29 -Pygments==2.13.0 +Pygments==2.15.0 ROPGadget==7.2 tabulate==0.8.10 typing-extensions==4.3.0; python_version >= '3.7'