From 7defac58e8a5f3ed33d4d5cb22d3eeb7de364221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:16:48 +0000 Subject: [PATCH] Update cryptography requirement from <42.1,>=42.0 to >=42.0,<43.1 (#7055) 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/42.0.0...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d556d652a..2ef691069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "asgiref>=3.2.10,<=3.8.1", "Brotli>=1.0,<=1.1.0", "certifi>=2019.9.11", # no upper bound here to get latest CA bundle - "cryptography>=42.0,<42.1", # relaxed upper bound here to get security fixes + "cryptography>=42.0,<43.1", # relaxed upper bound here to get security fixes "flask>=3.0,<=3.0.3", "h11>=0.11,<=0.14.0", "h2>=4.1,<=4.1.0",