From 9f386a04904349300a58df64dbcf283f256ad950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:23:40 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /backend directory: [flask-cors](https://github.com/corydolphin/flask-cors), [cryptography](https://github.com/pyca/cryptography) and [marshmallow](https://github.com/marshmallow-code/marshmallow). Updates `flask-cors` from 4.0.1 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.1...6.0.0) Updates `cryptography` from 43.0.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.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: cryptography dependency-version: 44.0.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] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index da239a9..a9eb205 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ # Web Framework Flask==3.0.3 Flask-RESTful==0.3.10 -flask-cors==4.0.1 +flask-cors==6.0.0 # Database SQLAlchemy==2.0.25 @@ -20,13 +20,13 @@ passlib==1.7.4 python-dotenv==1.0.1 # Encryption -cryptography==43.0.1 +cryptography==44.0.1 # Password Validation & Generation zxcvbn>=4.4.25 # Validation -marshmallow==3.20.1 +marshmallow==3.26.2 email-validator==2.1.0 # Logging & Monitoring @@ -39,7 +39,7 @@ pytest-cov==4.1.0 factory-boy==3.3.0 # Production Server -gunicorn==22.0.0 +gunicorn==25.0.3 gevent==23.9.1 # Utilities