From 6b4fba902b60c3c3a1d166d34dc43165d33a2c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 May 2021 12:07:11 +0000 Subject: [PATCH] Bump pygments from 2.8.0 to 2.8.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/2.8.1/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.8.0...2.8.1) Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 8bdce7a..1f4353f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,5 +10,5 @@ pytest-cov==2.11.1 pytest-sugar==0.9.4 pytest-timeout==1.4.2 restructuredtext-lint==1.3.2 -pygments==2.8.0 +pygments==2.8.1 testtools>=2.4.0