diff --git a/poetry.lock b/poetry.lock index 84ba962..fb46e1d 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 = "e56dd1363f41de87e69371116db91c0a4cbab8ec72e25ccde51f567b80793bee" +content-hash = "419c0dc56e3a363fd9032fa7cc796aa88221f0c7f406dc748a5dd01ab638ca38" lock-version = "1.0" python-versions = "^3.7" @@ -1036,7 +1036,6 @@ bandit = [ {file = "bandit-1.6.2.tar.gz", hash = "sha256:41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065"}, ] black = [ - {file = "black-20.8b1-py3-none-any.whl", hash = "sha256:70b62ef1527c950db59062cda342ea224d772abdf6adc58b86a45421bab20a6b"}, {file = "black-20.8b1.tar.gz", hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea"}, ] cached-property = [ @@ -1286,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 dc80732..bde6e1c 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"