Closed lukasschwab closed 4 months ago
Does what it says on the tin for the two ==-pinned non-development dependencies, requests and feedparser.
==
requests
feedparser
Deserves some thought on risk: what if one of these dependencies incorrectly labels breaking changes in a patch version?
List any changes that break the API usage supported on master.
master
None.
List GitHub issues relevant to this change.
Closes #161.
README.md
@lukasschwab Merging this pull request would be very desirable, as the locked requests version 2.32.0 is a yanked version (as is 2.32.1) due to "conflicts with CVE-2024-35195 mitigation"
Will do today.
Description
Does what it says on the tin for the two
==
-pinned non-development dependencies,requests
andfeedparser
.Deserves some thought on risk: what if one of these dependencies incorrectly labels breaking changes in a patch version?
Breaking changes
None.
Relevant issues
Closes #161.
Checklist
README.md
example usage has been updated.