From 02aa94f39a499351d04d4ec030ffac2c8b1c6964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 19:40:58 +0000 Subject: [PATCH] build(deps): bump cryptography from 44.0.0 to 48.0.1 in /sentinel Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel/requirements.txt b/sentinel/requirements.txt index 821b46f..35db9a5 100644 --- a/sentinel/requirements.txt +++ b/sentinel/requirements.txt @@ -7,4 +7,4 @@ jinja2==3.1.4 pandas==2.2.3 numpy==1.26.4 scikit-learn==1.5.2 -cryptography==44.0.0 \ No newline at end of file +cryptography==48.0.1 \ No newline at end of file