From fb614a26458595b436e24f8082197b2bf47eb926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:49:58 +0000 Subject: [PATCH] Update cryptography requirement from <42.0,>=3.2 to >=3.2,<44.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/3.2...43.0.0) --- updated-dependencies: - dependency-name: cryptography 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 1e16844..666b77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "Gemini protocol implementation for asyncio" urls = {Homepage = "https://github.com/keis/aiogemini"} dependencies = [ "yarl ~= 1.6", - "cryptography >= 3.2,< 42.0", + "cryptography >= 3.2,< 44.0", ] [project.readme]