diff options
| -rw-r--r-- | blog/poetry.lock | 10 | ||||
| -rw-r--r-- | blog/pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/blog/poetry.lock b/blog/poetry.lock index 54852d79..8c95cfcf 100644 --- a/blog/poetry.lock +++ b/blog/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -471,13 +471,13 @@ protobuf = ["grpcio-tools (>=1.65.5)"] [[package]] name = "htmlgenerator" -version = "1.2.30" +version = "1.2.32" description = "Declarative HTML templating system with lazy rendering" optional = false python-versions = "*" files = [ - {file = "htmlgenerator-1.2.30-py3-none-any.whl", hash = "sha256:31d7837f59998c9da5c54f01639e90ec9b380a6ea4031641675a06e24d111408"}, - {file = "htmlgenerator-1.2.30.tar.gz", hash = "sha256:4153c37ae5d6971ff3f4d52fb236865bbc592ef24605dc075cef704a0f76bdc4"}, + {file = "htmlgenerator-1.2.32-py3-none-any.whl", hash = "sha256:e5598d6c2704ad13c78e23594d629a362d7a4b4e0e34c976da650edbb954c37f"}, + {file = "htmlgenerator-1.2.32.tar.gz", hash = "sha256:fc9b1702c98080bfebf0b4e26f711eb3534c81322fb5f4551ed8869b143c2793"}, ] [package.extras] @@ -1494,4 +1494,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "de44c33338cd2c1c1c9000c50b1ecf67866ae8430b6b0dcac08837faf7b190d9" +content-hash = "fa87e94c1edefa770310e94e41018b81191dde31fde15ddaedf92866cf305ba7" diff --git a/blog/pyproject.toml b/blog/pyproject.toml index c24f0950..19a535e8 100644 --- a/blog/pyproject.toml +++ b/blog/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "blog"}] python = "^3.9" # bicephalus = { path = "../../bicephalus", develop = true } bicephalus = { git = "https://github.com/alexpdp7/bicephalus.git" } -htmlgenerator = "^1.2.30" +htmlgenerator = "^1.2.32" beautifulsoup4 = "^4.12.3" feedgen = "^1.0.0" lxml = "^5.3.0" |
