René's URL Explorer Experiment


Title: Bump flask from 0.12.2 to 1.0 in /monitor-flask-apps by dependabot[bot] · Pull Request #3 · fullstackpython/blog-code-examples · GitHub

Open Graph Title: Bump flask from 0.12.2 to 1.0 in /monitor-flask-apps by dependabot[bot] · Pull Request #3 · fullstackpython/blog-code-examples

X Title: Bump flask from 0.12.2 to 1.0 in /monitor-flask-apps by dependabot[bot] · Pull Request #3 · fullstackpython/blog-code-examples

Description: Bumps flask from 0.12.2 to 1.0. Release notes Sourced from flask's releases. 1.0 The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsprojects.com/blog/flask-1-0-released/ There are over a year's worth of changes in this release. Many features have been improved or changed. Read the changelog to understand how your project's code will be affected. JSON Security Fix Flask previously decoded incoming JSON bytes using the content type of the request. Although JSON should only be encoded as UTF-8, Flask was more lenient. However, Python includes non-text related encodings that could result in unexpected memory use by a request. Flask will now detect the encoding of incoming JSON data as one of the supported UTF encodings, and will not allow arbitrary encodings from the request. Install or Upgrade Install from PyPI with pip: pip install -U Flask 0.12.4 This is a repackage of 0.12.3 to fix an issue with how the package was built. Upgrade Upgrade from PyPI with pip. Use a version identifier if you want to stay at 0.12: pip install -U 'Flask~=0.12.4' 0.12.3 This release includes an important security fix for JSON and a minor backport for CLI support in PyCharm. It is provided for projects that cannot update to Flask 1.0 immediately. See the 1.0 announcement and update to it instead if possible. JSON Security Fix Flask previously decoded incoming JSON bytes using the content type of the request. Although JSON should only be encoded as UTF-8, Flask was more lenient. However, Python includes non-text related encodings that could result in unexpected memory use by a request. Flask will now detect the encoding of incoming JSON data as one of the supported UTF encodings, and will not allow arbitrary encodings from the request. Upgrade Upgrade from PyPI with pip. Use a version identifier if you want to stay at 0.12: pip install -U 'Flask~=0.12.3' ... (truncated) Changelog Sourced from flask's changelog. Version 1.0 Released 2018-04-26 Python 2.6 and 3.3 are no longer supported. Bump minimum dependency versions to the latest stable versions: Werkzeug >= 0.14, Jinja >= 2.10, itsdangerous >= 0.24, Click >= 5.1. :issue:2586 Skip :meth:app.run when a Flask application is run from the command line. This avoids some behavior that was confusing to debug. Change the default for :data:JSONIFY_PRETTYPRINT_REGULAR to False. :func:~json.jsonify returns a compact format by default, and an indented format in debug mode. :pr:2193 :meth:Flask.__init__ accepts the host_matching argument and sets it on :attr:~Flask.url_map. :issue:1559 :meth:Flask.__init__ accepts the static_host argument and passes it as the host argument when defining the static route. :issue:1559 :func:send_file supports Unicode in attachment_filename. :pr:2223 Pass _scheme argument from :func:url_for to :meth:~Flask.handle_url_build_error. :pr:2017 :meth:~Flask.add_url_rule accepts the provide_automatic_options argument to disable adding the OPTIONS method. :pr:1489 :class:~views.MethodView subclasses inherit method handlers from base classes. :pr:1936 Errors caused while opening the session at the beginning of the request are handled by the app's error handlers. :pr:2254 Blueprints gained :attr:~Blueprint.json_encoder and :attr:~Blueprint.json_decoder attributes to override the app's encoder and decoder. :pr:1898 :meth:Flask.make_response raises TypeError instead of ValueError for bad response types. The error messages have been improved to describe why the type is invalid. :pr:2256 Add routes CLI command to output routes registered on the application. :pr:2259 Show warning when session cookie domain is a bare hostname or an IP address, as these may not behave properly in some browsers, such as Chrome. :pr:2282 Allow IP address as exact session cookie domain. :pr:2282 SESSION_COOKIE_DOMAIN is set if it is detected through SERVER_NAME. :pr:2282 Auto-detect zero-argument app factory called create_app or make_app from FLASK_APP. :pr:2297 Factory functions are not required to take a script_info parameter to work with the flask command. If they take a single parameter or a parameter named script_info, the ... (truncated) Commits 291f3c3 Bump version number to 1.0 36e68a4 release 1.0 216151c Merge branch '0.12-maintenance' 23047a7 Bump version number to 0.12.4.dev 1a9e58e Bump version number to 0.12.3 63deee0 release 0.12.3 062745b Merge pull request #2720 from pallets/setup-link 5c8110d ensure order of project urls 10a77a5 Add project_urls so that PyPI will show GitHub stats. 22992a0 add donate link 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 flask from 0.12.2 to 1.0. Release notes Sourced from flask's releases. 1.0 The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsproj...

