freiheit / discord_feedbot

Moved to https://gitlab.com/ffreiheit/discord_feedbot
MIT License
81 stars 28 forks source link

Update dependency feedparser to v6.0.8 #93

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
feedparser ==6.0.1 -> ==6.0.8 age adoption passing confidence

Release Notes

kurtmckee/feedparser ### [`v6.0.8`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​608---2021-06-22) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.7...6.0.8) \================== - Fix the name and link to the chardet module in the documentation. ([#​280](https://togithub.com/kurtmckee/feedparser/issues/280)) No code changed in this hotfix, only documentation. ### [`v6.0.7`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​607---2021-06-21) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.6...6.0.7) \================== - Catch `urllib.error.URLError` to prevent crashes. ([#​239](https://togithub.com/kurtmckee/feedparser/issues/239)) ### [`v6.0.6`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​606---2021-06-15) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.5...6.0.6) \================== - Prevent an AttributeError that occurs when a server returns HTTP 3xx but doesn't include a Location header as well. ([#​267](https://togithub.com/kurtmckee/feedparser/issues/267)) ### [`v6.0.5`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​605---2021-06-14) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.4...6.0.5) \================== - Prevent a TypeError crash that may occur when including a username and password in the feed URL. ([#​276](https://togithub.com/kurtmckee/feedparser/issues/276)) ### [`v6.0.4`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​604---2021-06-13) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.3...6.0.4) \================== - Prevent a UnicodeDecodeError crash that may occur when the title element's type attribute exists but is empty. ([#​277](https://togithub.com/kurtmckee/feedparser/issues/277)) - Prevent a UnicodeEncodeError crash that may occur if the URL contains Unicode characters in the path. ([#​273](https://togithub.com/kurtmckee/feedparser/issues/273)) ### [`v6.0.3`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​603---2021-06-12) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.2...6.0.3) \================== - Fix an issue with the HTTP request status on Python >= 3.9. ### [`v6.0.2`](https://togithub.com/kurtmckee/feedparser/blob/HEAD/CHANGELOG.rst#​602---2020-10-25) [Compare Source](https://togithub.com/kurtmckee/feedparser/compare/6.0.1...6.0.2) \================== - Stop building Python wheels with `universal=1` set. ([#​251](https://togithub.com/kurtmckee/feedparser/issues/251)) This was causing pip to find and install the feedparser 6.x wheels on Python 2 even though Python 2 is no longer supported. - Fix a bug that put a trailing quote in the documentation version. ([#​232](https://togithub.com/kurtmckee/feedparser/issues/232)) - Update the documentation URL to point to ReadTheDocs.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

freiheit commented 2 years ago

This sounds like it could fix some crash issues I've been having...