From cf32d3581da28ce90c9e12960e0387a48e508268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:01:16 +0000 Subject: [PATCH] Bump pygments from 1.5 to 2.15.0 in /pyramid-tutorial-master Bumps [pygments](https://github.com/pygments/pygments) from 1.5 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/1.5...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyramid-tutorial-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyramid-tutorial-master/requirements.txt diff --git a/pyramid-tutorial-master/requirements.txt b/pyramid-tutorial-master/requirements.txt old mode 100755 new mode 100644 index 14a60f3..93aa8fe --- a/pyramid-tutorial-master/requirements.txt +++ b/pyramid-tutorial-master/requirements.txt @@ -2,7 +2,7 @@ Chameleon==2.9.2 Mako==0.7.0 MarkupSafe==0.15 PasteDeploy==1.5.0 -Pygments==1.5 +Pygments==2.15.0 WebOb==1.2 ZConfig==2.9.3 ZODB3==3.10.5