diff --git a/poetry.lock b/poetry.lock index ed1c0df..04669fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1382,13 +1382,13 @@ files = [ [[package]] name = "pygments" -version = "2.18.0" +version = "2.19.1" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" files = [ - {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, - {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, + {file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"}, + {file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"}, ] [package.extras] @@ -1961,4 +1961,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "a6aeb917dfb9e1e52be66351aaaf45b3e13ca8c9d4f63e64eda0c88e83f2d852" +content-hash = "d058f5eedc0700467c1fce68c5f821935cec110f6560bad81c30a87fd035eb1a" diff --git a/pyproject.toml b/pyproject.toml index 5b83732..3238f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pep8-naming = "^0.14.1" darglint = "^1.8.1" reorder-python-imports = "^3.14.0" pre-commit-hooks = "^5.0.0" -Pygments = "^2.18.0" +Pygments = "^2.19.1" pyupgrade = "^3.19.1" pylint = "^3.3.3" pytest-asyncio = "~0.25.1"