Skip to content

Commit f448bf6

Browse files
committed
Bump html2text to >=2025.4.15
1 parent c9ca07e commit f448bf6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-2.0-only"
88
[tool.poetry.dependencies]
99
python = "^3.9"
1010
feedparser = ">=6.0.5"
11-
html2text = ">=2020.1.16"
11+
html2text = ">=2025.4.15"
1212

1313
[tool.poetry.group.dev.dependencies]
1414
update-copyright = ">=0.6.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
provides=['rss2email'],
6969
install_requires=[
7070
'feedparser>=6.0.5',
71-
'html2text>=2020.1.16',
71+
'html2text>=2025.4.15',
7272
],
7373
)

0 commit comments

Comments
 (0)