René's URL Explorer Experiment


Title: Bump urllib3 from 1.26.9 to 1.26.18 by dependabot[bot] · Pull Request #5 · llooker/fastapi_python_example · GitHub

Open Graph Title: Bump urllib3 from 1.26.9 to 1.26.18 by dependabot[bot] · Pull Request #5 · llooker/fastapi_python_example

X Title: Bump urllib3 from 1.26.9 to 1.26.18 by dependabot[bot] · Pull Request #5 · llooker/fastapi_python_example

Description: Bumps urllib3 from 1.26.9 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4) 1.26.17 Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (GHSA-v845-jxx5-vc9f) 1.26.16 Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress (#2954) 1.26.15 Fix socket timeout value when HTTPConnection is reused (urllib3/urllib3#2645) Remove "!" character from the unreserved characters in IPv6 Zone ID parsing (urllib3/urllib3#2899) Fix IDNA handling of 'x80' byte (urllib3/urllib3#2901) 1.26.14 Fixed parsing of port 0 (zero) returning None, instead of 0 (#2850) Removed deprecated HTTPResponse.getheaders() calls in urllib3.contrib module. 1.26.13 Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods. Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid. Fixed a deprecation warning when using cryptography v39.0.0. Removed the <4 in the Requires-Python packaging metadata field. 1.26.12 Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue for justification and info on how to migrate. 1.26.11 If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors. ⚠️ urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would raise an OverflowError on Python 3.9 and earlier. 1.26.10 If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors. ⚠️ urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap 🔐 This is the first release to be signed with Sigstore! You can verify the distributables using the .sig and .crt files included on this release. Removed support for Python 3.5 Fixed an issue where a ProxyError recommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured. Changelog Sourced from urllib3's changelog. 1.26.18 (2023-10-17) Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. 1.26.17 (2023-10-02) Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. ([#3139](https://github.com/urllib3/urllib3/issues/3139) _) 1.26.16 (2023-05-23) Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress ([#2954](https://github.com/urllib3/urllib3/issues/2954) _) 1.26.15 (2023-03-10) Fix socket timeout value when HTTPConnection is reused ([#2645](https://github.com/urllib3/urllib3/issues/2645) __) Remove "!" character from the unreserved characters in IPv6 Zone ID parsing ([#2899](https://github.com/urllib3/urllib3/issues/2899) __) Fix IDNA handling of '\x80' byte ([#2901](https://github.com/urllib3/urllib3/issues/2901) __) 1.26.14 (2023-01-11) Fixed parsing of port 0 (zero) returning None, instead of 0. ([#2850](https://github.com/urllib3/urllib3/issues/2850) __) Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. ([#2865](https://github.com/urllib3/urllib3/issues/2865) __) 1.26.13 (2022-11-23) Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods. Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid. Fixed a deprecation warning when using cryptography v39.0.0. Removed the <4 in the Requires-Python packaging metadata field. 1.26.12 (2022-08-22) Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue _ for justification and info on how to migrate. 1.26.11 (2022-07-25) Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would ... (truncated) Commits 9c2c230 Release 1.26.18 (#3159) b594c5c Merge pull request from GHSA-g4mx-q9vg-27p4 944f0eb [1.26] Use vendored six in urllib3.contrib.securetransport c9016bf Release 1.26.17 0122035 Backport GHSA-v845-jxx5-vc9f (#3139) e63989f Fix installing brotli extra on Python 2.7 2e7a24d [1.26] Configure OS for RTD to fix building docs 57181d6 [1.26] Improve error message when calling urllib3.request() (#3058) 3c01480 [1.26] Run coverage even with failed jobs d94029b Release 1.26.16 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.9 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See...

X Description: Bumps urllib3 from 1.26.9 to 1.26.18. Release notes Sourced from urllib3&#39;s releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 &...

Opengraph URL: https://github.com/llooker/fastapi_python_example/pull/5

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:55a31b28-f2bf-fbcd-174f-5050093af708
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id8E3C:1A45E0:37460D:4A33AA:698F9055
html-safe-nonce90d1a426b80b05e205fc744cce5398aa8675405d1fc99c59d10ea9cc679659b6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTNDOjFBNDVFMDozNzQ2MEQ6NEEzM0FBOjY5OEY5MDU1IiwidmlzaXRvcl9pZCI6IjYyMzAyMzU0ODIwOTkyNTc0MjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac70a099c48e21cf225a02dd8e462e3123aaf4590129b483d5de3d046fa518dbbf
hovercard-subject-tagpull_request:1561728963
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/llooker/fastapi_python_example/pull/5/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.9 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None202633fd61f7eedb36bb7ccb403f2d581c4331c905abe8ed7a7469c697b51c27
turbo-cache-controlno-preview
go-importgithub.com/llooker/fastapi_python_example git https://github.com/llooker/fastapi_python_example.git
octolytics-dimension-user_id1437890
octolytics-dimension-user_loginllooker
octolytics-dimension-repository_id508145798
octolytics-dimension-repository_nwollooker/fastapi_python_example
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id508145798
octolytics-dimension-repository_network_root_nwollooker/fastapi_python_example
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
releaseaa35d2eca6295c64e24dceaa06fde213ad1aed69
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fllooker%2Ffastapi_python_example%2Fpull%2F5%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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fllooker%2Ffastapi_python_example%2Fpull%2F5%2Fchecks
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%2Fchecks&source=header-repo&source_repo=llooker%2Ffastapi_python_example
Reloadhttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks
Reloadhttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks
Reloadhttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks
llooker https://patch-diff.githubusercontent.com/llooker
fastapi_python_examplehttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fllooker%2Ffastapi_python_example
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fllooker%2Ffastapi_python_example
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fllooker%2Ffastapi_python_example
Code https://patch-diff.githubusercontent.com/llooker/fastapi_python_example
Issues 0 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/issues
Pull requests 32 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pulls
Actions https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/actions
Projects 0 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/projects
Security 0 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/security
Insights https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pulse
Code https://patch-diff.githubusercontent.com/llooker/fastapi_python_example
Issues https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/issues
Pull requests https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pulls
Actions https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/actions
Projects https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/projects
Security https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/security
Insights https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fllooker%2Ffastapi_python_example%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=%2Fllooker%2Ffastapi_python_example%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/tree/main
dependabot/pip/urllib3-1.26.18https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/tree/dependabot/pip/urllib3-1.26.18
Conversation 1 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5
Commits 1 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/commits
Checks 0 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks
Files changed https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/files
Please reload this pagehttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks
Bump urllib3 from 1.26.9 to 1.26.18 https://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/llooker/fastapi_python_example/pull/5/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.