From 37e42c7110ae4918ef70f7feb77497205c767d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 04:39:48 +0000 Subject: [PATCH] deps(deps): bump cryptography Bumps the pip group with 1 update in the /app directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 81f4273..4f0daf2 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ Flask-Mail==0.10.0 Flask-Migrate==4.1.0 PyMySQL==1.1.1 gunicorn -cryptography==48.0.1 +cryptography==50.0.0 geoip2>=5.2.0 psutil==5.9.6 python-dotenv==1.2.2