From 69ca16c5039ea817e56535da0514296894b969e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 11:26:33 +0000 Subject: [PATCH] Bump pygments from 2.1.3 to 2.7.4 in /butthell Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. - [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.1.3...2.7.4) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- butthell/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butthell/requirements.txt b/butthell/requirements.txt index 455df05..66a062a 100644 --- a/butthell/requirements.txt +++ b/butthell/requirements.txt @@ -4,7 +4,7 @@ ordereddict==1.1 pika==0.10.0 pudb==2016.2 pyglet==1.2.4 -Pygments==2.1.3 +Pygments==2.7.4 python-bulletml==3 python-dotenv==0.4.0 ujson==1.35