René's URL Explorer Experiment


Title: Bump flask from 1.1.2 to 2.3.2 in /general/detect-fraudulent-transactions by dependabot[bot] · Pull Request #18 · ginmaster/pythoncode-tutorials · GitHub

Open Graph Title: Bump flask from 1.1.2 to 2.3.2 in /general/detect-fraudulent-transactions by dependabot[bot] · Pull Request #18 · ginmaster/pythoncode-tutorials

X Title: Bump flask from 1.1.2 to 2.3.2 in /general/detect-fraudulent-transactions by dependabot[bot] · Pull Request #18 · ginmaster/pythoncode-tutorials

Description: Bumps flask from 1.1.2 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 1.1.2 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 1.1.2 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/ginmaster/pythoncode-tutorials/pull/18

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:18817ee6-516e-84a6-fd96-046ded0ad30c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8E30:1427E7:6981DAA:88B275A:69757E7D
html-safe-nonceb7a05076dd0cadce1ae58841e9caf1a7f7d85d11079f74f466be5eec14c66dfe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTMwOjE0MjdFNzo2OTgxREFBOjg4QjI3NUE6Njk3NTdFN0QiLCJ2aXNpdG9yX2lkIjoiMjU1NzcxODY5NjU4NzI2MzYxMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmace1920047ac70f4ea88f661fc5a8bc0c7bf7c89dbf249d6f3d159a3837bb1b034
hovercard-subject-tagpull_request:1334427785
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/ginmaster/pythoncode-tutorials/pull/18/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 1.1.2 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
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ginmaster/pythoncode-tutorials git https://github.com/ginmaster/pythoncode-tutorials.git
octolytics-dimension-user_id9446576
octolytics-dimension-user_loginginmaster
octolytics-dimension-repository_id444030998
octolytics-dimension-repository_nwoginmaster/pythoncode-tutorials
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id199449624
octolytics-dimension-repository_parent_nwox4nth055/pythoncode-tutorials
octolytics-dimension-repository_network_root_id199449624
octolytics-dimension-repository_network_root_nwox4nth055/pythoncode-tutorials
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fginmaster%2Fpythoncode-tutorials%2Fpull%2F18%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%2Fginmaster%2Fpythoncode-tutorials%2Fpull%2F18%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=ginmaster%2Fpythoncode-tutorials
Reloadhttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
Reloadhttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
Reloadhttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
ginmaster https://patch-diff.githubusercontent.com/ginmaster
pythoncode-tutorialshttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials
x4nth055/pythoncode-tutorialshttps://patch-diff.githubusercontent.com/x4nth055/pythoncode-tutorials
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fginmaster%2Fpythoncode-tutorials
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fginmaster%2Fpythoncode-tutorials
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fginmaster%2Fpythoncode-tutorials
Code https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials
Pull requests 9 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pulls
Actions https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/actions
Projects 0 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/projects
Security 0 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/security
Insights https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pulse
Code https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials
Pull requests https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pulls
Actions https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/actions
Projects https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/projects
Security https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/security
Insights https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fginmaster%2Fpythoncode-tutorials%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=%2Fginmaster%2Fpythoncode-tutorials%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/tree/master
dependabot/pip/general/detect-fraudulent-transactions/flask-2.3.2https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/tree/dependabot/pip/general/detect-fraudulent-transactions/flask-2.3.2
Conversation 0 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18
Commits 1 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/commits
Checks 0 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/checks
Files changed https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
Bump flask from 1.1.2 to 2.3.2 in /general/detect-fraudulent-transactions https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
2ba5d7c Bump flask in /general/detect-fraudulent-transactions dependabot[bot] May 1, 2023 https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/commits/2ba5d7c292bc6bc482dbfb317f6e52403ca7ad6c
Clear filters https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files
general/detect-fraudulent-transactions/requirements.txthttps://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/files#diff-75e5d9e17c500d696c3214b7979125e6a802b443c6f487b99337c78dfd9ea8ae
View file https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/blob/2ba5d7c292bc6bc482dbfb317f6e52403ca7ad6c/general/detect-fraudulent-transactions/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ginmaster/pythoncode-tutorials/pull/18/{{ 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.