diff --git a/poetry.lock b/poetry.lock index 0aebdbf..251f958 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1199,17 +1199,16 @@ files = [ [[package]] name = "pygments" -version = "2.17.2" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, - {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, + {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [package.extras] -plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] [[package]] @@ -1741,4 +1740,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "53c93c4e499c271c17f2343f4f0da0aadc45f9f55a2badb24786f63ca4e0c826" +content-hash = "32f340503f6f9bd4e525074694e0e73949defd4d3d31be4a2a640739e5a2fc20" diff --git a/pyproject.toml b/pyproject.toml index 0b21426..23254b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "^8.1.1" pytest-cov = "^5.0.0" mypy = "^1.9" xdoctest = "^1.1.3" -Pygments = "^2.17.2" +Pygments = "^2.18.0" [tool.coverage.paths] source = ["src", "*/site-packages"]