Skip to content

Comments

chore(deps): bump the python-minor-patch group in /backend with 4 updates#175

Open
dependabot[bot] wants to merge 1 commit intoprodfrom
dependabot/pip/backend/prod/python-minor-patch-66742a17b9
Open

chore(deps): bump the python-minor-patch group in /backend with 4 updates#175
dependabot[bot] wants to merge 1 commit intoprodfrom
dependabot/pip/backend/prod/python-minor-patch-66742a17b9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps the python-minor-patch group in /backend with 4 updates: flask, flask-socketio, greenlet and werkzeug.

Updates flask from 3.1.2 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
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
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

Updates flask-socketio from 5.6.0 to 5.6.1

Release notes

Sourced from flask-socketio's releases.

Release 5.6.1

See CHANGES.md for release notes.

Changelog

Sourced from flask-socketio's changelog.

Flask-SocketIO change log

Release 5.6.1 - 2026-02-21

  • Session fixes for Flask >= 3.1.3 #2153 (commit)
  • Update SocketIO constructor documentation #2151 (commit)
  • Switch to the Furo documentation template (commit)

Release 5.6.0 - 2025-12-25

  • Use Flask test client's own environ dict if it is available #2142 (commit)
  • Add Python 3.13, 3.14 and pypy-3.11 to CI builds, drop 3.8 and 3.9 (commit)
  • Documentation: Added an example using the init_app() method #2110 (commit)

Release 5.5.1 - 2025-01-06

  • Updated version of python-socketio dependency #2128 (commit) (thanks Okke Harsta!)

Release 5.5.0 - 2024-12-18

Release 5.4.1 - 2024-10-01

  • Removed a debugging statement (commit)

Release 5.4.0 - 2024-09-30

  • Support catch-all events with socketio.on('*') #2095 (commit)

Release 5.3.7 - 2024-09-02

  • Prevent crash when client sends empty event (commit)
  • Handle events with catch-all namespace #2061 (commit)
  • Add unit test for background tasks (commit)
  • Drop Python 3.7, add Python 3.12, upgrade to pypy 3.10 (commit)

Release 5.3.6 - 2023-09-05

  • Fixes in the test client to support recent changes in Socket.IO dependencies #2006 (commit)

Release 5.3.5 - 2023-07-26

  • Prevent allow_unsafe_werkzeug option from being passed to web servers #2001 (commit)

Release 5.3.4 - 2023-05-03

... (truncated)

Commits

Updates greenlet from 3.3.1 to 3.3.2

Changelog

Sourced from greenlet's changelog.

3.3.2 (2026-02-20)

  • Fix a crash on Python 3.10 if there are active greenlets during interpreter shutdown. See PR 495 <https://github.com/python-greenlet/greenlet/pull/495>_ by Nicolas Bouvrette.
Commits
  • a62f331 Preparing release 3.3.2
  • c73a2c6 Pull in change note for 3.2.5
  • 4eb47c8 test_untracked_memory_doesnt_increase_unfinished_thread_dealloc_in_main: A ch...
  • 53ac405 Add change note for #495
  • d5b8515 Merge pull request #495 from nbouvrette/fix/safe-finalization-py310
  • e0625d7 Merge pull request #494 from daniel7an/fix/issue-492-spdx-license
  • 292e126 Fix SIGSEGV/SIGABRT during interpreter shutdown on Python < 3.11
  • 77e65f0 Fix SPDX license identifier: Python-2.0 → PSF-2.0
  • d4606ef leak tests: do a better job skipping if uss isn't available. Fixes #485
  • 74a11b8 Back to development: 3.3.2
  • See full diff in compare view

Updates werkzeug from 3.1.5 to 3.1.6

Release notes

Sourced from werkzeug's releases.

3.1.6

This is the Werkzeug 3.1.6 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/Werkzeug/3.1.6/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-6

  • safe_join on Windows does not allow special devices names in multi-segment paths. GHSA-29vq-49wr-vm6x
Changelog

Sourced from werkzeug's changelog.

Version 3.1.6

Released 2026-02-19

  • safe_join on Windows does not allow special devices names in multi-segment paths. :ghsa:29vq-49wr-vm6x
Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-minor-patch group in /backend with 4 updates: [flask](https://github.com/pallets/flask), [flask-socketio](https://github.com/miguelgrinberg/flask-socketio), [greenlet](https://github.com/python-greenlet/greenlet) and [werkzeug](https://github.com/pallets/werkzeug).


Updates `flask` from 3.1.2 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.2...3.1.3)

Updates `flask-socketio` from 5.6.0 to 5.6.1
- [Release notes](https://github.com/miguelgrinberg/flask-socketio/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/Flask-SocketIO@v5.6.0...v5.6.1)

Updates `greenlet` from 3.3.1 to 3.3.2
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.3.1...3.3.2)

Updates `werkzeug` from 3.1.5 to 3.1.6
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: flask
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
- dependency-name: flask-socketio
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
- dependency-name: greenlet
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
- dependency-name: werkzeug
  dependency-version: 3.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot enabled auto-merge (squash) February 22, 2026 11:05
@github-actions
Copy link

🔒 Security Scan Results

✅ Bandit: Passed

No security issues found. Your code passed all security checks! 🎉


Security scans help identify potential vulnerabilities in your code. Learn more about Bandit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants