Skip to content

chore(deps): bump flask from 3.1.1 to 3.1.3#286

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/flask-3.1.3
Closed

chore(deps): bump flask from 3.1.1 to 3.1.3#286
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/flask-3.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps flask from 3.1.1 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
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
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 dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 5, 2026
@cabljac

cabljac commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [flask](https://github.com/pallets/flask) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.1.1...3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/flask-3.1.3 branch from c43fcc9 to acc2e92 Compare June 8, 2026 08:02
cabljac added a commit that referenced this pull request Jun 8, 2026
Combine open dependabot dependency PRs into a single lock update:

- pytest 8.4.1 -> 9.0.3 (dev; relaxes constraint <9 -> <10)
- cryptography 45.0.4 -> 48.0.0
- flask 3.1.1 -> 3.1.3
- protobuf 6.31.1 -> 6.33.6
- werkzeug 3.1.3 -> 3.1.8
- urllib3 2.5.0 -> 2.7.0
- pyasn1 0.6.1 -> 0.6.3
- cffi 1.17.1 -> 2.0.0 (transitive)

Supersedes #284, #285, #286, #287, #288, #290, #291.
@cabljac

cabljac commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Superseded by #292, which batches this and the other open dependency bumps into a single lock update to avoid a rebase cascade.

@cabljac cabljac closed this Jun 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/flask-3.1.3 branch June 8, 2026 09:12
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant