From e09da6d1a3ba34e18bb02b21f58a6fe8992277ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 09:21:23 +0000 Subject: [PATCH] Build(deps-dev): Bump pygments from 2.8.1 to 2.9.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.8.1 to 2.9.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.8.1...2.9.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 d46ad93b..06904fd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -886,7 +886,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.8.1" +version = "2.9.0" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -1371,7 +1371,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "26b84312ef054da19eedeb724ac2a16abc06e1856213cc90228e4ed45ed858ec" +content-hash = "3155e7566d9f921305535e22d39e0524baacbcff104d78b30fdf0967db13be9c" [metadata.files] alabaster = [ @@ -1872,8 +1872,8 @@ pyflakes = [ {file = "pyflakes-2.3.0.tar.gz", hash = "sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f"}, ] pygments = [ - {file = "Pygments-2.8.1-py3-none-any.whl", hash = "sha256:534ef71d539ae97d4c3a4cf7d6f110f214b0e687e92f9cb9d2a3b0d3101289c8"}, - {file = "Pygments-2.8.1.tar.gz", hash = "sha256:2656e1a6edcdabf4275f9a3640db59fd5de107d88e8663c5d4e9a0fa62f77f94"}, + {file = "Pygments-2.9.0-py3-none-any.whl", hash = "sha256:d66e804411278594d764fc69ec36ec13d9ae9147193a1740cd34d272ca383b8e"}, + {file = "Pygments-2.9.0.tar.gz", hash = "sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f"}, ] pylev = [ {file = "pylev-1.3.0-py2.py3-none-any.whl", hash = "sha256:1d29a87beb45ebe1e821e7a3b10da2b6b2f4c79b43f482c2df1a1f748a6e114e"}, diff --git a/pyproject.toml b/pyproject.toml index 0866f73b..f5e02a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ darglint = "^1.8.0" reorder-python-imports = "^2.5.0" pre-commit-hooks = "^3.4.0" furo = "^2021.4.11b34" -Pygments = "^2.8.1" +Pygments = "^2.9.0" poetry = "^1.1.6" pytest-datadir = "^1.3.1" dataclasses = {version = "^0.8", python = "<3.7"}