From 48cb2f6e0ecabf3b48f4d3a70ced2e643c5c09fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 16:04:34 +0000 Subject: [PATCH] Build(deps-dev): Bump pygments from 2.11.1 to 2.11.2 Bumps [pygments](https://github.com/pygments/pygments) from 2.11.1 to 2.11.2. - [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.11.1...2.11.2) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-patch ... 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 006d0ae9..982074a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -895,7 +895,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.11.1" +version = "2.11.2" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -1401,7 +1401,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "6d3a2058251605d12b6d9a460607ac99f74a2d30a5ae5a6164c395422bcdc754" +content-hash = "c324b76f548b3cba84bcf277a5bd11d3279a985ccdae63e84cb003174d14e43c" [metadata.files] alabaster = [ @@ -1931,8 +1931,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pygments = [ - {file = "Pygments-2.11.1-py3-none-any.whl", hash = "sha256:9135c1af61eec0f650cd1ea1ed8ce298e54d56bcd8cc2ef46edd7702c171337c"}, - {file = "Pygments-2.11.1.tar.gz", hash = "sha256:59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4"}, + {file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"}, + {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"}, ] pylev = [ {file = "pylev-1.4.0-py2.py3-none-any.whl", hash = "sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd"}, diff --git a/pyproject.toml b/pyproject.toml index 36039aa6..93137095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ darglint = "^1.8.1" reorder-python-imports = "^2.6.0" pre-commit-hooks = "^4.1.0" furo = "^2022.1.2" -Pygments = "^2.11.1" +Pygments = "^2.11.2" poetry = "^1.1.12" pytest-datadir = "^1.3.1" typing-extensions = "^4.0.1"