René's URL Explorer Experiment


Title: Bump flask from 2.0.1 to 2.3.2 by dependabot[bot] · Pull Request #30 · tinylambda/keep · GitHub

Open Graph Title: Bump flask from 2.0.1 to 2.3.2 by dependabot[bot] · Pull Request #30 · tinylambda/keep

X Title: Bump flask from 2.0.1 to 2.3.2 by dependabot[bot] · Pull Request #30 · tinylambda/keep

Description: Bumps flask from 2.0.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2 Milestone: https://github.com/pallets/flask/milestone/29?closed=1 2.3.1 This is a fix release for the 2.3.x release branch. Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-1 Milestone: https://github.com/pallets/flask/milestone/28?closed=1 2.3.0 This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 2.3.x branch is now the supported fix branch, the 2.2.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. Test with warnings treated as errors to be able to adapt to deprecation warnings early. Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0 Milestone: https://github.com/pallets/flask/milestone/24?closed=1 2.2.4 This is a fix release for the 2.2.x release branch. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-4 Milestone: https://github.com/pallets/flask/milestone/27?closed=1 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/flask/milestone/26?closed=1 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-2 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/23?closed=1 2.2.0 This is a feature release, which includes new features and removes previously deprecated code. The 2.2.x branch is now the supported bug fix 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://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-0 Milestone: https://github.com/pallets/flask/milestone/19?closed=1 2.1.3 ... (truncated) Changelog Sourced from flask's changelog. Version 2.3.2 Released 2023-05-01 Set Vary: Cookie header when the session is accessed, modified, or refreshed. Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes. Version 2.3.1 Released 2023-04-25 Restore deprecated from flask import Markup. :issue:5084 Version 2.3.0 Released 2023-04-25 Drop support for Python 3.7. :pr:5072 Update minimum requirements to the latest versions: Werkzeug>=2.3.0, Jinja2>3.1.2, itsdangerous>=2.1.2, click>=8.1.3. Remove previously deprecated code. :pr:4995 The push and pop methods of the deprecated _app_ctx_stack and _request_ctx_stack objects are removed. top still exists to give extensions more time to update, but it will be removed. The FLASK_ENV environment variable, ENV config key, and app.env property are removed. The session_cookie_name, send_file_max_age_default, use_x_sendfile, propagate_exceptions, and templates_auto_reload properties on app are removed. The JSON_AS_ASCII, JSON_SORT_KEYS, JSONIFY_MIMETYPE, and JSONIFY_PRETTYPRINT_REGULAR config keys are removed. The app.before_first_request and bp.before_app_first_request decorators are removed. json_encoder and json_decoder attributes on app and blueprint, and the corresponding json.JSONEncoder and JSONDecoder classes, are removed. The json.htmlsafe_dumps and htmlsafe_dump functions are removed. Calling setup methods on blueprints after registration is an error instead of a warning. :pr:4997 Importing escape and Markup from flask is deprecated. Import them directly from markupsafe instead. :pr:4996 The app.got_first_request property is deprecated. :pr:4997 The locked_cached_property decorator is deprecated. Use a lock inside the decorated function if locking is needed. :issue:4993 ... (truncated) Commits f3b8f57 release version 2.3.2 c990bba update min test env adedb2a Merge pull request #5101 from pallets/update-werkzeug e1aedec update werkzeug 37badc3 update changelog 70f906c Merge pull request from GHSA-m2qf-hxjv-5gpq 8705dd3 set Vary: Cookie header consistently for session 9532cba fix mypy finding 0bc7356 start version 2.3.2 f07fb2b Merge pull request #5086 from pallets/release-2.3.1 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps flask from 2.0.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: GHSA-m2qf-hxjv-5gpq, CVE-2...

X Description: Bumps flask from 2.0.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: GHSA-m2qf-hxjv-5gpq, C...

