diff --git a/poetry.lock b/poetry.lock index f2da499..f2f4312 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 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 = "black" @@ -551,14 +551,14 @@ files = [ [[package]] name = "sc-compression" -version = "0.6.5" +version = "0.6.6" description = "SC Compression" optional = false python-versions = ">=3.5" groups = ["main"] files = [ - {file = "sc_compression-0.6.5-py3-none-any.whl", hash = "sha256:a10c713e0c2bd2cd5f485c99beaad2e9e8c9e20d0e13eb8c2d8ad24ce64773a4"}, - {file = "sc_compression-0.6.5.tar.gz", hash = "sha256:d45da0d64a8b8b9cbadf3354bcf2211e980096fd750217dfd07cfd4563bb127a"}, + {file = "sc_compression-0.6.6-py3-none-any.whl", hash = "sha256:f085daf72788fbf93187d26357e0061eb469fe8d0acaa97cff9b0807ae0e2c12"}, + {file = "sc_compression-0.6.6.tar.gz", hash = "sha256:98f63b1eaf5fd2d77cec099bf57d801a5585a6dceebc9fb87bf68601736d5a51"}, ] [package.dependencies] @@ -729,4 +729,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f36130b9e24a7d5d31c83c5d4a4673624d05c5b24b3b2fda45fdb8389e5ceabd" +content-hash = "cdbd61c5cf07ada6d81892ca1953b9a4104032afa0c4a078b822f276c0b3f83b" diff --git a/pyproject.toml b/pyproject.toml index 68fd6f5..e82f76e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -sc-compression = "0.6.5" +sc-compression = "0.6.6" colorama = "0.4.6" pylzham = "^0.1.3" zstandard = "^0.23.0"