From 11359732a91133787e9b572da695d42887e02587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:49:47 +0000 Subject: [PATCH] Bump pygments from 2.7.4 to 2.8.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.8.0. - [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.7.4...2.8.0) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index db1f441..4cb8611 100644 --- a/poetry.lock +++ b/poetry.lock @@ -548,7 +548,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.7.4" +version = "2.8.0" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -969,7 +969,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "68e5204168620fd723fd973152a7366718a554566dbcf2d13a372843efb6e5e4" +content-hash = "5593cbebcb4be8ea22f158c511acf561f004b4b4f8d37286ee6fccea9ec5fd37" [metadata.files] alabaster = [ @@ -1290,8 +1290,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pygments = [ - {file = "Pygments-2.7.4-py3-none-any.whl", hash = "sha256:bc9591213a8f0e0ca1a5e68a479b4887fdc3e75d0774e5c71c31920c427de435"}, - {file = "Pygments-2.7.4.tar.gz", hash = "sha256:df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"}, + {file = "Pygments-2.8.0-py3-none-any.whl", hash = "sha256:b21b072d0ccdf29297a82a2363359d99623597b8a265b8081760e4d0f7153c88"}, + {file = "Pygments-2.8.0.tar.gz", hash = "sha256:37a13ba168a02ac54cc5891a42b1caec333e59b66addb7fa633ea8a6d73445c0"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 0ccc340..1808da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ safety = "^1.10.3" pytest-mock = "^3.5.1" typeguard = "^2.10.0" pre-commit = "^2.10.1" -pygments = "^2.7.4" +pygments = "^2.8.0" xdoctest = "^0.15.4" sphinx = "^3.5.0" sphinx-autobuild = "^2020.9.1"