René's URL Explorer Experiment


Title: Bump the pip group across 1 directory with 2 updates by dependabot[bot] · Pull Request #1 · ccwu0918/python-tutorial · GitHub

Open Graph Title: Bump the pip group across 1 directory with 2 updates by dependabot[bot] · Pull Request #1 · ccwu0918/python-tutorial

X Title: Bump the pip group across 1 directory with 2 updates by dependabot[bot] · Pull Request #1 · ccwu0918/python-tutorial

Description: Bumps the pip group with 2 updates in the /04_flask directory: flask and werkzeug. Updates flask from 1.1.2 to 3.1.3 Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3.1.3 security fix release, which fixes a security issue but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Flask/3.1.3/ Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-3 The session is marked as accessed for operations that only access the keys but not the values, such as in and len. GHSA-68rp-wp8r-4726 3.1.2 This is the Flask 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Flask/3.1.2/ Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-2 Milestone: https://github.com/pallets/flask/milestone/38?closed=1 stream_with_context does not fail inside async views. #5774 When using follow_redirects in the test client, the final state of session is correct. #5786 Relax type hint for passing bytes IO to send_file. #5776 3.1.1 This is the Flask 3.1.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Flask/3.1.1/ Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-1 Milestone https://github.com/pallets/flask/milestone/36?closed=1 Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. GHSA-4grg-w6v8-c28g Fix type hint for cli_runner.invoke. #5645 flask --help loads the app and plugins first to make sure all commands are shown. #5673 Mark sans-io base class as being able to handle views that return AsyncIterable. This is not accurate for Flask, but makes typing easier for Quart. #5659 3.1.0 This is the Flask 3.1.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early. PyPI: https://pypi.org/project/Flask/3.1.0/ Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-0 Milestone: https://github.com/pallets/flask/milestone/33?closed=1 Drop support for Python 3.8. #5623 Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. #5624, #5633 Provide a configuration option to control automatic option responses. #5496 Flask.open_resource/open_instance_resource and Blueprint.open_resource take an encoding parameter to use when opening in text mode. It defaults to utf-8. #5504 Request.max_content_length can be customized per-request instead of only through the MAX_CONTENT_LENGTH config. Added MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation about resource limits to the security page. #5625 Add support for the Partitioned cookie attribute (CHIPS), with the SESSION_COOKIE_PARTITIONED config. #5472 -e path takes precedence over default .env and .flaskenv files. load_dotenv loads default files in addition to a path unless load_defaults=False is passed. #5628 Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old secret keys that can still be used for unsigning. Extensions will need to add support. #5621 Fix how setting host_matching=True or subdomain_matching=False interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts requests to only that domain. #5553 Request.trusted_hosts is checked during routing, and can be set through the TRUSTED_HOSTS config. #5636 3.0.3 ... (truncated) Changelog Sourced from flask's changelog. Version 3.1.3 Released 2026-02-18 The session is marked as accessed for operations that only access the keys but not the values, such as in and len. :ghsa:68rp-wp8r-4726 Version 3.1.2 Released 2025-08-19 stream_with_context does not fail inside async views. :issue:5774 When using follow_redirects in the test client, the final state of session is correct. :issue:5786 Relax type hint for passing bytes IO to send_file. :issue:5776 Version 3.1.1 Released 2025-05-13 Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. :ghsa:4grg-w6v8-c28g Fix type hint for cli_runner.invoke. :issue:5645 flask --help loads the app and plugins first to make sure all commands are shown. :issue:5673 Mark sans-io base class as being able to handle views that return AsyncIterable. This is not accurate for Flask, but makes typing easier for Quart. :pr:5659 Version 3.1.0 Released 2024-11-13 Drop support for Python 3.8. :pr:5623 Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:5624,5633 Provide a configuration option to control automatic option responses. :pr:5496 Flask.open_resource/open_instance_resource and Blueprint.open_resource take an encoding parameter to use when opening in text mode. It defaults to utf-8. :issue:5504 Request.max_content_length can be customized per-request instead of only through the MAX_CONTENT_LENGTH config. Added ... (truncated) Commits 22d9247 release version 3.1.3 089cb86 Merge commit from fork c17f379 request context tracks session access 27be933 start version 3.1.3 4e652d3 Abort if the instance folder cannot be created (#5903) 3d03098 Abort if the instance folder cannot be created 407eb76 document using gevent for async (#5900) ac5664d document using gevent for async 4f79d5b Increase required flit_core version to 3.11 (#5865) fe3b215 Increase required flit_core version to 3.11 Additional commits viewable in compare view Updates werkzeug from 1.0.1 to 3.1.6 Release notes Sourced from werkzeug's releases. 3.1.6 This is the Werkzeug 3.1.6 security fix release, which fixes a security issue but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Werkzeug/3.1.6/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-6 safe_join on Windows does not allow special devices names in multi-segment paths. GHSA-29vq-49wr-vm6x 3.1.5 This is the Werkzeug 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Werkzeug/3.1.5/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-5 Milestone: https://github.com/pallets/werkzeug/milestone/43?closed=1 safe_join on Windows does not allow more special device names, regardless of extension or surrounding spaces. GHSA-87hc-h4r5-73f7 The multipart form parser handles a \r\n sequence at a chunk boundary. This fixes the previous attempt, which caused incorrect content lengths. #3065 #3077 Fix AttributeError when initializing DebuggedApplication with pin_security=False. #3075 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Werkzeug/3.1.4/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-4 Milestone: https://github.com/pallets/werkzeug/milestone/42?closed=1 safe_join on Windows does not allow special device names. This prevents reading from these when using send_from_directory. secure_filename already prevented writing to these. ghsa-hgf8-39gv-g3f2 The debugger pin fails after 10 attempts instead of 11. #3020 The multipart form parser handles a \r\n sequence at a chunk boundary. #3065 Improve CPU usage during Watchdog reloader. #3054 Request.json annotation is more accurate. #3067 Traceback rendering handles when the line number is beyond the available source lines. #3044 HTTPException.get_response annotation and doc better conveys the distinction between WSGI and sans-IO responses. #3056 3.1.3 This is the Werkzeug 3.1.3 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0. PyPI: https://pypi.org/project/Werkzeug/3.1.3/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-3 Milestone: https://github.com/pallets/werkzeug/milestone/41?closed=1 Initial data passed to MultiDict and similar interfaces only accepts list, tuple, or set when passing multiple values. It had been changed to accept any Collection, but this matched types that should be treated as single values, such as bytes. #2994 When the Host header is not set and Request.host falls back to the WSGI SERVER_NAME value, if that value is an IPv6 address it is wrapped in [] to match the Host header. #2993 3.1.2 This is the Werkzeug 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0. PyPI: https://pypi.org/project/Werkzeug/3.1.2/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-2 ... (truncated) Changelog Sourced from werkzeug's changelog. Version 3.1.6 Released 2026-02-19 safe_join on Windows does not allow special devices names in multi-segment paths. :ghsa:29vq-49wr-vm6x Version 3.1.5 Released 2026-01-08 safe_join on Windows does not allow more special device names, regardless of extension or surrounding spaces. :ghsa:87hc-h4r5-73f7 The multipart form parser handles a \r\n sequence at a chunk boundary. This fixes the previous attempt, which caused incorrect content lengths. :issue:3065 :issue:3077 Fix AttributeError when initializing DebuggedApplication with pin_security=False. :issue:3075 Version 3.1.4 Released 2025-11-28 safe_join on Windows does not allow special device names. This prevents reading from these when using send_from_directory. secure_filename already prevented writing to these. :ghsa:hgf8-39gv-g3f2 The debugger pin fails after 10 attempts instead of 11. :pr:3020 The multipart form parser handles a \r\n sequence at a chunk boundary. :issue:3065 Improve CPU usage during Watchdog reloader. :issue:3054 Request.json annotation is more accurate. :issue:3067 Traceback rendering handles when the line number is beyond the available source lines. :issue:3044 HTTPException.get_response annotation and doc better conveys the distinction between WSGI and sans-IO responses. :issue:3056 Version 3.1.3 Released 2024-11-08 Initial data passed to MultiDict and similar interfaces only accepts list, tuple, or set when passing multiple values. It had been changed to accept any Collection, but this matched types that should be ... (truncated) Commits 04da1b5 release version 3.1.6 f407712 Merge commit from fork f54fe98 safe_join prevents Windows special device names in multi-segment paths d005985 start version 3.1.6 8565c2c document rule priority (#3102) 3febc7e document rule priority 2525b82 remove state machine docs 4abfbd5 rewrite build docstring (#3097) 161c18b rewrite build docstring 86e11c2 release version 3.1.5 (#3085) 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 show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps the pip group with 2 updates in the /04_flask directory: flask and werkzeug. Updates flask from 1.1.2 to 3.1.3 Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3.1.3...

