René's URL Explorer Experiment


Title: Bump urllib3 from 1.26.5 to 2.5.0 in /pyperformance/data-files/benchmarks/bm_dulwich_log by dependabot[bot] · Pull Request #408 · python/pyperformance · GitHub

Open Graph Title: Bump urllib3 from 1.26.5 to 2.5.0 in /pyperformance/data-files/benchmarks/bm_dulwich_log by dependabot[bot] · Pull Request #408 · python/pyperformance

X Title: Bump urllib3 from 1.26.5 to 2.5.0 in /pyperformance/data-files/benchmarks/bm_dulwich_log by dependabot[bot] · Pull Request #408 · python/pyperformance

Description: Bumps urllib3 from 1.26.5 to 2.5.0. Release notes Sourced from urllib3's releases. 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. Security issues urllib3 2.5.0 fixes two moderate security issues: Pool managers now properly control redirects when retries is passed — CVE-2025-50181 reported by @​sandumjacob (5.3 Medium, GHSA-pq67-6m6q-mj2v) Redirects are now controlled by urllib3 in the Node.js runtime — CVE-2025-50182 (5.3 Medium, GHSA-48p4-8xcf-vxj5) Features Added support for the compression.zstd module that is new in Python 3.14. See PEP 784 for more information. (#3610) Added support for version 0.5 of hatch-vcs (#3612) Bugfixes Raised exception for HTTPResponse.shutdown on a connection already released to the pool. (#3581) Fixed incorrect CONNECT statement when using an IPv6 proxy with connection_from_host. Previously would not be wrapped in []. (#3615) 2.4.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. Features Applied PEP 639 by specifying the license fields in pyproject.toml. (#3522) Updated exceptions to save and restore more properties during the pickle/serialization process. (#3567) Added verify_flags option to create_urllib3_context with a default of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python 3.13+. (#3571) Bugfixes Fixed a bug with partial reads of streaming data in Emscripten. (#3555) Misc Switched to uv for installing development dependecies. (#3550) Removed the multiple.intoto.jsonl asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (#3566) 2.3.0 ... (truncated) Changelog Sourced from urllib3's changelog. 2.5.0 (2025-06-18) Features Added support for the compression.zstd module that is new in Python 3.14. See PEP 784 _ for more information. ([#3610](https://github.com/urllib3/urllib3/issues/3610) __) Added support for version 0.5 of hatch-vcs ([#3612](https://github.com/urllib3/urllib3/issues/3612) __) Bugfixes Fixed a security issue where restricting the maximum number of followed redirects at the urllib3.PoolManager level via the retries parameter did not work. Made the Node.js runtime respect redirect parameters such as retries and redirects. Raised exception for HTTPResponse.shutdown on a connection already released to the pool. ([#3581](https://github.com/urllib3/urllib3/issues/3581) __) Fixed incorrect CONNECT statement when using an IPv6 proxy with connection_from_host. Previously would not be wrapped in []. ([#3615](https://github.com/urllib3/urllib3/issues/3615) __) 2.4.0 (2025-04-10) Features Applied PEP 639 by specifying the license fields in pyproject.toml. ([#3522](https://github.com/urllib3/urllib3/issues/3522) __) Updated exceptions to save and restore more properties during the pickle/serialization process. ([#3567](https://github.com/urllib3/urllib3/issues/3567) __) Added verify_flags option to create_urllib3_context with a default of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python 3.13+. ([#3571](https://github.com/urllib3/urllib3/issues/3571) __) Bugfixes Fixed a bug with partial reads of streaming data in Emscripten. ([#3555](https://github.com/urllib3/urllib3/issues/3555) __) Misc Switched to uv for installing development dependecies. ([#3550](https://github.com/urllib3/urllib3/issues/3550) __) Removed the multiple.intoto.jsonl asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. ([#3566](https://github.com/urllib3/urllib3/issues/3566) __) 2.3.0 (2024-12-22) ... (truncated) Commits aaab4ec Release 2.5.0 7eb4a2a Merge commit from fork f05b132 Merge commit from fork d03fe32 Fix HTTP tunneling with IPv6 in older Python versions 11661e9 Bump github/codeql-action from 3.28.0 to 3.29.0 (#3624) 6a0ecc6 Update v2 migration guide to 2.4.0 (#3621) 8e32e60 Raise exception for shutdown on a connection already released to the pool (#3... 9996e0f Fix emscripten CI for Chrome 137+ (#3599) 4fd1a99 Bump RECENT_DATE (#3617) c4b5917 Add support for the new compression.zstd module in Python 3.14 (#3611) 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.5 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.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.5 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 supp...

Opengraph URL: https://github.com/python/pyperformance/pull/408

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:e46e2e0a-4937-416a-04b6-da60a5628125
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idC444:34CBCC:68CF57:8D30FE:6969DF2B
html-safe-nonce8279ecc408a7aab8fe346a655f30bf0415f06b5cc091fc1e11bc34eedac547fe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNDQ0OjM0Q0JDQzo2OENGNTc6OEQzMEZFOjY5NjlERjJCIiwidmlzaXRvcl9pZCI6IjIxNTU3NjE3ODY5MTQ3MjU2NzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac86d99cc7ba16748589fe7a4574303e2a00b3859c4d0bcd2ec60371f6f8371509
hovercard-subject-tagpull_request:2799495902
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/pyperformance/pull/408/checks
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.5 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.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
None7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8
turbo-cache-controlno-preview
go-importgithub.com/python/pyperformance git https://github.com/python/pyperformance.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id65949828
octolytics-dimension-repository_nwopython/pyperformance
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id65949828
octolytics-dimension-repository_network_root_nwopython/pyperformance
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebdde15ad1b403e23b08bbd89b53fbe6bdf688cad
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/pyperformance/pull/408/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpyperformance%2Fpull%2F408%2Fchecks
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpyperformance%2Fpull%2F408%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python%2Fpyperformance
Reloadhttps://github.com/python/pyperformance/pull/408/checks
Reloadhttps://github.com/python/pyperformance/pull/408/checks
Reloadhttps://github.com/python/pyperformance/pull/408/checks
python https://github.com/python
pyperformancehttps://github.com/python/pyperformance
Please reload this pagehttps://github.com/python/pyperformance/pull/408/checks
Notifications https://github.com/login?return_to=%2Fpython%2Fpyperformance
Fork 200 https://github.com/login?return_to=%2Fpython%2Fpyperformance
Star 974 https://github.com/login?return_to=%2Fpython%2Fpyperformance
Code https://github.com/python/pyperformance
Issues 45 https://github.com/python/pyperformance/issues
Pull requests 25 https://github.com/python/pyperformance/pulls
Actions https://github.com/python/pyperformance/actions
Projects 0 https://github.com/python/pyperformance/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/pyperformance/security
Please reload this pagehttps://github.com/python/pyperformance/pull/408/checks
Insights https://github.com/python/pyperformance/pulse
Code https://github.com/python/pyperformance
Issues https://github.com/python/pyperformance/issues
Pull requests https://github.com/python/pyperformance/pulls
Actions https://github.com/python/pyperformance/actions
Projects https://github.com/python/pyperformance/projects
Security https://github.com/python/pyperformance/security
Insights https://github.com/python/pyperformance/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fpyperformance%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fpyperformance%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/python/pyperformance/tree/main
dependabot/pip/pyperformance/data-files/benchmarks/bm_dulwich_log/urllib3-2.5.0https://github.com/python/pyperformance/tree/dependabot/pip/pyperformance/data-files/benchmarks/bm_dulwich_log/urllib3-2.5.0
Conversation 3 https://github.com/python/pyperformance/pull/408
Commits 1 https://github.com/python/pyperformance/pull/408/commits
Checks 40 https://github.com/python/pyperformance/pull/408/checks
Files changed https://github.com/python/pyperformance/pull/408/files
Please reload this pagehttps://github.com/python/pyperformance/pull/408/checks
Please reload this pagehttps://github.com/python/pyperformance/pull/408/checks
Bump urllib3 from 1.26.5 to 2.5.0 in /pyperformance/data-files/benchmarks/bm_dulwich_log https://github.com/python/pyperformance/pull/408/checks#top
Please reload this pagehttps://github.com/python/pyperformance/pull/408/checks
mypy on: push https://github.com/python/pyperformance/actions/runs/17465645544
Check code with mypy https://github.com/python/pyperformance/actions/runs/17465645544/job/49600582771?pr=408
test on: push https://github.com/python/pyperformance/actions/runs/17465645562
ubuntu-latest - 3.9 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582698?pr=408
ubuntu-latest - 3.10 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582688?pr=408
ubuntu-latest - 3.11 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582669?pr=408
ubuntu-latest - 3.12 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582657?pr=408
ubuntu-latest - 3.13 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582660?pr=408
ubuntu-24.04-arm - 3.9 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582690?pr=408
ubuntu-24.04-arm - 3.10 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582709?pr=408
ubuntu-24.04-arm - 3.11 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582672?pr=408
ubuntu-24.04-arm - 3.12 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582670?pr=408
ubuntu-24.04-arm - 3.13 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582708?pr=408
ubuntu-latest - 3.13 free-threading https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582713?pr=408
ubuntu-24.04-arm - 3.13 free-threading https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582744?pr=408
ubuntu-latest - 3.14-dev https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582782?pr=408
ubuntu-latest - 3.14-dev free-threading https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582702?pr=408
ubuntu-latest - pypy-3.10 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582745?pr=408
ubuntu-latest - pypy-3.9 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582723?pr=408
macos-latest - 3.13 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582731?pr=408
windows-latest - 3.13 https://github.com/python/pyperformance/actions/runs/17465645562/job/49600582704?pr=408
Lint on: push https://github.com/python/pyperformance/actions/runs/17465645564
Check code with ruff https://github.com/python/pyperformance/actions/runs/17465645564/job/49600582646?pr=408
mypy on: pull_request https://github.com/python/pyperformance/actions/runs/17465646303
Check code with mypy https://github.com/python/pyperformance/actions/runs/17465646303/job/49600585068?pr=408
Lint on: pull_request https://github.com/python/pyperformance/actions/runs/17465646314
Check code with ruff https://github.com/python/pyperformance/actions/runs/17465646314/job/49600585091?pr=408
test on: pull_request https://github.com/python/pyperformance/actions/runs/17465646318
ubuntu-latest - 3.9 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585198?pr=408
ubuntu-latest - 3.10 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585156?pr=408
ubuntu-latest - 3.11 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585184?pr=408
ubuntu-latest - 3.12 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585161?pr=408
ubuntu-latest - 3.13 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585225?pr=408
ubuntu-24.04-arm - 3.9 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585188?pr=408
ubuntu-24.04-arm - 3.10 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585175?pr=408
ubuntu-24.04-arm - 3.11 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585166?pr=408
ubuntu-24.04-arm - 3.12 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585242?pr=408
ubuntu-24.04-arm - 3.13 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585182?pr=408
ubuntu-latest - 3.13 free-threading https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585215?pr=408
ubuntu-24.04-arm - 3.13 free-threading https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585196?pr=408
ubuntu-latest - 3.14-dev https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585199?pr=408
ubuntu-latest - 3.14-dev free-threading https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585208?pr=408
ubuntu-latest - pypy-3.10 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585177?pr=408
ubuntu-latest - pypy-3.9 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585241?pr=408
macos-latest - 3.13 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585207?pr=408
windows-latest - 3.13 https://github.com/python/pyperformance/actions/runs/17465646318/job/49600585230?pr=408
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.