From 01974204c6c5f3d6dd5e92f5f5f2c97d430a8701 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Mar 2025 02:00:51 +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.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 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"}