From 8f048af83449dbaa016ab860f5f11e1bd0c565d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 22:43:12 +0000 Subject: [PATCH] Update cryptography requirement from >=42 to >=48.0.0 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/42.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 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 7e66a0b..0fdd3cb 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>=42"] +dependencies = ["cryptography>=48.0.0"] [project.optional-dependencies] test = ["pytest>=8"]