From daae8b83cea718ee64ac912fcef961afc4aec510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:42:26 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /backend directory: [cryptography](https://github.com/pyca/cryptography), [flask-cors](https://github.com/corydolphin/flask-cors) and [werkzeug](https://github.com/pallets/werkzeug). Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) Updates `flask-cors` from 5.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/5.0.0...6.0.0) Updates `werkzeug` from 3.1.3 to 3.1.4 - [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.3...3.1.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 466f253..6501939 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,10 +5,10 @@ blinker==1.8.2 cffi==1.17.1 click==8.1.7 colorama==0.4.6 -cryptography==44.0.0 +cryptography==44.0.1 flake8==7.1.1 Flask==3.0.3 -Flask-Cors==5.0.0 +Flask-Cors==6.0.0 Flask-Migrate==4.0.7 Flask-RESTful==0.3.10 Flask-SQLAlchemy==3.1.1 @@ -35,4 +35,4 @@ PyYAML==6.0.2 six==1.16.0 SQLAlchemy==2.0.35 typing_extensions==4.12.2 -Werkzeug==3.1.3 +Werkzeug==3.1.4