diff --git a/poetry.lock b/poetry.lock index 07908b53..c30c1b76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1851,14 +1851,14 @@ files = [ [[package]] name = "pygments" -version = "2.19.2" +version = "2.20.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, - {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, ] [package.extras] @@ -2673,4 +2673,4 @@ tests-strict = ["pytest (==4.6.0) ; python_version < \"3.10.0\" and python_versi [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "d6284ff01fa3e281db85bc93c22597c2f24699de90bbd5e068c6036f2ef8aee0" +content-hash = "eb39db3d1093e49d5cd1ed5e2f229700826d974ab28f7f372b2c64d5c5ce8f8b" diff --git a/pyproject.toml b/pyproject.toml index a4e9af2f..ae08b19b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pep8-naming = "^0.15.1" darglint = "^1.8.1" reorder-python-imports = "^3.15.0" pre-commit-hooks = "^6.0.0" -Pygments = "^2.19.2" +Pygments = "^2.20.0" pyupgrade = "^3.20.0" pylint = "^4.0.5" pytest-asyncio = "~1.3.0"