-
Notifications
You must be signed in to change notification settings - Fork 64
Bump urllib3 from 2.6.0 to 2.6.3 in the pip group across 1 directory #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.0 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
…On Thu, Jan 8, 2026 at 1:32 AM dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/beaufour/flickr-download/security/dependabot/22>
(high severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps the pip group with 1 update in the / directory: urllib3
<https://github.com/urllib3/urllib3>.
Updates urllib3 from 2.6.0 to 2.6.3
Release notes
*Sourced from urllib3's releases
<https://github.com/urllib3/urllib3/releases>.*
2.6.3 🚀 urllib3 is fundraising for HTTP/2 support
urllib3 is raising ~$40,000 USD
<https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support> to
release HTTP/2 support and ensure long-term sustainable maintenance of the
project after a sharp decline in financial support. If your company or
organization uses Python and would benefit from HTTP/2 support in Requests,
pip, cloud SDKs, and thousands of other projects please consider
contributing financially <https://opencollective.com/urllib3> to ensure
HTTP/2 support is developed sustainably and maintained for the long-haul.
Thank you for your support.
Changes
- Fixed a security issue where decompression-bomb safeguards of the
streaming API were bypassed when HTTP redirects were followed. (
CVE-2026-21441 <https://github.com/advisories/GHSA-38jv-5279-wg99>
reported by @D47A <https://github.com/D47A>, 8.9 High,
GHSA-38jv-5279-wg99 <https://github.com/advisories/GHSA-38jv-5279-wg99>
)
- Started treating Retry-After times greater than 6 hours as 6 hours
by default. (urllib3/urllib3#3743
<https://redirect.github.com/urllib3/urllib3/issues/3743>)
- Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. (
urllib3/urllib3#3752
<https://redirect.github.com/urllib3/urllib3/issues/3752>)
2.6.2 🚀 urllib3 is fundraising for HTTP/2 support
urllib3 is raising ~$40,000 USD
<https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support> to
release HTTP/2 support and ensure long-term sustainable maintenance of the
project after a sharp decline in financial support. If your company or
organization uses Python and would benefit from HTTP/2 support in Requests,
pip, cloud SDKs, and thousands of other projects please consider
contributing financially <https://opencollective.com/urllib3> to ensure
HTTP/2 support is developed sustainably and maintained for the long-haul.
Thank you for your support.
Changes
- Fixed HTTPResponse.read_chunked() to properly handle leftover data
in the decoder's buffer when reading compressed chunked responses. (
urllib3/urllib3#3734
<https://redirect.github.com/urllib3/urllib3/issues/3734>)
2.6.1 🚀 urllib3 is fundraising for HTTP/2 support
urllib3 is raising ~$40,000 USD
<https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support> to
release HTTP/2 support and ensure long-term sustainable maintenance of the
project after a sharp decline in financial support. If your company or
organization uses Python and would benefit from HTTP/2 support in Requests,
pip, cloud SDKs, and thousands of other projects please consider
contributing financially <https://opencollective.com/urllib3> to ensure
HTTP/2 support is developed sustainably and maintained for the long-haul.
Thank you for your support.
Changes
- Restore previously removed HTTPResponse.getheaders() and
HTTPResponse.getheader() methods. (#3731
<https://redirect.github.com/urllib3/urllib3/issues/3731>)
Changelog
*Sourced from urllib3's changelog
<https://github.com/urllib3/urllib3/blob/main/CHANGES.rst>.*
2.6.3 (2026-01-07)
- Fixed a high-severity security issue where decompression-bomb
safeguards of the streaming API were bypassed when HTTP redirects were
followed. (GHSA-38jv-5279-wg99 <
https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99
>__)
- Started treating Retry-After times greater than 6 hours as 6 hours
by default. ([#3743](urllib3/urllib3#3743) <
urllib3/urllib3#3743)
- Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. (
[#3752](urllib3/urllib3#3752) <
urllib3/urllib3#3752)
2.6.2 (2025-12-11)
- Fixed HTTPResponse.read_chunked() to properly handle leftover data
in the decoder's buffer when reading compressed chunked responses. (
[#3734](urllib3/urllib3#3734) <
urllib3/urllib3#3734>__)
2.6.1 (2025-12-08)
- Restore previously removed HTTPResponse.getheaders() and
HTTPResponse.getheader() methods. ([#3731](
urllib3/urllib3#3731) <
urllib3/urllib3#3731>__)
Commits
- 0248277
<urllib3/urllib3@0248277>
Release 2.6.3
- 8864ac4
<urllib3/urllib3@8864ac4>
Merge commit from fork
- 70cecb2
<urllib3/urllib3@70cecb2>
Fix Scorecard issues related to vulnerable dev dependencies (#3755
<https://redirect.github.com/urllib3/urllib3/issues/3755>)
- 41f249a
<urllib3/urllib3@41f249a>
Move "v2.0 Migration Guide" to the end of the table of contents (#3747
<https://redirect.github.com/urllib3/urllib3/issues/3747>)
- fd4dffd
<urllib3/urllib3@fd4dffd>
Patch VerifiedHTTPSConnection for Emscripten (#3752
<https://redirect.github.com/urllib3/urllib3/issues/3752>)
- 13f0bfd
<urllib3/urllib3@13f0bfd>
Handle massive values in Retry-After when calculating time to sleep for (
#3743 <https://redirect.github.com/urllib3/urllib3/issues/3743>)
- 8c480bf
<urllib3/urllib3@8c480bf>
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748
<https://redirect.github.com/urllib3/urllib3/issues/3748>)
- 4b40616
<urllib3/urllib3@4b40616>
Bump actions/cache from 4.3.0 to 5.0.1 (#3750
<https://redirect.github.com/urllib3/urllib3/issues/3750>)
- 82b8479
<urllib3/urllib3@82b8479>
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749
<https://redirect.github.com/urllib3/urllib3/issues/3749>)
- 34284cb
<urllib3/urllib3@34284cb>
Mention experimental features in the security policy (#3746
<https://redirect.github.com/urllib3/urllib3/issues/3746>)
- Additional commits viewable in compare view
<urllib3/urllib3@2.6.0...2.6.3>
[image: Dependabot compatibility score]
<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 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 show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore <dependency name> major version will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific dependency's
major version or upgrade to it yourself)
- @dependabot ignore <dependency name> minor version will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific dependency's
minor version or upgrade to it yourself)
- @dependabot ignore <dependency name> will close this group update PR
and stop Dependabot creating any more for the specific dependency (unless
you unignore this specific dependency or upgrade to it yourself)
- @dependabot unignore <dependency name> will remove all of the ignore
conditions of the specified dependency
- @dependabot unignore <dependency name> <ignore condition> will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the Security
Alerts page
<https://github.com/beaufour/flickr-download/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#163
Commit Summary
- 462854c
<462854c>
Bump urllib3 from 2.6.0 to 2.6.3 in the pip group across 1 directory
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/163/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/163/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(6)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/163.patch
- https://github.com/beaufour/flickr-download/pull/163.diff
—
Reply to this email directly, view it on GitHub
<#163>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POI4E4Q6ZSL4ZIP4HE34FX2ZVAVCNFSM6AAAAACRA357KWVHI2DSMVQWIX3LMV43ASLTON2WKOZTG44TCNJSGQ3DAMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Author
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 1 update in the / directory: urllib3.
Updates
urllib3from 2.6.0 to 2.6.3Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
Commits
0248277Release 2.6.38864ac4Merge commit from fork70cecb2Fix Scorecard issues related to vulnerable dev dependencies (#3755)41f249aMove "v2.0 Migration Guide" to the end of the table of contents (#3747)fd4dffdPatchVerifiedHTTPSConnectionfor Emscripten (#3752)13f0bfdHandle massive values in Retry-After when calculating time to sleep for (#3743)8c480bfBump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748)4b40616Bump actions/cache from 4.3.0 to 5.0.1 (#3750)82b8479Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749)34284cbMention experimental features in the security policy (#3746)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.