From bae57bf1234bf08455e5daf3b9e1c8122fa3c285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 18:39:30 +0000 Subject: [PATCH] chore(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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89e7c1f..9b4035a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.11" # fails on any OS without them. Pins match requirements.txt byte for byte. dependencies = [ "colorama==0.4.6", - "cryptography==49.0.0", + "cryptography==50.0.0", "keyring==25.7.0", "nodriver==0.50.3", "platformdirs==4.10.0", diff --git a/requirements.txt b/requirements.txt index a597564..dba45ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # python_requires >= 3.11 colorama==0.4.6 -cryptography==49.0.0 +cryptography==50.0.0 httpx==0.28.1 keyring==25.7.0 nodriver==0.50.3