X Description: Bumps flask from 0.12.2 to 1.0. Release notes Sourced from flask's releases. 1.0 The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.pallets...

Opengraph URL: https://github.com/fullstackpython/blog-code-examples/pull/3

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:00c023b2-071b-9c0d-834f-877e023853de
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD1B2:178041:42AF00:5CCF5E:696A6A61
html-safe-nonce3c079aaaec8a260720567cf70f9a0da93a08380bd0247ff55b049a23973a9b2c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMUIyOjE3ODA0MTo0MkFGMDA6NUNDRjVFOjY5NkE2QTYxIiwidmlzaXRvcl9pZCI6IjkxNDQzODMzMjUxNDczOTI2MDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4d68ba41883edf50a8ba281bcc2bde8926d71fdf27e19073777379f7c6079bd4
hovercard-subject-tagpull_request:395140798
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/fullstackpython/blog-code-examples/pull/3/checks
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.12.2 to 1.0. Release notes Sourced from flask's releases. 1.0 The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsproj...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None6fea32d5b7276b841b7a803796d9715bc6cfb31ed549fdf9de2948ac25d12ba6
turbo-cache-controlno-preview
go-importgithub.com/fullstackpython/blog-code-examples git https://github.com/fullstackpython/blog-code-examples.git
octolytics-dimension-user_id19671844
octolytics-dimension-user_loginfullstackpython
octolytics-dimension-repository_id88350120
octolytics-dimension-repository_nwofullstackpython/blog-code-examples
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id88350120
octolytics-dimension-repository_network_root_nwofullstackpython/blog-code-examples
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef2d9f6432a5a115ec709295ae70623f33bb80aee
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/fullstackpython/blog-code-examples/pull/3/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffullstackpython%2Fblog-code-examples%2Fpull%2F3%2Fchecks
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%2Ffullstackpython%2Fblog-code-examples%2Fpull%2F3%2Fchecks
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%2Fchecks&source=header-repo&source_repo=fullstackpython%2Fblog-code-examples
Reloadhttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
Reloadhttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
Reloadhttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
fullstackpython https://github.com/fullstackpython
blog-code-exampleshttps://github.com/fullstackpython/blog-code-examples
Notifications https://github.com/login?return_to=%2Ffullstackpython%2Fblog-code-examples
Fork 47 https://github.com/login?return_to=%2Ffullstackpython%2Fblog-code-examples
Star 67 https://github.com/login?return_to=%2Ffullstackpython%2Fblog-code-examples
Code https://github.com/fullstackpython/blog-code-examples
Issues 0 https://github.com/fullstackpython/blog-code-examples/issues
Pull requests 3 https://github.com/fullstackpython/blog-code-examples/pulls
Actions https://github.com/fullstackpython/blog-code-examples/actions
Projects 0 https://github.com/fullstackpython/blog-code-examples/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/fullstackpython/blog-code-examples/security
Please reload this pagehttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
Insights https://github.com/fullstackpython/blog-code-examples/pulse
Code https://github.com/fullstackpython/blog-code-examples
Issues https://github.com/fullstackpython/blog-code-examples/issues
Pull requests https://github.com/fullstackpython/blog-code-examples/pulls
Actions https://github.com/fullstackpython/blog-code-examples/actions
Projects https://github.com/fullstackpython/blog-code-examples/projects
Security https://github.com/fullstackpython/blog-code-examples/security
Insights https://github.com/fullstackpython/blog-code-examples/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffullstackpython%2Fblog-code-examples%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffullstackpython%2Fblog-code-examples%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/fullstackpython/blog-code-examples/tree/master
dependabot/pip/monitor-flask-apps/flask-1.0https://github.com/fullstackpython/blog-code-examples/tree/dependabot/pip/monitor-flask-apps/flask-1.0
Conversation 0 https://github.com/fullstackpython/blog-code-examples/pull/3
Commits 1 https://github.com/fullstackpython/blog-code-examples/pull/3/commits
Checks 0 https://github.com/fullstackpython/blog-code-examples/pull/3/checks
Files changed https://github.com/fullstackpython/blog-code-examples/pull/3/files
Please reload this pagehttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
Please reload this pagehttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
Bump flask from 0.12.2 to 1.0 in /monitor-flask-apps https://github.com/fullstackpython/blog-code-examples/pull/3/checks#top
Please reload this pagehttps://github.com/fullstackpython/blog-code-examples/pull/3/checks
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.