From 1d986092a0c505687a878de0bbae7dcc39629442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 03:44:28 +0000 Subject: [PATCH] build(deps): update pyopenssl requirement Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/19.1.0...24.3.0) --- updated-dependencies: - dependency-name: pyopenssl 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..5466ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "PyYAML>=3.0", # https://github.com/iterative/PyDrive2/issues/361 "cryptography<44", - "pyOpenSSL>=19.1.0,<=24.2.1", + "pyOpenSSL>=19.1.0,<=24.3.0", ] license = {text = "Apache License 2.0"} dynamic = ["version"]