René's URL Explorer Experiment


Title: Bump flask from 0.10.1 to 2.3.2 by dependabot[bot] · Pull Request #1 · DotModus/sendgrid-python · GitHub

Open Graph Title: Bump flask from 0.10.1 to 2.3.2 by dependabot[bot] · Pull Request #1 · DotModus/sendgrid-python

X Title: Bump flask from 0.10.1 to 2.3.2 by dependabot[bot] · Pull Request #1 · DotModus/sendgrid-python

Description: Bumps flask from 0.10.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 0.10.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-...

X Description: Bumps flask from 0.10.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, ...

Opengraph URL: https://github.com/DotModus/sendgrid-python/pull/1

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:aa342535-3ab0-6d72-02dc-3e0d4d030955
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE5B4:24CFD7:6BF5434:93BF2B9:69786E78
html-safe-nonce6e83d5965fdebdbf92123202420a1d2a17a0a96673cc7139a1bd4d589cfdcdc6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNUI0OjI0Q0ZENzo2QkY1NDM0OjkzQkYyQjk6Njk3ODZFNzgiLCJ2aXNpdG9yX2lkIjoiODExNTI2NjM1NzM4MjYzOTIyNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac54fada53b07240fa7d829464734fe61b0cbae73b78ddfa29bd0f450419b8bc61
hovercard-subject-tagpull_request:1334211007
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/DotModus/sendgrid-python/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 flask from 0.10.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-...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2981c597c945c1d90ac6fa355ce7929b2f413dfe7872ca5c435ee53a24a1de50
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/DotModus/sendgrid-python git https://github.com/DotModus/sendgrid-python.git
octolytics-dimension-user_id2673536
octolytics-dimension-user_loginDotModus
octolytics-dimension-repository_id106694963
octolytics-dimension-repository_nwoDotModus/sendgrid-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id3546794
octolytics-dimension-repository_parent_nwosendgrid/sendgrid-python
octolytics-dimension-repository_network_root_id3546794
octolytics-dimension-repository_network_root_nwosendgrid/sendgrid-python
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
release520b65a872113b919c1bbdb03834a50af15859fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FDotModus%2Fsendgrid-python%2Fpull%2F1%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%2FDotModus%2Fsendgrid-python%2Fpull%2F1%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=DotModus%2Fsendgrid-python
Reloadhttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
Reloadhttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
Reloadhttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
DotModus https://patch-diff.githubusercontent.com/DotModus
sendgrid-pythonhttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python
sendgrid/sendgrid-pythonhttps://patch-diff.githubusercontent.com/sendgrid/sendgrid-python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FDotModus%2Fsendgrid-python
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FDotModus%2Fsendgrid-python
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FDotModus%2Fsendgrid-python
Code https://patch-diff.githubusercontent.com/DotModus/sendgrid-python
Pull requests 2 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pulls
Actions https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/actions
Projects 0 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/projects
Security 0 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/security
Insights https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pulse
Code https://patch-diff.githubusercontent.com/DotModus/sendgrid-python
Pull requests https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pulls
Actions https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/actions
Projects https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/projects
Security https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/security
Insights https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FDotModus%2Fsendgrid-python%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=%2FDotModus%2Fsendgrid-python%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/tree/master
dependabot/pip/flask-2.3.2https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/tree/dependabot/pip/flask-2.3.2
Conversation 0 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1
Commits 1 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/commits
Checks 0 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/checks
Files changed https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
Bump flask from 0.10.1 to 2.3.2 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
f76e367 Bump flask from 0.10.1 to 2.3.2 dependabot[bot] May 1, 2023 https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/commits/f76e367bc099de7cb00fca4686fcaa3a26dca8f9
Clear filters https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files
requirements.txthttps://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
View file https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/blob/f76e367bc099de7cb00fca4686fcaa3a26dca8f9/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/DotModus/sendgrid-python/pull/1/{{ revealButtonHref }}
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.