From a7e0180f96f9c3f5dd8d980b3f9562098b6f45bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:05:19 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group 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](https://github.com/pallets/flask/compare/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](https://github.com/miguelgrinberg/flask-socketio/compare/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](https://github.com/python-greenlet/greenlet/compare/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](https://github.com/pallets/werkzeug/compare/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] --- backend/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ad624578..dd7c4133 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "email-validator==2.3.0", "faker>=40.4.0", - "Flask==3.1.2", + "Flask==3.1.3", "Flask-CORS==6.0.2", "Flask-JWT-Extended==4.7.1", "Flask-Limiter==4.1.1", @@ -37,12 +37,12 @@ dependencies = [ "Flask-PyMongo==3.0.1", "flask-restx==1.3.2", "Flask-Session==0.8.0", - "Flask-SocketIO==5.6.0", + "Flask-SocketIO==5.6.1", "geoip2==5.2.0", "gevent==25.9.1", "google-genai>=1.63.0", - "greenlet==3.3.1", + "greenlet==3.3.2", "httpx==0.28.1", "idna==3.11", "itsdangerous==2.2.0", @@ -75,7 +75,7 @@ dependencies = [ "tzdata==2025.3", "uwsgi==2.0.31", - "Werkzeug==3.1.5", + "Werkzeug==3.1.6", "gunicorn>=25.1.0", "gevent-websocket==0.10.1", ]