From 40ab06c2dc32d550947984fdfe0fe7b29717b5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:03:44 +0000 Subject: [PATCH 1/2] Bump pygments from 2.6.1 to 2.7.4 in /docs 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] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b438c2b..20804a2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,4 +4,4 @@ markdown==3.2.2 mkdocs-exclude==1.0.2 mkdocs-material==5.5.0 markdown-include==0.5.1 -pygments==2.6.1 +pygments==2.7.4 From 4f9a9556e78bc76e40da5f9db868afb8ee105897 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 30 Mar 2021 12:59:21 +0100 Subject: [PATCH 2/2] update pygments in other file --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 049f5a8..9b1dd89 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ flake8==3.8.3 isort==5.2.1 pycodestyle==2.6.0 pyflakes==2.2.0 -Pygments==2.6.1 +Pygments==2.7.4 pydantic==1.6.1 pytest==5.4.3 pytest-cov==2.10.0