René's URL Explorer Experiment


Title: Bump urllib3 from 1.25.9 to 1.26.5 in /__tests__/data by dependabot[bot] · Pull Request #3 · classicvalues/setup-python · GitHub

Open Graph Title: Bump urllib3 from 1.25.9 to 1.26.5 in /__tests__/data by dependabot[bot] · Pull Request #3 · classicvalues/setup-python

X Title: Bump urllib3 from 1.25.9 to 1.26.5 in /__tests__/data by dependabot[bot] · Pull Request #3 · classicvalues/setup-python

Description: Bumps urllib3 from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed deprecation warnings emitted in Python 3.10. Updated vendored six library to 1.16.0. Improved performance of URL parser when splitting the authority component. If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors 1.26.4 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors 1.26.3 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed bytes and string comparison issue with headers (Pull #2141) Changed ProxySchemeUnknown error message to be more actionable if the user supplies a proxy URL without a scheme (Pull #2107) If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors 1.26.2 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed an issue where wrap_socket and CERT_REQUIRED wouldn't be imported properly on Python 2.7.8 and earlier (Pull #2052) 1.26.1 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed an issue where two User-Agent headers would be sent if a User-Agent header key is passed as bytes (Pull #2047) 1.26.0 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Added support for HTTPS proxies contacting HTTPS servers (Pull #1923, Pull #1806) Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting ssl_version=ssl.PROTOCOL_TLSv1_1 (Pull #2002) Starting in urllib3 v2.0: Connections that receive a DeprecationWarning will fail Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST, Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS, Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and Retry(allowed_methods=...) (Pull #2000) Starting in urllib3 v2.0: Deprecated options will be removed ... (truncated) Changelog Sourced from urllib3's changelog. 1.26.5 (2021-05-26) Fixed deprecation warnings emitted in Python 3.10. Updated vendored six library to 1.16.0. Improved performance of URL parser when splitting the authority component. 1.26.4 (2021-03-15) Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. 1.26.3 (2021-01-26) Fixed bytes and string comparison issue with headers (Pull #2141) Changed ProxySchemeUnknown error message to be more actionable if the user supplies a proxy URL without a scheme. (Pull #2107) 1.26.2 (2020-11-12) Fixed an issue where wrap_socket and CERT_REQUIRED wouldn't be imported properly on Python 2.7.8 and earlier (Pull #2052) 1.26.1 (2020-11-11) Fixed an issue where two User-Agent headers would be sent if a User-Agent header key is passed as bytes (Pull #2047) 1.26.0 (2020-11-10) NOTE: urllib3 v2.0 will drop support for Python 2. Read more in the v2.0 Roadmap _. Added support for HTTPS proxies contacting HTTPS servers (Pull #1923, Pull #1806) Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning ... (truncated) Commits d161647 Release 1.26.5 2d4a3fe Improve performance of sub-authority splitting in URL 2698537 Update vendored six to 1.16.0 07bed79 Fix deprecation warnings for Python 3.10 ssl module d725a9b Add Python 3.10 to GitHub Actions 339ad34 Use pytest==6.2.4 on Python 3.10+ f271c9c Apply latest Black formatting 1884878 [1.26] Properly proxy EOF on the SSLTransport test suite a891304 Release 1.26.4 8d65ea1 Merge pull request from GHSA-5phf-pp7p-vc2r 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 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) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps urllib3 from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed depr...

X Description: Bumps urllib3 from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed ...

Opengraph URL: https://github.com/classicvalues/setup-python/pull/3

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f82ad5db-c42d-e066-28f2-c98a910de495
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD5AE:175ED6:2A34EB3:3C4E616:6A510B84
html-safe-nonce4e8525a68426a3db39d62534cdd0180162082456c5697f4258541ce38696462f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENUFFOjE3NUVENjoyQTM0RUIzOjNDNEU2MTY6NkE1MTBCODQiLCJ2aXNpdG9yX2lkIjoiMjQxNzg0NDgzMTY4MDI2OTE4OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac39d9149780f8972050901cb256b7d4e8ddec3ccc60cd67e3fb2adb8d50559028
hovercard-subject-tagpull_request:1062205131
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/classicvalues/setup-python/pull/3/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.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 ⚠️ IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed depr...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb076e100febaa00374cd89239f915d00dd3187f7c68b12bc2b7688181305344d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/classicvalues/setup-python git https://github.com/classicvalues/setup-python.git
octolytics-dimension-user_id71681815
octolytics-dimension-user_loginclassicvalues
octolytics-dimension-repository_id489164642
octolytics-dimension-repository_nwoclassicvalues/setup-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id192625525
octolytics-dimension-repository_parent_nwoactions/setup-python
octolytics-dimension-repository_network_root_id192625525
octolytics-dimension-repository_network_root_nwoactions/setup-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
release2d129404fc45ea64edb1b98567c53e55b395536f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/classicvalues/setup-python/pull/3/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fclassicvalues%2Fsetup-python%2Fpull%2F3%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Fclassicvalues%2Fsetup-python%2Fpull%2F3%2Ffiles
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%2Ffiles&source=header-repo&source_repo=classicvalues%2Fsetup-python
Reloadhttps://github.com/classicvalues/setup-python/pull/3/files
Reloadhttps://github.com/classicvalues/setup-python/pull/3/files
Reloadhttps://github.com/classicvalues/setup-python/pull/3/files
classicvalues https://github.com/classicvalues
setup-pythonhttps://github.com/classicvalues/setup-python
actions/setup-pythonhttps://github.com/actions/setup-python
Notifications https://github.com/login?return_to=%2Fclassicvalues%2Fsetup-python
Fork 0 https://github.com/login?return_to=%2Fclassicvalues%2Fsetup-python
Star 1 https://github.com/login?return_to=%2Fclassicvalues%2Fsetup-python
Code https://github.com/classicvalues/setup-python
Pull requests 7 https://github.com/classicvalues/setup-python/pulls
Actions https://github.com/classicvalues/setup-python/actions
Projects https://github.com/classicvalues/setup-python/projects
Security and quality 0 https://github.com/classicvalues/setup-python/security
Insights https://github.com/classicvalues/setup-python/pulse
Code https://github.com/classicvalues/setup-python
Pull requests https://github.com/classicvalues/setup-python/pulls
Actions https://github.com/classicvalues/setup-python/actions
Projects https://github.com/classicvalues/setup-python/projects
Security and quality https://github.com/classicvalues/setup-python/security
Insights https://github.com/classicvalues/setup-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fclassicvalues%2Fsetup-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fclassicvalues%2Fsetup-python%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/classicvalues/setup-python/tree/main
dependabot/pip/__tests__/data/urllib3-1.26.5https://github.com/classicvalues/setup-python/tree/dependabot/pip/__tests__/data/urllib3-1.26.5
Conversation 0 https://github.com/classicvalues/setup-python/pull/3
Commits 1 https://github.com/classicvalues/setup-python/pull/3/commits
Checks 0 https://github.com/classicvalues/setup-python/pull/3/checks
Files changed https://github.com/classicvalues/setup-python/pull/3/files
Please reload this pagehttps://github.com/classicvalues/setup-python/pull/3/files
Bump urllib3 from 1.25.9 to 1.26.5 in /__tests__/data https://github.com/classicvalues/setup-python/pull/3/files#top
Show all changes 1 commit https://github.com/classicvalues/setup-python/pull/3/files
ade82c9 Bump urllib3 from 1.25.9 to 1.26.5 in /__tests__/data dependabot[bot] Sep 21, 2022 https://github.com/classicvalues/setup-python/pull/3/commits/ade82c9ecc50c071cb4f80f85cd810b249f02fad
Clear filters https://github.com/classicvalues/setup-python/pull/3/files
Please reload this pagehttps://github.com/classicvalues/setup-python/pull/3/files
Please reload this pagehttps://github.com/classicvalues/setup-python/pull/3/files
requirements-linux.txt https://github.com/classicvalues/setup-python/pull/3/files#diff-ad0c9878041280ac74e5445407350a85a0c8bbe0c4fc2abb897e2396eb7794db
requirements.txt https://github.com/classicvalues/setup-python/pull/3/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
__tests__/data/requirements-linux.txthttps://github.com/classicvalues/setup-python/pull/3/files#diff-ad0c9878041280ac74e5445407350a85a0c8bbe0c4fc2abb897e2396eb7794db
View file https://github.com/classicvalues/setup-python/blob/ade82c9ecc50c071cb4f80f85cd810b249f02fad/__tests__/data/requirements-linux.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/classicvalues/setup-python/pull/3/{{ revealButtonHref }}
https://github.com/classicvalues/setup-python/pull/3/files#diff-ad0c9878041280ac74e5445407350a85a0c8bbe0c4fc2abb897e2396eb7794db
__tests__/data/requirements.txthttps://github.com/classicvalues/setup-python/pull/3/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
View file https://github.com/classicvalues/setup-python/blob/ade82c9ecc50c071cb4f80f85cd810b249f02fad/__tests__/data/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/classicvalues/setup-python/pull/3/{{ revealButtonHref }}
https://github.com/classicvalues/setup-python/pull/3/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
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.