From 950b761eac408c3899b5c062ba45a394ea83de1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 08:59:02 +0000 Subject: [PATCH] Upgrade: Bump cryptography in /services/alert-triage Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/alert-triage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/alert-triage/requirements.txt b/services/alert-triage/requirements.txt index c591dc5..bf2cf5c 100644 --- a/services/alert-triage/requirements.txt +++ b/services/alert-triage/requirements.txt @@ -26,4 +26,4 @@ httpx==0.27.2 # Security python-dotenv==1.0.1 -cryptography==43.0.1 +cryptography==44.0.1