Skip to content

Update flask requirement from <=3.0.3 to <=3.1.3 - #132

Merged
dbieber merged 1 commit into
mainfrom
dependabot/pip/flask-lte-3.1.2
Sep 5, 2026
Merged

Update flask requirement from <=3.0.3 to <=3.1.3#132
dbieber merged 1 commit into
mainfrom
dependabot/pip/flask-lte-3.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on flask to permit the latest version.

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
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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 2, 2025

@dbieber dbieber left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compatibility checked — flask 3.0.3→3.1.2. Verified in a Python 3.9 venv with all nine of these bumps applied together (their combined end state, not just in isolation):

  • pytest: 32 passed
  • ruff check: clean (E/F/E9 selection)
  • every gonotego module imports
  • redis 7.0.1 client exercised against a live redis server (set/get/rpush/lindex/lpop/llen/keys/delete — the operations interprocess.py uses)
  • openai 2.6.1: confirmed the four call surfaces the code uses still exist (completions.create, chat.completions.create, audio.speech.create, audio.transcriptions.create)

selenium stays at 3.141.0 (armhf geckodriver constraint) and urllib3 stays on 1.26.x, which is compatible with everything here.

🤖 Generated with Claude Code

@dbieber

dbieber commented Sep 5, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@0.1...3.1.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-version: 3.1.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Update flask requirement from <=3.0.3 to <=3.1.2 Update flask requirement from <=3.0.3 to <=3.1.3 Sep 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/flask-lte-3.1.2 branch from ae5a6b7 to 1bf3079 Compare September 5, 2026 12:16
@dbieber
dbieber merged commit a2daebb into main Sep 5, 2026
1 check failed
@dbieber
dbieber deleted the dependabot/pip/flask-lte-3.1.2 branch September 5, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant