aboutsummaryrefslogtreecommitdiff
path: root/blog
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
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')
-rw-r--r--blog/poetry.lock10
-rw-r--r--blog/pyproject.toml2
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"