From f73c3fe4009451ff526488f60b1736a21e2e4d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:24:00 +0000 Subject: [PATCH] build(deps): bump cryptography from 50.0.0 to 50.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 50.0.0 to 50.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebdd5f24..6de7bdae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Flask==3.1.3 Gunicorn==26.1.0 pyturso==0.7.2 python-dotenv==1.2.3 -Cryptography==50.0.0 +Cryptography==50.0.1 requests==2.34.2