From 4be3ee4e4142af690a29ef2ed4b08c0bef0cf7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:38:52 +0000 Subject: [PATCH] Bump cryptography in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 48.0.0 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: pip ... 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..71f9c20 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==48.0.1", ] [tool.pytest.ini_options] diff --git a/requirements.txt b/requirements.txt index eeb3018..f43132f 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==48.0.1 schedule>=1.2.2 msal>=1.37.0