From 550e99efcc48f8683c30aceb8c58b86cebc318c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:22:32 +0000 Subject: [PATCH] Bump cryptography from 48.0.0 to 49.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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 ad53e4e..b97683a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "flask>=3.1.3", "gunicorn>=25.3.0", "requests==2.34.2", - "cryptography==48.0.0", + "cryptography==49.0.0", ] [tool.pytest.ini_options] diff --git a/requirements.txt b/requirements.txt index eeb3018..daf0a7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask>=3.0 gunicorn>=22.0 requests==2.34.2 -cryptography==48.0.0 +cryptography==49.0.0 schedule>=1.2.2 msal>=1.37.0