From 7bf5a7c5aa1f22e554371ef025d4d6e20fe3ce7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:06:45 +0000 Subject: [PATCH] build(deps): update cryptography requirement from <44 to <45 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/0.1...44.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 881c898..6b9ca61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "oauth2client>=4.0.0", "PyYAML>=3.0", # https://github.com/iterative/PyDrive2/issues/361 - "cryptography<44", + "cryptography<45", "pyOpenSSL>=19.1.0,<=24.2.1", ] license = {text = "Apache License 2.0"}