diff --git a/pyproject.toml b/pyproject.toml index a1a0f528..84b4ccfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ dparse = "0.5.2" oauthlib = "3.2.2" pyyaml = "6.0.2" protobuf = { version = "3.20.3", optional = true } -cryptography = { version = "43.0.3", optional = true } +cryptography = { version = "44.0.0", optional = true } certifi = { version = "2024.7.4", optional = true } pyopenssl = { version = "24.2.1", optional = true } wheel = { version = "0.38.4", optional = true }