From 1ecde4ab79d62c62116b6dfef0c54b7867a1f380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:02:06 +0000 Subject: [PATCH] deps(deps): bump cryptography from 46.0.7 to 48.0.0 in /app Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 181ee32..9a57f79 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ Flask-Mail==0.10.0 Flask-Migrate==4.0.5 PyMySQL==1.1.1 gunicorn -cryptography==46.0.7 +cryptography==48.0.0 geoip2>=4.8.0 psutil==5.9.6 python-dotenv==1.2.2