diff --git a/poetry.lock b/poetry.lock index 451a29a..53de881 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1093,13 +1093,13 @@ files = [ [[package]] name = "pygments" -version = "2.14.0" +version = "2.16.1" 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.16.1-py3-none-any.whl", hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692"}, + {file = "Pygments-2.16.1.tar.gz", hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29"}, ] [package.extras] @@ -1611,4 +1611,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "15ab1792b5d6f9debc63b2844b74bff6bc74bcdbfb070762afde632cd7c3469b" +content-hash = "1a1d10c0e8a44a6d884152c11e60dd18a883010b766e097160d4623b36cebfd0" diff --git a/pyproject.toml b/pyproject.toml index 4cb2029..e0f701c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "^7.4.2" pytest-cov = "^4.0.0" mypy = "^1.5" xdoctest = "^1.1.0" -Pygments = "^2.14.0" +Pygments = "^2.16.1" [tool.coverage.paths] source = ["src", "*/site-packages"]