diff --git a/poetry.lock b/poetry.lock index f53f731..a8e9249 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,14 +426,14 @@ files = [ [[package]] name = "pypub3" -version = "2.0.7" +version = "2.0.8" description = "A python3 library to generate custom epub books." optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "pypub3-2.0.7-py3-none-any.whl", hash = "sha256:c8a468eecc3922e605db6b99667f346b246b7d4535d49aea9d416f1e51ae57af"}, - {file = "pypub3-2.0.7.tar.gz", hash = "sha256:e83385440bb3f256d825875a8c15d442e1f02978f3a280facd23e953878dad30"}, + {file = "pypub3-2.0.8-py3-none-any.whl", hash = "sha256:f74f36fd761f6075c4112950ef6def2fc45b4a695cc5fb2ea031a6a16908f7fb"}, + {file = "pypub3-2.0.8.tar.gz", hash = "sha256:2cd2d3e0dc468639950c6819ec8b6f53354cad0c4e6a07da335be7cef0038fe9"}, ] [package.dependencies] @@ -556,4 +556,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "7e3a1f17193fe13760db0d42894d0858a6f1c56ce7159e14ec1024269d1073c7" +content-hash = "8ea8ec1f7f9676c7e3234b5de9d8f60fbdd86cf1c4bb33744a0c21f0321731de" diff --git a/pyproject.toml b/pyproject.toml index 55576aa..1fb0367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.9" beautifulsoup4 = "^4.13.3" curl_cffi = "^0.10.0" pillow = "^11.2.0" -pypub3 = "^2.0.7" +pypub3 = "^2.0.8" pyxml3 = "^0.0.4" [tool.poetry.group.dev.dependencies]