[PR #2266] [CLOSED] Bump feedparser from 6.0.2 to 6.0.5 #2493

Closed
opened 2026-02-27 12:11:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2266
Author: @dependabot[bot]
Created: 6/15/2021
Status: Closed

Base: masterHead: dependabot/pip/feedparser-6.0.5


📝 Commits (1)

  • 33a3bd5 Bump feedparser from 6.0.2 to 6.0.5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps feedparser from 6.0.2 to 6.0.5.

Changelog

Sourced from feedparser's changelog.

6.0.5 - 2021-06-14

  • Prevent a TypeError crash that may occur when including a username and password in the feed URL. (#276)

6.0.4 - 2021-06-13

  • Prevent a UnicodeDecodeError crash that may occur when the title element's type attribute exists but is empty. (#277)
  • Prevent a UnicodeEncodeError crash that may occur if the URL contains Unicode characters in the path. (#273)

6.0.3 - 2021-06-12

  • Fix an issue with the HTTP request status on Python >= 3.9.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2266 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/feedparser-6.0.5` --- ### 📝 Commits (1) - [`33a3bd5`](https://github.com/modoboa/modoboa/commit/33a3bd5786e7894ca30dd0391138458112caa723) Bump feedparser from 6.0.2 to 6.0.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [feedparser](https://github.com/kurtmckee/feedparser) from 6.0.2 to 6.0.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst">feedparser's changelog</a>.</em></p> <blockquote> <h1>6.0.5 - 2021-06-14</h1> <ul> <li>Prevent a TypeError crash that may occur when including a username and password in the feed URL. (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/276">#276</a>)</li> </ul> <h1>6.0.4 - 2021-06-13</h1> <ul> <li>Prevent a UnicodeDecodeError crash that may occur when the title element's type attribute exists but is empty. (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/277">#277</a>)</li> <li>Prevent a UnicodeEncodeError crash that may occur if the URL contains Unicode characters in the path. (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/273">#273</a>)</li> </ul> <h1>6.0.3 - 2021-06-12</h1> <ul> <li>Fix an issue with the HTTP request status on Python &gt;= 3.9.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kurtmckee/feedparser/commit/af8479137e3a3cf24d2b80e86b69093ca0ff39fb"><code>af84791</code></a> Merge branch 'release-6.0.5'</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/96ca3bae18b8b3d68ad756e4db1521ac6ee03782"><code>96ca3ba</code></a> Bump the version</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/2d4d6cf5ad66acba9cb2015e2be76a883710304b"><code>2d4d6cf</code></a> Update the NEWS file</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/b6830a8aeb3fba9dfeea8b7002f9e3764def85d6"><code>b6830a8</code></a> Fix auth encoding when credentials are incorrect.</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/3e38018c78cff0daf4b0971342489d9f4dc8d6c8"><code>3e38018</code></a> Fix auth encoding.</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/cb6a86c4963d58affea56459c7060b1949c2ebae"><code>cb6a86c</code></a> Demonstrate <a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/276">#276</a></li> <li><a href="https://github.com/kurtmckee/feedparser/commit/ae8561d64e6b2116928025838fd9c293973a9d42"><code>ae8561d</code></a> Merge branch 'release-6.0.4'</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/0b911cbd2dc60e0eaf0cda7f783d9edf6216cf67"><code>0b911cb</code></a> Bump version</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/e301e0e9d2f4daa00bb4199aa63f04000044cf66"><code>e301e0e</code></a> Fix an HTTP UnicodeEncodeError caused by Unicode URL characters in the path</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/cd9a1f839448699596e1f47cd9ccf8801129c202"><code>cd9a1f8</code></a> Demonstrate <a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/273">#273</a></li> <li>Additional commits viewable in <a href="https://github.com/kurtmckee/feedparser/compare/6.0.2...6.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=feedparser&package-manager=pip&previous-version=6.0.2&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2493
No description provided.