René's URL Explorer Experiment


Title: Bump urllib3 from 1.25.9 to 1.26.5 in /taiyangxue/university by dependabot[bot] · Pull Request #13 · JustDoPython/python-examples · GitHub

Open Graph Title: Bump urllib3 from 1.25.9 to 1.26.5 in /taiyangxue/university by dependabot[bot] · Pull Request #13 · JustDoPython/python-examples

X Title: Bump urllib3 from 1.25.9 to 1.26.5 in /taiyangxue/university by dependabot[bot] · Pull Request #13 · JustDoPython/python-examples

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/JustDoPython/python-examples/pull/13

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:ffdccfe8-2a6a-da98-0cb4-3d61ad738aa7
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idB768:F74F6:1FE6EB8:2A0E15D:696B07DF
html-safe-nonce6ec390ac8d657c1aa21118889d40a797bd1752c54182791fb25b4d36ff44f80d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzY4OkY3NEY2OjFGRTZFQjg6MkEwRTE1RDo2OTZCMDdERiIsInZpc2l0b3JfaWQiOiI4NTA1NTE2Mzk3Mzg1NDE4NzE5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac49ede4cace19425069cc0eea399ae452f2a9bb11c5ab2e644e5135f5634801a3
hovercard-subject-tagpull_request:659638311
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/JustDoPython/python-examples/pull/13/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.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
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/JustDoPython/python-examples git https://github.com/JustDoPython/python-examples.git
octolytics-dimension-user_id55020320
octolytics-dimension-user_loginJustDoPython
octolytics-dimension-repository_id249331676
octolytics-dimension-repository_nwoJustDoPython/python-examples
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id249331676
octolytics-dimension-repository_network_root_nwoJustDoPython/python-examples
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JustDoPython/python-examples/pull/13/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJustDoPython%2Fpython-examples%2Fpull%2F13%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%2FJustDoPython%2Fpython-examples%2Fpull%2F13%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=JustDoPython%2Fpython-examples
Reloadhttps://github.com/JustDoPython/python-examples/pull/13/checks
Reloadhttps://github.com/JustDoPython/python-examples/pull/13/checks
Reloadhttps://github.com/JustDoPython/python-examples/pull/13/checks
JustDoPython https://github.com/JustDoPython
python-exampleshttps://github.com/JustDoPython/python-examples
Notifications https://github.com/login?return_to=%2FJustDoPython%2Fpython-examples
Fork 386 https://github.com/login?return_to=%2FJustDoPython%2Fpython-examples
Star 396 https://github.com/login?return_to=%2FJustDoPython%2Fpython-examples
Code https://github.com/JustDoPython/python-examples
Issues 12 https://github.com/JustDoPython/python-examples/issues
Pull requests 20 https://github.com/JustDoPython/python-examples/pulls
Actions https://github.com/JustDoPython/python-examples/actions
Projects 0 https://github.com/JustDoPython/python-examples/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/JustDoPython/python-examples/security
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/13/checks
Insights https://github.com/JustDoPython/python-examples/pulse
Code https://github.com/JustDoPython/python-examples
Issues https://github.com/JustDoPython/python-examples/issues
Pull requests https://github.com/JustDoPython/python-examples/pulls
Actions https://github.com/JustDoPython/python-examples/actions
Projects https://github.com/JustDoPython/python-examples/projects
Security https://github.com/JustDoPython/python-examples/security
Insights https://github.com/JustDoPython/python-examples/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FJustDoPython%2Fpython-examples%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FJustDoPython%2Fpython-examples%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/JustDoPython/python-examples/tree/master
dependabot/pip/taiyangxue/university/urllib3-1.26.5https://github.com/JustDoPython/python-examples/tree/dependabot/pip/taiyangxue/university/urllib3-1.26.5
Conversation 2 https://github.com/JustDoPython/python-examples/pull/13
Commits 1 https://github.com/JustDoPython/python-examples/pull/13/commits
Checks 0 https://github.com/JustDoPython/python-examples/pull/13/checks
Files changed https://github.com/JustDoPython/python-examples/pull/13/files
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/13/checks
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/13/checks
Bump urllib3 from 1.25.9 to 1.26.5 in /taiyangxue/university https://github.com/JustDoPython/python-examples/pull/13/checks#top
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/13/checks
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.