Title: Bump flask from 3.0.0 to 3.1.3 in /services/workflow-service by dependabot[bot] · Pull Request #4 · automata-tech/fullstack-python-interview · GitHub
Open Graph Title: Bump flask from 3.0.0 to 3.1.3 in /services/workflow-service by dependabot[bot] · Pull Request #4 · automata-tech/fullstack-python-interview
X Title: Bump flask from 3.0.0 to 3.1.3 in /services/workflow-service by dependabot[bot] · Pull Request #4 · automata-tech/fullstack-python-interview
Description: Bumps flask from 3.0.0 to 3.1.3.
Release notes
Sourced from flask's releases.
3.1.3
This is the Flask 3.1.3 security fix release, which fixes a security issue but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.3/
Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-3
The session is marked as accessed for operations that only access the keys but not the values, such as in and len. GHSA-68rp-wp8r-4726
3.1.2
This is the Flask 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.2/
Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-2
Milestone: https://github.com/pallets/flask/milestone/38?closed=1
stream_with_context does not fail inside async views. #5774
When using follow_redirects in the test client, the final state of session is correct. #5786
Relax type hint for passing bytes IO to send_file. #5776
3.1.1
This is the Flask 3.1.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.1/
Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-1
Milestone https://github.com/pallets/flask/milestone/36?closed=1
Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. GHSA-4grg-w6v8-c28g
Fix type hint for cli_runner.invoke. #5645
flask --help loads the app and plugins first to make sure all commands are shown. #5673
Mark sans-io base class as being able to handle views that return AsyncIterable. This is not accurate for Flask, but makes typing easier for Quart. #5659
3.1.0
This is the Flask 3.1.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. 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.
PyPI: https://pypi.org/project/Flask/3.1.0/
Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-0
Milestone: https://github.com/pallets/flask/milestone/33?closed=1
Drop support for Python 3.8. #5623
Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. #5624, #5633
Provide a configuration option to control automatic option responses. #5496
Flask.open_resource/open_instance_resource and Blueprint.open_resource take an encoding parameter to use when opening in text mode. It defaults to utf-8. #5504
Request.max_content_length can be customized per-request instead of only through the MAX_CONTENT_LENGTH config. Added MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation about resource limits to the security page. #5625
Add support for the Partitioned cookie attribute (CHIPS), with the SESSION_COOKIE_PARTITIONED config. #5472
-e path takes precedence over default .env and .flaskenv files. load_dotenv loads default files in addition to a path unless load_defaults=False is passed. #5628
Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old secret keys that can still be used for unsigning. Extensions will need to add support. #5621
Fix how setting host_matching=True or subdomain_matching=False interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts requests to only that domain. #5553
Request.trusted_hosts is checked during routing, and can be set through the TRUSTED_HOSTS config. #5636
3.0.3
... (truncated)
Changelog
Sourced from flask's changelog.
Version 3.1.3
Released 2026-02-18
The session is marked as accessed for operations that only access the keys
but not the values, such as in and len. :ghsa:68rp-wp8r-4726
Version 3.1.2
Released 2025-08-19
stream_with_context does not fail inside async views. :issue:5774
When using follow_redirects in the test client, the final state
of session is correct. :issue:5786
Relax type hint for passing bytes IO to send_file. :issue:5776
Version 3.1.1
Released 2025-05-13
Fix signing key selection order when key rotation is enabled via
SECRET_KEY_FALLBACKS. :ghsa:4grg-w6v8-c28g
Fix type hint for cli_runner.invoke. :issue:5645
flask --help loads the app and plugins first to make sure all commands
are shown. :issue:5673
Mark sans-io base class as being able to handle views that return
AsyncIterable. This is not accurate for Flask, but makes typing easier
for Quart. :pr:5659
Version 3.1.0
Released 2024-11-13
Drop support for Python 3.8. :pr:5623
Update minimum dependency versions to latest feature releases.
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:5624,5633
Provide a configuration option to control automatic option
responses. :pr:5496
Flask.open_resource/open_instance_resource and
Blueprint.open_resource take an encoding parameter to use when
opening in text mode. It defaults to utf-8. :issue:5504
Request.max_content_length can be customized per-request instead of only
through the MAX_CONTENT_LENGTH config. Added
... (truncated)
Commits
22d9247 release version 3.1.3
089cb86 Merge commit from fork
c17f379 request context tracks session access
27be933 start version 3.1.3
4e652d3 Abort if the instance folder cannot be created (#5903)
3d03098 Abort if the instance folder cannot be created
407eb76 document using gevent for async (#5900)
ac5664d document using gevent for async
4f79d5b Increase required flit_core version to 3.11 (#5865)
fe3b215 Increase required flit_core version to 3.11
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 show
Open Graph Description: Bumps flask from 3.0.0 to 3.1.3. Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3.1.3 security fix release, which fixes a security issue but does not otherwise change be...
X Description: Bumps flask from 3.0.0 to 3.1.3. Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3.1.3 security fix release, which fixes a security issue but does not otherwise chang...
Opengraph URL: https://github.com/automata-tech/fullstack-python-interview/pull/4
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:f1b7bb16-03c8-8008-f6a5-ce42e15390eb |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | EC42:1F68DB:9E88BD2:D776637:6A5EF34B |
| html-safe-nonce | 0274c4e84145c3fb45aecadefca10ea61f17bea019f2d9882c35a8ebe629909e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQzQyOjFGNjhEQjo5RTg4QkQyOkQ3NzY2Mzc6NkE1RUYzNEIiLCJ2aXNpdG9yX2lkIjoiODE0NTI5MDQ4NTE5NDIyNDQ1OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 640d6434875fe70c1784b4acd3d67841e31cdbcd7efd04a8a89998fa86c78fba |
| hovercard-subject-tag | pull_request:3309791760 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/automata-tech/fullstack-python-interview/pull/4/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps flask from 3.0.0 to 3.1.3. Release notes Sourced from flask's releases. 3.1.3 This is the Flask 3.1.3 security fix release, which fixes a security issue but does not otherwise change be... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 82d0004a35927bdb00c652a57f456c55aa0eda4ade1bc7956d7510fdea6e454b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/automata-tech/fullstack-python-interview git https://github.com/automata-tech/fullstack-python-interview.git |
| octolytics-dimension-user_id | 47563528 |
| octolytics-dimension-user_login | automata-tech |
| octolytics-dimension-repository_id | 1071519768 |
| octolytics-dimension-repository_nwo | automata-tech/fullstack-python-interview |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1071519768 |
| octolytics-dimension-repository_network_root_nwo | automata-tech/fullstack-python-interview |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | d2d913dd727d2d7ac189fb4d05b10bc34ecd03ee |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width