From 6c4812619f581cf302455f3ef443e349d95db254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:10:26 +0000 Subject: [PATCH] Update cryptography requirement 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/44.0.2...46.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.1 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 24636b8502..349792d00e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "sqlglot==26.1.3", "databricks-labs-blueprint[yaml]>=0.11.3,<0.12.0", "databricks-labs-lsql==0.16.0", - "cryptography>=44.0.2,<45.1.0", + "cryptography>=44.0.2,<46.1.0", "pyodbc~=5.2.0", "SQLAlchemy~=2.0.40", "pygls~=2.0.0a2",