From 17ded27c0129c346b96bb23491427c8fe94b540f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 10:23:23 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 47.0.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74a4f9f..7ccf665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "flask>=3.1.3", "gunicorn>=25.3.0", "requests==2.33.1", - "cryptography==46.0.7", + "cryptography==47.0.0", ] [tool.pytest.ini_options] diff --git a/requirements.txt b/requirements.txt index 1b0a1e5..95df6dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask>=3.0 gunicorn>=22.0 requests==2.33.1 -cryptography==46.0.7 +cryptography==47.0.0 schedule>=1.2 msal>=1.24.0