From 2110e8da6a78b128f59a236bb1c2cfe4237066b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:29:56 +0000 Subject: [PATCH] Update cryptography requirement from <42.0,>=3.2 to >=3.2,<43.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...42.0.1) --- 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 00d81d1..9ebb738 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,< 43.0", ] [project.readme]