From 4f2bbddfc4830ec96d527ffc23b4f8a3d6220933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:32:50 +0000 Subject: [PATCH] fix(deps): Bump cryptography in /.github/actions/GithubToken Bumps [cryptography](https://github.com/pyca/cryptography) from 47.0.0 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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 9b6bfb7..4297dfa 100644 --- a/.github/actions/GithubToken/requirements.txt +++ b/.github/actions/GithubToken/requirements.txt @@ -1,3 +1,3 @@ pyjwt==2.12.1 -cryptography==47.0.0 +cryptography==48.0.0 requests==2.33.1