Opengraph URL: https://github.com/tinylambda/keep/pull/30

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:06c03c13-d892-12c1-f867-1e2c2ca7cc7c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9836:3106E:6BC0766:8B6AE8B:69768CA2
html-safe-nonced0e4cb6d9251c7aedb673b97b68e3432a77c4319a56af8a1261d4bc2d4967229
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5ODM2OjMxMDZFOjZCQzA3NjY6OEI2QUU4Qjo2OTc2OENBMiIsInZpc2l0b3JfaWQiOiI3Njg1NTcyODUzODU1ODQ5NjM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaccf094386ccdddb21f864755d24955158816a4e01c985f3aaf64867dfda412a58
hovercard-subject-tagpull_request:1334447739
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/tinylambda/keep/pull/30/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 flask from 2.0.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: GHSA-m2qf-hxjv-5gpq, CVE-2...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/tinylambda/keep git https://github.com/tinylambda/keep.git
octolytics-dimension-user_id5546016
octolytics-dimension-user_logintinylambda
octolytics-dimension-repository_id257903017
octolytics-dimension-repository_nwotinylambda/keep
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id257903017
octolytics-dimension-repository_network_root_nwotinylambda/keep
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
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftinylambda%2Fkeep%2Fpull%2F30%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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftinylambda%2Fkeep%2Fpull%2F30%2Ffiles
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%2Ffiles&source=header-repo&source_repo=tinylambda%2Fkeep
Reloadhttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
Reloadhttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
Reloadhttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
tinylambda https://patch-diff.githubusercontent.com/tinylambda
keephttps://patch-diff.githubusercontent.com/tinylambda/keep
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ftinylambda%2Fkeep
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Ftinylambda%2Fkeep
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2Ftinylambda%2Fkeep
Code https://patch-diff.githubusercontent.com/tinylambda/keep
Issues 0 https://patch-diff.githubusercontent.com/tinylambda/keep/issues
Pull requests 8 https://patch-diff.githubusercontent.com/tinylambda/keep/pulls
Actions https://patch-diff.githubusercontent.com/tinylambda/keep/actions
Projects 0 https://patch-diff.githubusercontent.com/tinylambda/keep/projects
Security 0 https://patch-diff.githubusercontent.com/tinylambda/keep/security
Insights https://patch-diff.githubusercontent.com/tinylambda/keep/pulse
Code https://patch-diff.githubusercontent.com/tinylambda/keep
Issues https://patch-diff.githubusercontent.com/tinylambda/keep/issues
Pull requests https://patch-diff.githubusercontent.com/tinylambda/keep/pulls
Actions https://patch-diff.githubusercontent.com/tinylambda/keep/actions
Projects https://patch-diff.githubusercontent.com/tinylambda/keep/projects
Security https://patch-diff.githubusercontent.com/tinylambda/keep/security
Insights https://patch-diff.githubusercontent.com/tinylambda/keep/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Ftinylambda%2Fkeep%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=%2Ftinylambda%2Fkeep%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/tinylambda/keep/tree/master
dependabot/pip/flask-2.3.2https://patch-diff.githubusercontent.com/tinylambda/keep/tree/dependabot/pip/flask-2.3.2
Conversation 0 https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30
Commits 1 https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/commits
Checks 0 https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/checks
Files changed https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
Please reload this pagehttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
Bump flask from 2.0.1 to 2.3.2 https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
6b73ed4 Bump flask from 2.0.1 to 2.3.2 dependabot[bot] May 1, 2023 https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/commits/6b73ed401c993f11512d8aa9fdac69adb87ae6a2
Clear filters https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
Please reload this pagehttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
Please reload this pagehttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files
requirements.txthttps://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
View file https://patch-diff.githubusercontent.com/tinylambda/keep/blob/6b73ed401c993f11512d8aa9fdac69adb87ae6a2/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
https://patch-diff.githubusercontent.com/tinylambda/keep/pull/30/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
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.