From 09edec8c160f87f792646461dfba82ed4224445c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:35:28 +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/41.0.0...42.0.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f76042d2..2501c9ca 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "pydantic>=1.10.8,<2.0.0", "Jinja2>=2.11.2", # misc - enforced to avoid issues with dependent libraries - "cryptography>=41.0.0,<42.0.0", + "cryptography>=42.0.8,<43.0.0", # required by dbx sync "aiohttp>=3.8.2", "pathspec>=0.9.0",