diff --git a/poetry.lock b/poetry.lock index 0e8efe2f..038a86e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1307,17 +1307,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]] @@ -1881,4 +1880,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8b9cb6e30e7357fd1b54377201db9a18035f5c778376082cb63eed49e0226062" +content-hash = "90613c0ee14235a0ff623bc39c95c78e59facb5e0fade0fae831df89d813b4ff" diff --git a/pyproject.toml b/pyproject.toml index 7369dd7e..efc08f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pep8-naming = "^0.13.2" darglint = "^1.8.1" reorder-python-imports = "^3.9.0" pre-commit-hooks = "^4.6.0" -Pygments = "^2.17.2" +Pygments = "^2.18.0" pyupgrade = "^3.15.2" pylint = "^3.1.0" pytest-asyncio = "~0.23.6"