From 65d49082dfe97fd75a013c2af6be67da30d76dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 01:22:06 +0000 Subject: [PATCH] build(deps): update cryptography requirement from <44 to <46 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...45.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.2 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..2924090 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<46", "pyOpenSSL>=19.1.0,<=24.2.1", ] license = {text = "Apache License 2.0"}