From e59238916b368cd520bc7b9adfe30d4786964465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 10:27:30 +0000 Subject: [PATCH] deps(deps): bump cryptography from 41.0.8 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.8 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/commits/46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b926b195..a6189889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ dependencies = [ "pyyaml==6.0.3", "rich==13.7.0", "keyring==24.3.0", - "cryptography==41.0.8", + "cryptography==46.0.5", "click-completion==0.5.2", "tabulate==0.9.0", "colorama==0.4.6",