René's URL Explorer Experiment


Title: Bump werkzeug from 1.0.1 to 2.2.3 in /taiyangxue/showdata by dependabot[bot] · Pull Request #31 · JustDoPython/python-examples · GitHub

Open Graph Title: Bump werkzeug from 1.0.1 to 2.2.3 in /taiyangxue/showdata by dependabot[bot] · Pull Request #31 · JustDoPython/python-examples

X Title: Bump werkzeug from 1.0.1 to 2.2.3 in /taiyangxue/showdata by dependabot[bot] · Pull Request #31 · JustDoPython/python-examples

Description: Bumps werkzeug from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains security fixes for: GHSA-xg9f-g7g7-2323 GHSA-px8h-6qxv-m22q 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-2 Milestone: https://github.com/pallets/werkzeug/milestone/25?closed=1 2.2.1 This is a fix release for the 2.2.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/werkzeug/milestone/24?closed=1 2.2.0 This is a feature release, which includes new features and removes previously deprecated features. The 2.2.x branch is now the supported bugfix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-0 Milestone: https://github.com/pallets/werkzeug/milestone/20?closed=1 2.1.2 This is a fix release for the 2.1.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-2 Milestone: https://github.com/pallets/werkzeug/milestone/22?closed=1 2.1.1 This is a fix release for the 2.1.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-1 Milestone: https://github.com/pallets/werkzeug/milestone/19?closed=1 2.1.0 This is a feature release, which includes new features and removes previously deprecated features. The 2.1.x branch is now the supported bugfix branch, the 2.0.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-0 Milestone: https://github.com/pallets/werkzeug/milestone/16?closed=1 2.0.3 Changes: https://werkzeug.palletsprojects.com/en/2.0.x/changes/#version-2-0-3 Milestone: https://github.com/pallets/werkzeug/milestone/18?closed=1 ... (truncated) Changelog Sourced from werkzeug's changelog. Version 2.2.3 Released 2023-02-14 Ensure that URL rules using path converters will redirect with strict slashes when the trailing slash is missing. :issue:2533 Type signature for get_json specifies that return type is not optional when silent=False. :issue:2508 parse_content_range_header returns None for a value like bytes */-1 where the length is invalid, instead of raising an AssertionError. :issue:2531 Address remaining ResourceWarning related to the socket used by run_simple. Remove prepare_socket, which now happens when creating the server. :issue:2421 Update pre-existing headers for multipart/form-data requests with the test client. :issue:2549 Fix handling of header extended parameters such that they are no longer quoted. :issue:2529 LimitedStream.read works correctly when wrapping a stream that may not return the requested size in one read call. :issue:2558 A cookie header that starts with = is treated as an empty key and discarded, rather than stripping the leading ==. Specify a maximum number of multipart parts, default 1000, after which a RequestEntityTooLarge exception is raised on parsing. This mitigates a DoS attack where a larger number of form/file parts would result in disproportionate resource use. Version 2.2.2 Released 2022-08-08 Fix router to restore the 2.1 strict_slashes == False behaviour whereby leaf-requests match branch rules and vice versa. :pr:2489 Fix router to identify invalid rules rather than hang parsing them, and to correctly parse / within converter arguments. :pr:2489 Update subpackage imports in :mod:werkzeug.routing to use the import as syntax for explicitly re-exporting public attributes. :pr:2493 Parsing of some invalid header characters is more robust. :pr:2494 When starting the development server, a warning not to use it in a production deployment is always shown. :issue:2480 LocalProxy.__wrapped__ is always set to the wrapped object when the proxy is unbound, fixing an issue in doctest that would cause it to fail. :issue:2485 Address one ResourceWarning related to the socket used by run_simple. :issue:2421 ... (truncated) Commits 22a254f release version 2.2.3 517cac5 Merge pull request from GHSA-xg9f-g7g7-2323 babc8d9 rewrite docs about request data limits 09449ee clean up docs fe899d0 limit the maximum number of multipart form parts cf275f4 Merge pull request from GHSA-px8h-6qxv-m22q 8c2b4b8 don't strip leading = when parsing cookie 7c7ce5c [pre-commit.ci] pre-commit autoupdate (#2585) 19ae03e [pre-commit.ci] auto fixes from pre-commit.com hooks a83d3b8 [pre-commit.ci] pre-commit autoupdate 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 werkzeug from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en...

X Description: Bumps werkzeug from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.co...

Opengraph URL: https://github.com/JustDoPython/python-examples/pull/31

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:358ac6a9-17e5-f625-59f1-ba0f568f290a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idEA92:D449A:EF7D9A:137299F:696B07C4
html-safe-nonce0944899a33237149397922b4a2e10491c6157b7f191da293e8523765f272d3cc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTkyOkQ0NDlBOkVGN0Q5QToxMzcyOTlGOjY5NkIwN0M0IiwidmlzaXRvcl9pZCI6Ijg2MjczNzIyNDc0MzQ4NTYzODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace77373e8fca0c41cb1f04e8b23d2962d71bee4c64b679db3d3ab6eeaa32f86c8
hovercard-subject-tagpull_request:1242991677
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/JustDoPython/python-examples/pull/31/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 werkzeug from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
diff-viewunified
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
disable-turbotrue
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/31/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJustDoPython%2Fpython-examples%2Fpull%2F31%2Ffiles
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%2F31%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=JustDoPython%2Fpython-examples
Reloadhttps://github.com/JustDoPython/python-examples/pull/31/files
Reloadhttps://github.com/JustDoPython/python-examples/pull/31/files
Reloadhttps://github.com/JustDoPython/python-examples/pull/31/files
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/31/files
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/showdata/werkzeug-2.2.3https://github.com/JustDoPython/python-examples/tree/dependabot/pip/taiyangxue/showdata/werkzeug-2.2.3
Conversation 0 https://github.com/JustDoPython/python-examples/pull/31
Commits 1 https://github.com/JustDoPython/python-examples/pull/31/commits
Checks 0 https://github.com/JustDoPython/python-examples/pull/31/checks
Files changed https://github.com/JustDoPython/python-examples/pull/31/files
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/31/files
Bump werkzeug from 1.0.1 to 2.2.3 in /taiyangxue/showdata https://github.com/JustDoPython/python-examples/pull/31/files#top
Show all changes 1 commit https://github.com/JustDoPython/python-examples/pull/31/files
7b52753 Bump werkzeug from 1.0.1 to 2.2.3 in /taiyangxue/showdata dependabot[bot] Feb 19, 2023 https://github.com/JustDoPython/python-examples/pull/31/commits/7b527534fdbece6ca6651ccb9b549983ca37a8f6
Clear filters https://github.com/JustDoPython/python-examples/pull/31/files
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/31/files
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/31/files
taiyangxue/showdata/requirements.txthttps://github.com/JustDoPython/python-examples/pull/31/files#diff-a9410609c041a3e95a26924f79fef706ac87a310231943da05964fa456d09fce
View file https://github.com/JustDoPython/python-examples/blob/7b527534fdbece6ca6651ccb9b549983ca37a8f6/taiyangxue/showdata/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/JustDoPython/python-examples/pull/31/{{ revealButtonHref }}
https://github.com/JustDoPython/python-examples/pull/31/files#diff-a9410609c041a3e95a26924f79fef706ac87a310231943da05964fa456d09fce
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.