diff --git a/poetry.lock b/poetry.lock index 60b5c8c11..2db7fa93b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.0 and should not be changed by hand. [[package]] name = "annotated-types" @@ -398,14 +398,14 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3. [[package]] name = "glotter2" -version = "0.13.0" +version = "0.14.0" description = "An execution library for scripts written in any language. This is a fork of https://github.com/auroq/glotter" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "glotter2-0.13.0-py3-none-any.whl", hash = "sha256:fcf9532f6db1abb6d1e4c2122c6dbfc44a4843a562ba32969111207d14a3adba"}, - {file = "glotter2-0.13.0.tar.gz", hash = "sha256:5fd4c64e856b173f1d8791be0f16a06c21847870d915ea168d67b186ec0ae1fc"}, + {file = "glotter2-0.14.0-py3-none-any.whl", hash = "sha256:746046a8c9610584134b6547597f2ddc01ccdc80e3d13f271f8bff6b8974642a"}, + {file = "glotter2-0.14.0.tar.gz", hash = "sha256:87f608ac842552dcc52c8cff955518b3c72041fd36a55e3426eaa47e9491e75f"}, ] [package.dependencies] @@ -1528,4 +1528,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "3bab002054cfd220f01f391a90004d34d4296a1906f449135e6250bf7e58bd92" +content-hash = "6b97757f60a7fb91ac33e66a9155b07d07afaedb8a56f00a6c7a209c2366d597" diff --git a/pyproject.toml b/pyproject.toml index b89cb5bc7..62271c9cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sample-programs-website" -version = "2025.11.08" +version = "2026.1.19" description = "Sample Programs in Every Programming Language" readme = ".github/README.md" requires-python = ">=3.10,<4.0" @@ -10,7 +10,7 @@ dependencies = [ "snakemd (>=2.4.0,<3.0.0)", "subete (>=0.21.0,<0.22.0)", "image-titler (>=2.4.0,<2.5.0)", - "glotter2 (>=0.13.0,<0.14.0)", + "glotter2 (>=0.14.0,<0.15.0)", "pyyaml (>=6.0,<7.0)" ]