From bc266d365b3d6c667ebd986dcc597e2a88b4dbcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 21:26:56 +0000 Subject: [PATCH] Bump pygments Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 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.2.0...2.7.4) Signed-off-by: dependabot[bot] --- .../vulns/web_pyblog/home/ctf/blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 CTFd/plugins/ctfd_glowworm/vulns/web_pyblog/home/ctf/blog/requirements.txt diff --git a/CTFd/plugins/ctfd_glowworm/vulns/web_pyblog/home/ctf/blog/requirements.txt b/CTFd/plugins/ctfd_glowworm/vulns/web_pyblog/home/ctf/blog/requirements.txt old mode 100755 new mode 100644 index 32bb0d68..01cdf67b --- a/CTFd/plugins/ctfd_glowworm/vulns/web_pyblog/home/ctf/blog/requirements.txt +++ b/CTFd/plugins/ctfd_glowworm/vulns/web_pyblog/home/ctf/blog/requirements.txt @@ -1,7 +1,7 @@ -i https://mirrors.tencent.com/pypi/simple Django==1.11.22 Markdown==2.5.2 -Pygments==2.2.0 +Pygments==2.7.4 psycopg2==2.7.1 MySQL-Python==1.2.5 PyYAML==3.13