From 4d8c036b7890792b7485bf1fb4d131f1a9e41a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:37:27 +0000 Subject: [PATCH] build(deps): bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff9d645..d5f1aa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ selectolax==0.4.10 aiohttp==3.14.3 quart==0.22.0 -cryptography==49.0.0 \ No newline at end of file +cryptography==50.0.0 \ No newline at end of file