From 62928fc879a65687f137ff399690a8f328cb6c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 21:25:18 +0000 Subject: [PATCH] Bump pygments from 2.7.2 to 2.8.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.7.2 to 2.8.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/2.8.1/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.7.2...2.8.1) 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 0b5340ba..3c444757 100644 --- a/poetry.lock +++ b/poetry.lock @@ -545,7 +545,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.7.2" +version = "2.8.1" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -961,7 +961,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "54783f5eaa95d692f4c754e24988605a1c94af383c0a8c1bb5dd30c7063cc54d" +content-hash = "55655595f2e5f9aaca54f1d4c531c2bfe89e2fd5e23664687c5a3aec00a2cf2a" [metadata.files] alabaster = [ @@ -1259,8 +1259,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pygments = [ - {file = "Pygments-2.7.2-py3-none-any.whl", hash = "sha256:88a0bbcd659fcb9573703957c6b9cff9fab7295e6e76db54c9d00ae42df32773"}, - {file = "Pygments-2.7.2.tar.gz", hash = "sha256:381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0"}, + {file = "Pygments-2.8.1-py3-none-any.whl", hash = "sha256:534ef71d539ae97d4c3a4cf7d6f110f214b0e687e92f9cb9d2a3b0d3101289c8"}, + {file = "Pygments-2.8.1.tar.gz", hash = "sha256:2656e1a6edcdabf4275f9a3640db59fd5de107d88e8663c5d4e9a0fa62f77f94"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 124f79f6..2933d112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ darglint = "^1.5.5" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^3.3.0" sphinx-rtd-theme = "^0.5.0" -Pygments = "^2.7.2" +Pygments = "^2.8.1" [tool.poetry.scripts] synologydsm-api = "synology_dsm.__main__:main"