X Description: Bumps the pip group with 2 updates in the /04_flask directory: flask and werkzeug. Updates flask from 1.1.2 to 3.1.3 Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3...

Opengraph URL: https://github.com/ccwu0918/python-tutorial/pull/1

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:47bc313b-9dff-f842-1ef4-6d66853803d4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCDE0:65EE2:3C87C87:53A6CB4:6A60ED48
html-safe-nonce3896c82cde7c92aa2547f377c2d86d41936a6cfffa718ca2ad91311e57abcc33
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDREUwOjY1RUUyOjNDODdDODc6NTNBNkNCNDo2QTYwRUQ0OCIsInZpc2l0b3JfaWQiOiI2MjMzNjAzNzYyOTcwMjI1OTkyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac310dd213c6db0ef0515a66e1df0facbdbae5e8fd99b93a3587bcd6da326bb9a6
hovercard-subject-tagpull_request:3309471837
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/ccwu0918/python-tutorial/pull/1/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 the pip group with 2 updates in the /04_flask directory: flask and werkzeug. Updates flask from 1.1.2 to 3.1.3 Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3.1.3...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3ba36a464b9464992131f4003292a219fc87f92404b0dbe3fd1ef07f11102d0f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ccwu0918/python-tutorial git https://github.com/ccwu0918/python-tutorial.git
octolytics-dimension-user_id3223617
octolytics-dimension-user_loginccwu0918
octolytics-dimension-repository_id489681977
octolytics-dimension-repository_nwoccwu0918/python-tutorial
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id84792081
octolytics-dimension-repository_parent_nwoshibing624/python-tutorial
octolytics-dimension-repository_network_root_id84792081
octolytics-dimension-repository_network_root_nwoshibing624/python-tutorial
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2cc5e4f897a27632dd600edfec4c737bea2f8338
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ccwu0918/python-tutorial/pull/1/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fccwu0918%2Fpython-tutorial%2Fpull%2F1%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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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%2Fccwu0918%2Fpython-tutorial%2Fpull%2F1%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=ccwu0918%2Fpython-tutorial
Reloadhttps://github.com/ccwu0918/python-tutorial/pull/1/files
Reloadhttps://github.com/ccwu0918/python-tutorial/pull/1/files
Reloadhttps://github.com/ccwu0918/python-tutorial/pull/1/files
ccwu0918 https://github.com/ccwu0918
python-tutorialhttps://github.com/ccwu0918/python-tutorial
shibing624/python-tutorialhttps://github.com/shibing624/python-tutorial
Notifications https://github.com/login?return_to=%2Fccwu0918%2Fpython-tutorial
Fork 0 https://github.com/login?return_to=%2Fccwu0918%2Fpython-tutorial
Star 0 https://github.com/login?return_to=%2Fccwu0918%2Fpython-tutorial
Code https://github.com/ccwu0918/python-tutorial
Pull requests 1 https://github.com/ccwu0918/python-tutorial/pulls
Actions https://github.com/ccwu0918/python-tutorial/actions
Projects https://github.com/ccwu0918/python-tutorial/projects
Security and quality 0 https://github.com/ccwu0918/python-tutorial/security
Insights https://github.com/ccwu0918/python-tutorial/pulse
Code https://github.com/ccwu0918/python-tutorial
Pull requests https://github.com/ccwu0918/python-tutorial/pulls
Actions https://github.com/ccwu0918/python-tutorial/actions
Projects https://github.com/ccwu0918/python-tutorial/projects
Security and quality https://github.com/ccwu0918/python-tutorial/security
Insights https://github.com/ccwu0918/python-tutorial/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fccwu0918%2Fpython-tutorial%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fccwu0918%2Fpython-tutorial%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/ccwu0918/python-tutorial/tree/master
dependabot/pip/04_flask/pip-6d02a2de66https://github.com/ccwu0918/python-tutorial/tree/dependabot/pip/04_flask/pip-6d02a2de66
Conversation 0 https://github.com/ccwu0918/python-tutorial/pull/1
Commits 1 https://github.com/ccwu0918/python-tutorial/pull/1/commits
Checks 0 https://github.com/ccwu0918/python-tutorial/pull/1/checks
Files changed https://github.com/ccwu0918/python-tutorial/pull/1/files
Please reload this pagehttps://github.com/ccwu0918/python-tutorial/pull/1/files
Bump the pip group across 1 directory with 2 updates https://github.com/ccwu0918/python-tutorial/pull/1/files#top
Show all changes 1 commit https://github.com/ccwu0918/python-tutorial/pull/1/files
17b296d Bump the pip group across 1 directory with 2 updates dependabot[bot] Feb 20, 2026 https://github.com/ccwu0918/python-tutorial/pull/1/commits/17b296d7f7c892a92c737b7f82ebb60f56734d49
Clear filters https://github.com/ccwu0918/python-tutorial/pull/1/files
Please reload this pagehttps://github.com/ccwu0918/python-tutorial/pull/1/files
Please reload this pagehttps://github.com/ccwu0918/python-tutorial/pull/1/files
04_flask/requirements.txthttps://github.com/ccwu0918/python-tutorial/pull/1/files#diff-e772c346fc8013db68e4be4587cff8f01ae7c5cfc0b05d51adadcb7ddffda9de
View file https://github.com/ccwu0918/python-tutorial/blob/17b296d7f7c892a92c737b7f82ebb60f56734d49/04_flask/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/ccwu0918/python-tutorial/pull/1/{{ revealButtonHref }}
https://github.com/ccwu0918/python-tutorial/pull/1/files#diff-e772c346fc8013db68e4be4587cff8f01ae7c5cfc0b05d51adadcb7ddffda9de
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.