Skip to content

Commit

Permalink
Update htmldate requirement from ==1.6.* to >=1.6,<1.8
Browse files Browse the repository at this point in the history
Updates the requirements on [htmldate](https://github.com/adbar/htmldate) to permit the latest version.
- [Release notes](https://github.com/adbar/htmldate/releases)
- [Changelog](https://github.com/adbar/htmldate/blob/master/CHANGELOG.md)
- [Commits](adbar/htmldate@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: htmldate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent aecc319 commit b201d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

REQUIRED_PACKAGES = [
# for date guessing
"htmldate==1.6.*", "dateparser==1.2.*",
"htmldate>=1.6,<1.8", "dateparser==1.2.*",
# for domain name and URL extraction
"tldextract==5.1.*",
"url-normalize==1.4.*",
Expand Down

0 comments on commit b201d74

Please sign in to comment.