diff --git a/poetry.lock b/poetry.lock index ceb3b2a..0a9686e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -899,15 +899,19 @@ files = [ [[package]] name = "pygments" -version = "2.12.0" +version = "2.17.2" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"}, - {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, + {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, + {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, ] +[package.extras] +plugins = ["importlib-metadata"] +windows-terminal = ["colorama (>=0.4.6)"] + [[package]] name = "pyparsing" version = "3.0.8" @@ -1600,4 +1604,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "a3ec9a124805303daf4bf057e94bdf51b2467ca24edb8ce96f6aa5aac98f0181" +content-hash = "7e5bf3915d3de78e6e42eee301467762086bb7ef4f0251697c73eadb8402f817" diff --git a/pyproject.toml b/pyproject.toml index 170fa5e..10efd20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.0.1" sphinx-click = "^4.0.3" -Pygments = "^2.10.0" +Pygments = "^2.17.2" pyupgrade = "^2.32.1" furo = ">=2021.11.12"