From 014331f1f0e57d2b934e1038c7231c04b4cdc743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:12:14 +0000 Subject: [PATCH] Bump pygments from 2.6.1 to 2.7.4 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] --- Pipfile.lock | 6 +++--- requirements.txt | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index ad93836..1389be2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -49,11 +49,11 @@ }, "pygments": { "hashes": [ - "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44", - "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324" + "sha256:bc9591213a8f0e0ca1a5e68a479b4887fdc3e75d0774e5c71c31920c427de435", + "sha256:df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337" ], "index": "pypi", - "version": "==2.6.1" + "version": "==2.7.4" }, "pyyaml": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 0896866..fbb2ab5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ +-i https://pypi.org/simple/ click==7.1.1 colorama==0.4.3 dinterpol==0.3.4 enclosed==0.0.2 -Pygments==2.6.1 -PyYAML==5.3 +pygments==2.7.4 +pyyaml==5.3 terminaltables==3.1.0 wasabi==0.6.0 xmltodict==0.12.0