diff --git a/poetry.lock b/poetry.lock index 6c0f5318..33820539 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.3" +version = "2.7.4" 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 = "d90f16e4a187a713680cb0c7fb8b3b5576270c04b7ce080f0e1d0bf3238a9929" +content-hash = "4a4305a0e774820d5a3232eb04fbd73d42294750ccf9453c92fd5c932e022774" [metadata.files] alabaster = [ @@ -1829,8 +1829,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pygments = [ - {file = "Pygments-2.7.3-py3-none-any.whl", hash = "sha256:f275b6c0909e5dafd2d6269a656aa90fa58ebf4a74f8fcf9053195d226b24a08"}, - {file = "Pygments-2.7.3.tar.gz", hash = "sha256:ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"}, + {file = "Pygments-2.7.4-py3-none-any.whl", hash = "sha256:bc9591213a8f0e0ca1a5e68a479b4887fdc3e75d0774e5c71c31920c427de435"}, + {file = "Pygments-2.7.4.tar.gz", hash = "sha256:df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"}, ] pylev = [ {file = "pylev-1.3.0-py2.py3-none-any.whl", hash = "sha256:1d29a87beb45ebe1e821e7a3b10da2b6b2f4c79b43f482c2df1a1f748a6e114e"}, diff --git a/pyproject.toml b/pyproject.toml index 3e4a0232..aea998eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ darglint = "^1.5.8" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^3.3.0" furo = "^2020.12.30b24" -Pygments = "^2.7.3" +Pygments = "^2.7.4" poetry = "^1.1.4" pytest-datadir = "^1.3.1" dataclasses = {version = "^0.8", python = "<3.7"}