From b6d6a381d25a59f391e294930a9f459c0f94b66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:25:10 +0000 Subject: [PATCH] Bump cryptography in /tools/events/meetup-automation Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/events/meetup-automation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/events/meetup-automation/requirements.txt b/tools/events/meetup-automation/requirements.txt index 2f879d281..097be5e26 100644 --- a/tools/events/meetup-automation/requirements.txt +++ b/tools/events/meetup-automation/requirements.txt @@ -1,7 +1,7 @@ certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.4.0 -cryptography==43.0.3 +cryptography==44.0.1 idna==3.10 pycparser==2.22 PyJWT==2.10.1