Skip to content

Commit 187ae13

Browse files
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](pallets/flask@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](pallets/werkzeug@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](pyca/cryptography@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](python-pillow/Pillow@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] <support@github.com>
1 parent 05de94b commit 187ae13

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements-prod.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# For full development dependencies, see requirements.txt
33

44
# Core Framework
5-
Flask==3.0.0
5+
Flask==3.1.3
66
Flask-SQLAlchemy==3.1.1
7-
Werkzeug==3.1.5
7+
Werkzeug==3.1.6
88
SQLAlchemy==2.0.23
99

1010
# Security
11-
cryptography==44.0.1
11+
cryptography==46.0.5
1212
bleach==6.1.0
1313
argon2-cffi==23.1.0
1414
Flask-WTF==1.2.1
@@ -24,7 +24,7 @@ psutil==5.9.8
2424
# Two-Factor Authentication & QR Codes
2525
pyotp==2.9.0
2626
qrcode==8.2
27-
pillow==12.1.0
27+
pillow==12.1.1
2828

2929
# Database Migrations
3030
Flask-Migrate==4.0.5

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Core Framework
2-
Flask==3.0.0
2+
Flask==3.1.3
33
Flask-SQLAlchemy==3.1.1
4-
Werkzeug==3.1.5
4+
Werkzeug==3.1.6
55
SQLAlchemy==2.0.23
66

77
# Security
8-
cryptography==44.0.1
8+
cryptography==46.0.5
99
bleach==6.1.0
1010
argon2-cffi==23.1.0
1111
Flask-WTF==1.2.1
@@ -21,7 +21,7 @@ psutil==5.9.8
2121
# Two-Factor Authentication & QR Codes
2222
pyotp==2.9.0
2323
qrcode==8.2
24-
pillow==12.1.0
24+
pillow==12.1.1
2525

2626
# Facial Recognition (optional)
2727
face-recognition==1.3.0

0 commit comments

Comments
 (0)