René's URL Explorer Experiment


Title: build(deps): bump urllib3 from 1.26.18 to 2.6.0 in /examples/bzlmod by dependabot[bot] · Pull Request #8 · JetBrains/rules_python · GitHub

Open Graph Title: build(deps): bump urllib3 from 1.26.18 to 2.6.0 in /examples/bzlmod by dependabot[bot] · Pull Request #8 · JetBrains/rules_python

X Title: build(deps): bump urllib3 from 1.26.18 to 2.6.0 in /examples/bzlmod by dependabot[bot] · Pull Request #8 · JetBrains/rules_python

Description: Bumps urllib3 from 1.26.18 to 2.6.0. Release notes Sourced from urllib3's releases. 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. If you use custom decompressors, please make sure to update them to respect the changed API of urllib3.response.ContentDecoder. Features Enabled retrieval, deletion, and membership testing in HTTPHeaderDict using bytes keys. (#3653) Added host and port information to string representations of HTTPConnection. (#3666) Added support for Python 3.14 free-threading builds explicitly. (#3696) Removals Removed the HTTPResponse.getheaders() method in favor of HTTPResponse.headers. Removed the HTTPResponse.getheader(name, default) method in favor of HTTPResponse.headers.get(name, default). (#3622) Bugfixes Fixed redirect handling in urllib3.PoolManager when an integer is passed for the retries parameter. (#3649) Fixed HTTPConnectionPool when used in Emscripten with no explicit port. (#3664) Fixed handling of SSLKEYLOGFILE with expandable variables. (#3700) Misc Changed the zstd extra to install backports.zstd instead of zstandard on Python 3.13 and before. (#3693) Improved the performance of content decoding by optimizing BytesQueueBuffer class. (#3710) Allowed building the urllib3 package with newer setuptools-scm v9.x. (#3652) Ensured successful urllib3 builds by setting Hatchling requirement to ≥ 1.27.0. (#3638) 2.5.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. ... (truncated) Changelog Sourced from urllib3's changelog. 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 urllib3[brotli] to install a compatible Brotli package automatically. If you use custom decompressors, please make sure to update them to respect the changed API of urllib3.response.ContentDecoder. Features Enabled retrieval, deletion, and membership testing in HTTPHeaderDict using bytes keys. ([#3653](https://github.com/urllib3/urllib3/issues/3653) __) Added host and port information to string representations of HTTPConnection. ([#3666](https://github.com/urllib3/urllib3/issues/3666) __) Added support for Python 3.14 free-threading builds explicitly. ([#3696](https://github.com/urllib3/urllib3/issues/3696) __) Removals Removed the HTTPResponse.getheaders() method in favor of HTTPResponse.headers. Removed the HTTPResponse.getheader(name, default) method in favor of HTTPResponse.headers.get(name, default). ([#3622](https://github.com/urllib3/urllib3/issues/3622) __) Bugfixes Fixed redirect handling in urllib3.PoolManager when an integer is passed for the retries parameter. ([#3649](https://github.com/urllib3/urllib3/issues/3649) __) Fixed HTTPConnectionPool when used in Emscripten with no explicit port. ([#3664](https://github.com/urllib3/urllib3/issues/3664) __) Fixed handling of SSLKEYLOGFILE with expandable variables. ([#3700](https://github.com/urllib3/urllib3/issues/3700) __) ... (truncated) Commits 720f484 Release 2.6.0 24d7b67 Merge commit from fork c19571d Merge commit from fork 816fcf0 Bump actions/setup-python from 6.0.0 to 6.1.0 (#3725) 18af0a1 Improve speed of BytesQueueBuffer.get() by using memoryview (#3711) 1f6abac Bump versions of pre-commit hooks (#3716) 1c8fbf7 Bump actions/checkout from 5.0.0 to 6.0.0 (#3722) 7784b9e Add Python 3.15 to CI (#3717) 0241c9e Updated docs to reflect change in optional zstd dependency from zstandard t... 7afcabb Expand environment variable of SSLKEYLOGFILE (#3705) 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 1.26.18 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support...

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

Opengraph URL: https://github.com/JetBrains/rules_python/pull/8

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:e45746ff-2759-94d2-3896-eb4cbadc9e45
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8DD2:89F46:F366D0:13AF9C9:69929C2D
html-safe-nonce39aa18c96d49174a51f5ad88eda8162fb59a17c41900660868c81f6d33b8d983
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4REQyOjg5RjQ2OkYzNjZEMDoxM0FGOUM5OjY5OTI5QzJEIiwidmlzaXRvcl9pZCI6IjI0ODU0MjA2NDQ1MTIyMDk5NjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac9750179aaca1153fb6974d3090e0f23343cc8de5549052bbf6f0a1409b42e7d4
hovercard-subject-tagpull_request:3076540298
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/JetBrains/rules_python/pull/8/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 1.26.18 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/JetBrains/rules_python git https://github.com/JetBrains/rules_python.git
octolytics-dimension-user_id878437
octolytics-dimension-user_loginJetBrains
octolytics-dimension-repository_id1011875810
octolytics-dimension-repository_nwoJetBrains/rules_python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id101780532
octolytics-dimension-repository_parent_nwobazel-contrib/rules_python
octolytics-dimension-repository_network_root_id101780532
octolytics-dimension-repository_network_root_nwobazel-contrib/rules_python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FJetBrains%2Frules_python%2Fpull%2F8%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%2FJetBrains%2Frules_python%2Fpull%2F8%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=JetBrains%2Frules_python
Reloadhttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
Reloadhttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
Reloadhttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
JetBrains https://patch-diff.githubusercontent.com/JetBrains
rules_pythonhttps://patch-diff.githubusercontent.com/JetBrains/rules_python
bazel-contrib/rules_pythonhttps://patch-diff.githubusercontent.com/bazel-contrib/rules_python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FJetBrains%2Frules_python
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FJetBrains%2Frules_python
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FJetBrains%2Frules_python
Code https://patch-diff.githubusercontent.com/JetBrains/rules_python
Pull requests 13 https://patch-diff.githubusercontent.com/JetBrains/rules_python/pulls
Actions https://patch-diff.githubusercontent.com/JetBrains/rules_python/actions
Projects 0 https://patch-diff.githubusercontent.com/JetBrains/rules_python/projects
Security 0 https://patch-diff.githubusercontent.com/JetBrains/rules_python/security
Insights https://patch-diff.githubusercontent.com/JetBrains/rules_python/pulse
Code https://patch-diff.githubusercontent.com/JetBrains/rules_python
Pull requests https://patch-diff.githubusercontent.com/JetBrains/rules_python/pulls
Actions https://patch-diff.githubusercontent.com/JetBrains/rules_python/actions
Projects https://patch-diff.githubusercontent.com/JetBrains/rules_python/projects
Security https://patch-diff.githubusercontent.com/JetBrains/rules_python/security
Insights https://patch-diff.githubusercontent.com/JetBrains/rules_python/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FJetBrains%2Frules_python%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=%2FJetBrains%2Frules_python%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/JetBrains/rules_python/tree/main
dependabot/pip/examples/bzlmod/urllib3-2.6.0https://patch-diff.githubusercontent.com/JetBrains/rules_python/tree/dependabot/pip/examples/bzlmod/urllib3-2.6.0
Conversation 1 https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8
Commits 1 https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/commits
Checks 0 https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/checks
Files changed https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
Please reload this pagehttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
build(deps): bump urllib3 from 1.26.18 to 2.6.0 in /examples/bzlmod https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
7f1319d build(deps): bump urllib3 from 1.26.18 to 2.6.0 in /examples/bzlmod dependabot[bot] Dec 5, 2025 https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/commits/7f1319d5b2380e1a2fb467fd696b10f2f4bdd259
Clear filters https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
Please reload this pagehttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
Please reload this pagehttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files
requirements_lock_3_10.txt https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-92c02c3c23d21dc989bd432077c659a4f18fc1303614336b1b5567398f3fc52c
requirements_lock_3_9.txt https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-12ad302ba912714d4a82d10228e06307aacadc4d4ca0f98d966b466629d63db9
requirements_windows_3_10.txt https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-e226dcedcf1de805e952189c83463f8aab928deb6a1dd17cda32407d3ba31f5b
examples/bzlmod/requirements_lock_3_10.txthttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-92c02c3c23d21dc989bd432077c659a4f18fc1303614336b1b5567398f3fc52c
View file https://patch-diff.githubusercontent.com/JetBrains/rules_python/blob/7f1319d5b2380e1a2fb467fd696b10f2f4bdd259/examples/bzlmod/requirements_lock_3_10.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-92c02c3c23d21dc989bd432077c659a4f18fc1303614336b1b5567398f3fc52c
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-92c02c3c23d21dc989bd432077c659a4f18fc1303614336b1b5567398f3fc52c
examples/bzlmod/requirements_lock_3_9.txthttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-12ad302ba912714d4a82d10228e06307aacadc4d4ca0f98d966b466629d63db9
View file https://patch-diff.githubusercontent.com/JetBrains/rules_python/blob/7f1319d5b2380e1a2fb467fd696b10f2f4bdd259/examples/bzlmod/requirements_lock_3_9.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-12ad302ba912714d4a82d10228e06307aacadc4d4ca0f98d966b466629d63db9
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-12ad302ba912714d4a82d10228e06307aacadc4d4ca0f98d966b466629d63db9
examples/bzlmod/requirements_windows_3_10.txthttps://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-e226dcedcf1de805e952189c83463f8aab928deb6a1dd17cda32407d3ba31f5b
View file https://patch-diff.githubusercontent.com/JetBrains/rules_python/blob/7f1319d5b2380e1a2fb467fd696b10f2f4bdd259/examples/bzlmod/requirements_windows_3_10.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-e226dcedcf1de805e952189c83463f8aab928deb6a1dd17cda32407d3ba31f5b
https://patch-diff.githubusercontent.com/JetBrains/rules_python/pull/8/files#diff-e226dcedcf1de805e952189c83463f8aab928deb6a1dd17cda32407d3ba31f5b
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.