From ba03c00e52a03920935b2f2b82a47e478cf64959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 18:32:19 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [flask-cors](https://github.com/corydolphin/flask-cors), [python-socketio](https://github.com/miguelgrinberg/python-socketio), [sentry-sdk](https://github.com/getsentry/sentry-python) and [marshmallow](https://github.com/marshmallow-code/marshmallow). Updates `flask-cors` from 4.0.0 to 6.0.0 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.0) Updates `python-socketio` from 5.9.0 to 5.14.0 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.9.0...v5.14.0) Updates `sentry-sdk` from 1.38.0 to 1.45.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.38.0...1.45.1) Updates `marshmallow` from 3.20.1 to 3.26.2 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.1...3.26.2) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production dependency-group: pip - dependency-name: sentry-sdk dependency-version: 1.45.1 dependency-type: direct:production dependency-group: pip - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 995a83e..aa929ce 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -35,7 +35,7 @@ Flask-Caching==2.3.0 redis==5.0.1 # API Documentation -Flask-CORS==4.0.0 +Flask-CORS==6.0.0 # Email & Notifications Flask-Mail==0.9.1 @@ -48,7 +48,7 @@ gunicorn==22.0.0 python-json-logger==2.0.7 # API Request Validation -marshmallow==3.20.1 +marshmallow==3.26.2 marshmallow-sqlalchemy==0.29.0 # Data Export diff --git a/requirements.txt b/requirements.txt index 3d99e8e..4690cff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,13 +37,13 @@ Flask-Caching==2.0.2 redis==5.0.1 # API Documentation -Flask-CORS==4.0.0 +Flask-CORS==6.0.0 Flask-Swagger==0.2.14 flasgger==0.9.7.1 # Phase 6 - Enterprise Systems flask-socketio==5.3.5 -python-socketio==5.9.0 +python-socketio==5.14.0 python-engineio==4.8.0 graphene==3.3 graphene-sqlalchemy==3.0.0rc2 @@ -72,12 +72,12 @@ uwsgi==2.0.23 # Monitoring & Logging python-json-logger==2.0.7 -sentry-sdk==1.38.0 +sentry-sdk==1.45.1 # Data Export openpyxl==3.1.2 reportlab==4.0.7 # API Request Validation -marshmallow==3.20.1 +marshmallow==3.26.2 marshmallow-sqlalchemy==0.29.0 \ No newline at end of file