diff --git a/poetry.lock b/poetry.lock index 337818c..6632979 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1827,14 +1827,14 @@ markers = {main = "sys_platform == \"linux\" and platform_python_implementation [[package]] name = "pygments" -version = "2.18.0" +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.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, - {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, ] [package.extras] @@ -3064,4 +3064,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "8ba752f7f9bfe032c3e6c0f82ac5a506bd23c730b164fe51e87bc7b62b160a7a" +content-hash = "01b66b10bee07796fd6a1d38ce1379ee2ac45bff8e4af2effd2e0b06692528bf" diff --git a/pyproject.toml b/pyproject.toml index ab840e6..82cf08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ packaging = "24.1" pandas = "2.2.2" pillow = "10.4.0" pkginfo = "1.11.1" -Pygments = "2.18.0" +Pygments = "2.20.0" pyparsing = "3.1.2" pyproject_hooks = "1.1.0" python-dateutil = "2.9.0.post0"