From 740405e0fc85397c567d52e4e113563a292f0ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 20:41:09 +0000 Subject: [PATCH] Bump pygments from 2.4.2 to 2.7.4 in /Chapter09/TestApp Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 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.4.2...2.7.4) Signed-off-by: dependabot[bot] --- Chapter09/TestApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter09/TestApp/requirements.txt b/Chapter09/TestApp/requirements.txt index be70dbe..70e6b77 100644 --- a/Chapter09/TestApp/requirements.txt +++ b/Chapter09/TestApp/requirements.txt @@ -3,7 +3,7 @@ Flask-HTTPAuth==3.3.0 Flask-SQLAlchemy==2.4.1 Jinja2==2.10.1 MarkupSafe==1.1.1 -Pygments==2.4.2 +Pygments==2.7.4 SQLAlchemy==1.3.9 Werkzeug==0.16.0 httpie==1.0.3