From bc25609aca1358283abd8cfc25702e76123280e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 17:32:13 +0000 Subject: [PATCH] Bump pygments from 2.6.1 to 2.7.4 in /2021/pyconus_2021 Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 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.6.1...2.7.4) Signed-off-by: dependabot[bot] --- 2021/pyconus_2021/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/pyconus_2021/requirements.txt b/2021/pyconus_2021/requirements.txt index 9925d2f..9074a08 100644 --- a/2021/pyconus_2021/requirements.txt +++ b/2021/pyconus_2021/requirements.txt @@ -76,7 +76,7 @@ pyasn1-modules==0.2.8 pycodestyle==2.6.0 pycparser==2.20 pyflakes==2.2.0 -Pygments==2.6.1 +Pygments==2.7.4 PyJWT==1.7.1 pyparsing==2.4.7 PyPika==0.37.16