diff --git a/poetry.lock b/poetry.lock index 5162bb60..b7727987 100644 --- a/poetry.lock +++ b/poetry.lock @@ -885,7 +885,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.7.4" +version = "2.8.1" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -1368,7 +1368,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "9b931fd8490ae1ef7ab4638cca62bcdeb097cbcfec780e5045c61c510599371a" +content-hash = "54b25cc8f98eb0ee1c90f1ef3173d158b885a3e8d9055094ecef7f84e6629136" [metadata.files] alabaster = [ @@ -1858,8 +1858,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.1-py3-none-any.whl", hash = "sha256:534ef71d539ae97d4c3a4cf7d6f110f214b0e687e92f9cb9d2a3b0d3101289c8"}, + {file = "Pygments-2.8.1.tar.gz", hash = "sha256:2656e1a6edcdabf4275f9a3640db59fd5de107d88e8663c5d4e9a0fa62f77f94"}, ] pylev = [ {file = "pylev-1.3.0-py2.py3-none-any.whl", hash = "sha256:1d29a87beb45ebe1e821e7a3b10da2b6b2f4c79b43f482c2df1a1f748a6e114e"}, diff --git a/pyproject.toml b/pyproject.toml index b77f22ff..d822ffe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ darglint = "^1.7.0" reorder-python-imports = "^2.4.0" pre-commit-hooks = "^3.4.0" furo = "^2021.2.28b28" -Pygments = "^2.7.4" +Pygments = "^2.8.1" poetry = "^1.1.5" pytest-datadir = "^1.3.1" dataclasses = {version = "^0.8", python = "<3.7"}