From 35bd413194427d329b5912b0c740d7a2965668d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:08:57 +0000 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.6 in /scripts Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- scripts/make_release_requirements.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index d67679e..982b4e0 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -12,22 +12,24 @@ cffi==1.15.1 # pynacl charset-normalizer==3.2.0 # via requests -cryptography==41.0.4 +cryptography==41.0.6 # via pyjwt deprecated==1.2.14 # via pygithub gitdb==4.0.10 # via gitpython gitpython==3.1.40 - # 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.1.1 - # via -r scripts/make_release_requirements.in + # via -r make_release_requirements.in pyjwt[crypto]==2.8.0 - # via pygithub + # via + # pygithub + # pyjwt pynacl==1.5.0 # via pygithub python-dateutil==2.8.2