Skip to content

Commit

Permalink
Bump html2text from 2020.1.16 to 2024.2.25
Browse files Browse the repository at this point in the history
Bumps [html2text](https://github.com/Alir3z4/html2text) from 2020.1.16 to 2024.2.25.
- [Release notes](https://github.com/Alir3z4/html2text/releases)
- [Changelog](https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst)
- [Commits](Alir3z4/html2text@2020.1.16...2024.2.25)

---
updated-dependencies:
- dependency-name: html2text
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 3f8cc8c commit 6392d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beautifulsoup4==4.12.3
html2text==2020.1.16
html2text==2024.2.25
requests==2.31.0
setuptools==49.2.1
lxml==5.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def read_file(filename):
"dev_template": "{tag}"
},
setup_requires=["setuptools-git-versioning"],
install_requires = ['beautifulsoup4==4.12.3', 'html2text==2020.1.16', 'requests==2.31.0', 'lxml==5.1.0']
install_requires = ['beautifulsoup4==4.12.3', 'html2text==2024.2.25', 'requests==2.31.0', 'lxml==5.1.0']
)

0 comments on commit 6392d0a

Please sign in to comment.