From ee8f4e7c5c7938be9eee1c44b48a3757e20f7b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:28:21 +0000 Subject: [PATCH] fix(deps): bump cryptography in /.github/actions/GithubToken Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 47.0.0. - [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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/GithubToken/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/GithubToken/requirements.txt b/.github/actions/GithubToken/requirements.txt index 227c613..54a2929 100644 --- a/.github/actions/GithubToken/requirements.txt +++ b/.github/actions/GithubToken/requirements.txt @@ -1,3 +1,3 @@ pyjwt>=2.8.0 -cryptography==46.0.7 +cryptography==47.0.0 requests==2.33.1