aboutsummaryrefslogtreecommitdiff
path: root/blog/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-30 03:56:19 +0000
committeralexpdp7 <alex@corcoles.net>2024-12-31 19:22:06 +0100
commita62a5944909d100cef4244bb6433f4322cb61faf (patch)
tree3a478c87200553fa701d390e2a016dc7fd733960 /blog/pyproject.toml
parentd30114d072470b338c91a7269d6eab28fa24a19d (diff)
Bump htmlgenerator from 1.2.30 to 1.2.32 in /blog
Bumps [htmlgenerator](https://github.com/basxsoftwareassociation/htmlgenerator) from 1.2.30 to 1.2.32. - [Release notes](https://github.com/basxsoftwareassociation/htmlgenerator/releases) - [Commits](https://github.com/basxsoftwareassociation/htmlgenerator/compare/v1.2.30...v1.2.32) --- updated-dependencies: - dependency-name: htmlgenerator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'blog/pyproject.toml')
-rw-r--r--blog/pyproject.toml2
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"