From 187ae13ed00c54430bf8a6e84b3e19057458e5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 08:52:01 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [werkzeug](https://github.com/pallets/werkzeug), [cryptography](https://github.com/pyca/cryptography) and [pillow](https://github.com/python-pillow/Pillow). Updates `flask` from 3.0.0 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.0.0...3.1.3) 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) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) Updates `pillow` from 12.1.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.0...12.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 8 ++++---- requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index aa929ce..82a4c8e 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -2,13 +2,13 @@ # For full development dependencies, see requirements.txt # Core Framework -Flask==3.0.0 +Flask==3.1.3 Flask-SQLAlchemy==3.1.1 -Werkzeug==3.1.5 +Werkzeug==3.1.6 SQLAlchemy==2.0.23 # Security -cryptography==44.0.1 +cryptography==46.0.5 bleach==6.1.0 argon2-cffi==23.1.0 Flask-WTF==1.2.1 @@ -24,7 +24,7 @@ psutil==5.9.8 # Two-Factor Authentication & QR Codes pyotp==2.9.0 qrcode==8.2 -pillow==12.1.0 +pillow==12.1.1 # Database Migrations Flask-Migrate==4.0.5 diff --git a/requirements.txt b/requirements.txt index 4690cff..6961067 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Core Framework -Flask==3.0.0 +Flask==3.1.3 Flask-SQLAlchemy==3.1.1 -Werkzeug==3.1.5 +Werkzeug==3.1.6 SQLAlchemy==2.0.23 # Security -cryptography==44.0.1 +cryptography==46.0.5 bleach==6.1.0 argon2-cffi==23.1.0 Flask-WTF==1.2.1 @@ -21,7 +21,7 @@ psutil==5.9.8 # Two-Factor Authentication & QR Codes pyotp==2.9.0 qrcode==8.2 -pillow==12.1.0 +pillow==12.1.1 # Facial Recognition (optional) face-recognition==1.3.0