From 6060bae88ce7dc5814fedb6eb654e572e7e338cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 19:52:36 +0000 Subject: [PATCH] Update cryptography requirement from >=48.0.0 to >=50.0.1 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd695c0..5c23c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Local-first CLI that turns GitHub PR feedback into personal codin readme = "README.md" requires-python = ">=3.11" authors = [{ name = "prlearn" }] -dependencies = ["cryptography>=48.0.0"] +dependencies = ["cryptography>=50.0.1"] [project.optional-dependencies] test = ["pytest>=9.0.3"]