diff --git a/poetry.lock b/poetry.lock index 3e394fa..f11760f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -573,7 +573,7 @@ description = "Pygments is a syntax highlighting package written in Python." name = "pygments" optional = false python-versions = ">=3.5" -version = "2.7.0" +version = "2.7.1" [[package]] category = "dev" @@ -1002,7 +1002,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "042db804c04ee607e75dac7bb45c0fee568a3c45a6e41314583e651d9b8135b0" +content-hash = "54ccd8a9169ce3b64e8fe61ca75856d9677cd1e0afa190eb3a7c848ea1146225" lock-version = "1.0" python-versions = "^3.7" @@ -1285,8 +1285,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pygments = [ - {file = "Pygments-2.7.0-py3-none-any.whl", hash = "sha256:2df50d16b45b977217e02cba6c8422aaddb859f3d0570a88e09b00eafae89c6e"}, - {file = "Pygments-2.7.0.tar.gz", hash = "sha256:2594e8fdb06fef91552f86f4fd3a244d148ab24b66042036e64f29a291515048"}, + {file = "Pygments-2.7.1-py3-none-any.whl", hash = "sha256:307543fe65c0947b126e83dd5a61bd8acbd84abec11f43caebaf5534cbc17998"}, + {file = "Pygments-2.7.1.tar.gz", hash = "sha256:926c3f319eda178d1bd90851e4317e6d8cdb5e292a3386aac9bd75eca29cf9c7"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 25751a3..e25c810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ mypy = "^0.782" pytest-mock = "^3.3.1" typeguard = "^2.9.1" pre-commit = "^2.7.1" -pygments = "^2.7.0" +pygments = "^2.7.1" xdoctest = "^0.15.0" sphinx = "^3.2.1" sphinx-autobuild = "^2020.9.1"