From cfbb1bb63781bce6dff116dad2441c46d0f7316a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:12:54 +0000 Subject: [PATCH] chore(deps-dev): update cryptography requirement 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f8bb6f..0b4ecd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,20 +42,20 @@ dependencies = [ [project.optional-dependencies] crypto = [ - "cryptography>=42.0.0", + "cryptography>=48.0.0", ] watch = [ "watchdog>=6.0.0", ] full = [ - "cryptography>=42.0.0", + "cryptography>=48.0.0", "watchdog>=6.0.0", ] dev = [ "pytest>=8.0.0", "pytest-cov>=5.0.0", "ruff>=0.6.0", - "cryptography>=42.0.0", + "cryptography>=48.0.0", "watchdog>=6.0.0", ]