From ccbbd26d579feb7ba1034ba5388d3b93cf238c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:57:53 +0000 Subject: [PATCH] build(deps): bump cryptography in /.github/actions/merge Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .github/actions/merge/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/merge/requirements.txt b/.github/actions/merge/requirements.txt index d33610ac98..564bcf83d2 100644 --- a/.github/actions/merge/requirements.txt +++ b/.github/actions/merge/requirements.txt @@ -17,12 +17,12 @@ cffi==1.16.0 # pynacl charset-normalizer==3.3.2 # via requests -cryptography==43.0.1 +cryptography==44.0.1 # via pyjwt deprecated==1.2.14 # via pygithub gql[requests]==3.5.0 - # via -r .github/actions/merge/requirements.in + # via -r requirements.in graphql-core==3.2.3 # via gql idna==3.7 @@ -35,15 +35,15 @@ multidict==6.0.5 pycparser==2.22 # via cffi pygit2==1.15.0 - # via -r .github/actions/merge/requirements.in + # via -r requirements.in pygithub==2.3.0 - # via -r .github/actions/merge/requirements.in + # via -r requirements.in pyjwt[crypto]==2.8.0 # via pygithub pynacl==1.5.0 # via pygithub pyyaml==6.0.1 - # via -r .github/actions/merge/requirements.in + # via -r requirements.in requests==2.32.3 # via # gql