René's URL Explorer Experiment


Title: chore(deps): bump urllib3 from 2.2.2 to 2.6.3 in /package by dependabot[bot] · Pull Request #443 · python-validators/validators · GitHub

Open Graph Title: chore(deps): bump urllib3 from 2.2.2 to 2.6.3 in /package by dependabot[bot] · Pull Request #443 · python-validators/validators

X Title: chore(deps): bump urllib3 from 2.2.2 to 2.6.3 in /package by dependabot[bot] · Pull Request #443 · python-validators/validators

Description: Bumps urllib3 from 2.2.2 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD 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 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 reported by @​D47A, 8.9 High, GHSA-38jv-5279-wg99) Started treating Retry-After times greater than 6 hours as 6 hours by default. (urllib3/urllib3#3743) Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. (urllib3/urllib3#3752) 2.6.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD 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 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) 2.6.1 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD 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 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) 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD 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 to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Security Fixed a security issue where streaming API could improperly handle highly compressed HTTP content ("decompression bombs") leading to excessive resource consumption even when a small amount of data was requested. Reading small chunks of compressed data is safer and much more efficient now. (CVE-2025-66471 reported by @​Cycloctane, 8.9 High, GHSA-2xpw-w6gg-jr37) Fixed a security issue where an attacker could compose an HTTP response with virtually unlimited links in the Content-Encoding header, potentially leading to a denial of service (DoS) attack by exhausting system resources during decoding. The number of allowed chained encodings is now limited to 5. (CVE-2025-66418 reported by @​illia-v, 8.9 High, GHSA-gm62-xv2j-4w53) [!IMPORTANT] If urllib3 is not installed with the optional urllib3[brotli] extra, but your environment contains a Brotli/brotlicffi/brotlipy package anyway, make sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to benefit from the security fixes and avoid warnings. Prefer using urllib3[brotli] to install a compatible Brotli package automatically. ... (truncated) Changelog Sourced from urllib3's changelog. 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 __) Started treating Retry-After times greater than 6 hours as 6 hours by default. ([#3743](https://github.com/urllib3/urllib3/issues/3743) __) Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. ([#3752](https://github.com/urllib3/urllib3/issues/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](https://github.com/urllib3/urllib3/issues/3734) __) 2.6.1 (2025-12-08) Restore previously removed HTTPResponse.getheaders() and HTTPResponse.getheader() methods. ([#3731](https://github.com/urllib3/urllib3/issues/3731) __) 2.6.0 (2025-12-05) Security Fixed a security issue where streaming API could improperly handle highly compressed HTTP content ("decompression bombs") leading to excessive resource consumption even when a small amount of data was requested. Reading small chunks of compressed data is safer and much more efficient now. (GHSA-2xpw-w6gg-jr37 __) Fixed a security issue where an attacker could compose an HTTP response with virtually unlimited links in the Content-Encoding header, potentially leading to a denial of service (DoS) attack by exhausting system resources during decoding. The number of allowed chained encodings is now limited to 5. (GHSA-gm62-xv2j-4w53 __) .. caution:: If urllib3 is not installed with the optional urllib3[brotli] extra, but your environment contains a Brotli/brotlicffi/brotlipy package anyway, make sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to benefit from the security fixes and avoid warnings. Prefer using ... (truncated) Commits 0248277 Release 2.6.3 8864ac4 Merge commit from fork 70cecb2 Fix Scorecard issues related to vulnerable dev dependencies (#3755) 41f249a Move "v2.0 Migration Guide" to the end of the table of contents (#3747) fd4dffd Patch VerifiedHTTPSConnection for Emscripten (#3752) 13f0bfd Handle massive values in Retry-After when calculating time to sleep for (#3743) 8c480bf Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748) 4b40616 Bump actions/cache from 4.3.0 to 5.0.1 (#3750) 82b8479 Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749) 34284cb Mention experimental features in the security policy (#3746) Additional commits viewable in compare view 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 ignore conditions will show all of the ignore conditions of the specified dependency @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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps urllib3 from 2.2.2 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support a...

X Description: Bumps urllib3 from 2.2.2 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 suppo...

Opengraph URL: https://github.com/python-validators/validators/pull/443

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9ee7262e-d34e-cbd7-9356-c2b84c7e861b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idEB52:1A836B:87E393:B701DE:698E3BFB
html-safe-nonce6dbbc23de7141cff520ed76bb9048158e96828c6735d9fca4ba208fc80b062b6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQjUyOjFBODM2Qjo4N0UzOTM6QjcwMURFOjY5OEUzQkZCIiwidmlzaXRvcl9pZCI6IjcyMzk2NDEwNzExMjIwMDQ5ODciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac827e6e5e7e2df6a7bd6435df53c69b30e7012369ea4b589db8e51f3db5b5623e
hovercard-subject-tagpull_request:3154558116
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-validators/validators/pull/443/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps urllib3 from 2.2.2 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support a...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonea5632af64f7fed7bff1d6a428d1aca1b94fa7a48f760de2d39d9b1effdbf0082
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python-validators/validators git https://github.com/python-validators/validators.git
octolytics-dimension-user_id113113270
octolytics-dimension-user_loginpython-validators
octolytics-dimension-repository_id13642984
octolytics-dimension-repository_nwopython-validators/validators
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id13642984
octolytics-dimension-repository_network_root_nwopython-validators/validators
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseaa1fa9100f85cd8b602c63c7e337f9151e70024f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-validators%2Fvalidators%2Fpull%2F443%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-validators%2Fvalidators%2Fpull%2F443%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python-validators%2Fvalidators
Reloadhttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
Reloadhttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
Reloadhttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
python-validators https://patch-diff.githubusercontent.com/python-validators
validatorshttps://patch-diff.githubusercontent.com/python-validators/validators
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-validators%2Fvalidators
Fork 169 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-validators%2Fvalidators
Star 1.1k https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-validators%2Fvalidators
Code https://patch-diff.githubusercontent.com/python-validators/validators
Issues 4 https://patch-diff.githubusercontent.com/python-validators/validators/issues
Pull requests 3 https://patch-diff.githubusercontent.com/python-validators/validators/pulls
Discussions https://patch-diff.githubusercontent.com/python-validators/validators/discussions
Actions https://patch-diff.githubusercontent.com/python-validators/validators/actions
Projects 0 https://patch-diff.githubusercontent.com/python-validators/validators/projects
Wiki https://patch-diff.githubusercontent.com/python-validators/validators/wiki
Security 0 https://patch-diff.githubusercontent.com/python-validators/validators/security
Insights https://patch-diff.githubusercontent.com/python-validators/validators/pulse
Code https://patch-diff.githubusercontent.com/python-validators/validators
Issues https://patch-diff.githubusercontent.com/python-validators/validators/issues
Pull requests https://patch-diff.githubusercontent.com/python-validators/validators/pulls
Discussions https://patch-diff.githubusercontent.com/python-validators/validators/discussions
Actions https://patch-diff.githubusercontent.com/python-validators/validators/actions
Projects https://patch-diff.githubusercontent.com/python-validators/validators/projects
Wiki https://patch-diff.githubusercontent.com/python-validators/validators/wiki
Security https://patch-diff.githubusercontent.com/python-validators/validators/security
Insights https://patch-diff.githubusercontent.com/python-validators/validators/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fpython-validators%2Fvalidators%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fpython-validators%2Fvalidators%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/python-validators/validators/tree/master
dependabot/pip/package/urllib3-2.6.3https://patch-diff.githubusercontent.com/python-validators/validators/tree/dependabot/pip/package/urllib3-2.6.3
Conversation 0 https://patch-diff.githubusercontent.com/python-validators/validators/pull/443
Commits 1 https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/commits
Checks 17 https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/checks
Files changed 1 https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
chore(deps): bump urllib3 from 2.2.2 to 2.6.3 in /package https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
5991259 chore(deps): bump urllib3 from 2.2.2 to 2.6.3 in /package dependabot[bot] Jan 8, 2026 https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/commits/5991259c3a66a0b1d8665476a49f98b530019063
Clear filters https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files
package/requirements.sphinx.txthttps://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files#diff-fce464aff780dc2b438a083ae9f8f7c5ecbfd688f5a06c876519a4527a8f99c2
View file https://patch-diff.githubusercontent.com/python-validators/validators/blob/5991259c3a66a0b1d8665476a49f98b530019063/package/requirements.sphinx.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/python-validators/validators/pull/443/files#diff-fce464aff780dc2b438a083ae9f8f7c5ecbfd688f5a06c876519a4527a8f99c2
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.