From 79a56b88da59b6f2334c636dba38710cec3c1c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:33:05 +0000 Subject: [PATCH] chore(deps-dev): update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `cryptography` to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c57e9b..a57347f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Repository = "https://github.com/healthjoy/async-firebase" [project.optional-dependencies] dev = [ "pre-commit~=4.2", - "cryptography>=46.0.7,<46.1.0", + "cryptography>=46.0.7,<47.1.0", "Faker>=15.3,<41.0", "pytest>=9.0.3,<10.0", "pytest-asyncio>=0.26,<2.0",