From 184798299182f4982bab58dcf8eb4a1cae8fcbe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:36:21 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.7 to >=47.0.0 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/46.0.7...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.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 4d8702c..1469cc6 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,7 +3,7 @@ google-api-python-client google-auth-httplib2 google-auth-oauthlib APScheduler -cryptography>=46.0.7 +cryptography>=47.0.0 prometheus_client>=0.25.0 defusedxml>=0.7.1 twine