diff --git a/poetry.lock b/poetry.lock index 13e9880..0e571f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1109,17 +1109,18 @@ files = [ [[package]] name = "pygments" -version = "2.14.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.14.0-py3-none-any.whl", hash = "sha256:fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717"}, - {file = "Pygments-2.14.0.tar.gz", hash = "sha256:b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297"}, + {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" @@ -1625,4 +1626,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "6f4555715bee22146bd5891daf0ec8936100e6168da40edffaf530a8485acbfe" +content-hash = "a261542c77fedb5d106385d9dfe6525b3abce5bf93c7065e1d7e7408b40349e4" diff --git a/pyproject.toml b/pyproject.toml index ce69363..52174b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "^7.4.2" pytest-cov = "^4.1.0" mypy = "^1.7" xdoctest = "^1.1.2" -Pygments = "^2.14.0" +Pygments = "^2.17.2" [tool.coverage.paths] source = ["src", "*/site-packages"]