From d5df9709c6441690f998803502189492d2c3c13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:33:53 +0000 Subject: [PATCH] chore(deps-dev): 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.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5ef9cd44..363f6b1a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ coverage>=7.2.7,<7.11 cryptography>=42,<44; python_version <= '3.7' -cryptography>=44,<47; python_version >= '3.8' +cryptography>=49.0.0,<50; python_version >= '3.8' dnspython>=2.3,<3 pytest>=7.4.4,<9 pytest-asyncio>=0.21.1,<=1.2.0