From 13901ca27771eb4b45c8aee76fcf035c8af28c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:28:25 -0500 Subject: [PATCH] Bump cryptography from 41.0.6 to 42.0.0 in /scripts (#841) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/make_release_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index 48f9c3a..976a0f8 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -12,20 +12,20 @@ cffi==1.15.1 # pynacl charset-normalizer==3.2.0 # via requests -cryptography==41.0.6 +cryptography==42.0.0 # via pyjwt deprecated==1.2.14 # via pygithub gitdb==4.0.10 # via gitpython gitpython==3.1.41 - # via -r scripts/make_release_requirements.in + # via -r make_release_requirements.in idna==3.4 # via requests pycparser==2.21 # via cffi pygithub==2.2.0 - # via -r scripts/make_release_requirements.in + # via -r make_release_requirements.in pyjwt[crypto]==2.8.0 # via # pygithub