diff options
Diffstat (limited to 'blog/pyproject.toml')
| -rw-r--r-- | blog/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
