diff --git a/poetry.lock b/poetry.lock index 436e0ae..6c4af62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3883,14 +3883,14 @@ files = [ [[package]] name = "pygments" -version = "2.19.1" +version = "2.19.2" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" groups = ["debug", "dev", "docs", "test"] files = [ - {file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"}, - {file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"}, + {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, + {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, ] [package.extras] @@ -5401,4 +5401,4 @@ profiling = ["line-profiler"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "164cb28ca7f9565ecb3c9c2fecba702aa838a55eeb1ac0eb748aa01496f2cdb4" +content-hash = "f92e316fa18bb590af5e17103e944960f7bd63f29680138e21a3184fed17f6cf" diff --git a/pyproject.toml b/pyproject.toml index a6f0d8b..c8db70a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ mkdocs-awesome-pages-plugin = "^2.10.1" mkdocs-git-authors-plugin = "^0.10.0" mkapi = "^4.4.4" markdown-callouts = "^0.4.0" -pygments = "^2.19.0" +pygments = "^2.19.2" mkdocs-jupyter = "^0.25.1" [tool.poetry.group.debug]