diff --git a/poetry.lock b/poetry.lock index 8c45bf2f5..6f2dcdf1e 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.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -833,19 +833,19 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "ronbun" -version = "0.11.0" +version = "0.11.1" description = "The Sample Programs README Automation Tool" optional = false python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "ronbun-0.11.0-py3-none-any.whl", hash = "sha256:db16128d6283cd39bf44270da36d97918a865afd936b1c5fb50d98b3bee64320"}, - {file = "ronbun-0.11.0.tar.gz", hash = "sha256:e39108dfebb3b08875d14aaaed7e8fc364849209e47cdd0ae25c898309f1292b"}, + {file = "ronbun-0.11.1-py3-none-any.whl", hash = "sha256:c7305dad063f38556814bd76c89677abebd473d27c39fd23e777cffcc0d272ab"}, + {file = "ronbun-0.11.1.tar.gz", hash = "sha256:2b4f6bb40e4340b296ec8c25369848218236e1a241b258353132219dcddfe7b9"}, ] [package.dependencies] glotter2-core = ">=0.1.2,<0.2.0" -snakemd = ">=2.4.0,<3" +snakemd = ">=2.4.1,<3.0.0" subete = ">=0.22.1,<0.23.0" [[package]] @@ -890,14 +890,14 @@ files = [ [[package]] name = "snakemd" -version = "2.4.0" +version = "2.4.1" description = "A markdown generation library for Python." optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "snakemd-2.4.0-py3-none-any.whl", hash = "sha256:89c7f4e126e53f79f267d3502600f6f19c2c54e9a0a7489a569f3b53210c3c37"}, - {file = "snakemd-2.4.0.tar.gz", hash = "sha256:1450fae445049e07b37f26c46b076fa24293417a197ba0ee4d00d5b8255868e4"}, + {file = "snakemd-2.4.1-py3-none-any.whl", hash = "sha256:3f1cc8547dbd5b28114be8c4a933159703ff81f0f1332ef4c03150a74193e60c"}, + {file = "snakemd-2.4.1.tar.gz", hash = "sha256:574b232a61177d74270cff3d855b4eb8392f21bba7f02287f350daf3ac34c620"}, ] [[package]] @@ -1024,4 +1024,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "8414e2edb7dc290170b1c33f89f3029a4255ea64ac4bf573e12f14b9db48de93" +content-hash = "c87197912047928ab8de4e7a1b4de94e314c6c2135be27fe78b9fdbd46b6083f" diff --git a/pyproject.toml b/pyproject.toml index 5ec52552a..f9c90ddd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "sample-programs" -version = "2026.3.4" +version = "2026.5.30" description = "Sample Programs in Every Programming Language" readme = ".github/README.md" requires-python = ">=3.10,<4.0" license = "MIT" dependencies = [ - "ronbun (>=0.11.0,<0.12.0)", + "ronbun (>=0.11.1,<0.12.0)", "glotter2 (>=0.17.0,<0.18.0)", "pyyaml (>=6.0.3,<7.0.0)", ]