From 576c814227720c2fdfb779a81cc5f89eb2e2ec4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:33:56 +0000 Subject: [PATCH] chore(deps): bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 106a6be..61d3502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,4 +45,4 @@ python-json-logger==4.1.0 # JSON formatter for structlog opentelemetry-api==1.32.1 # OTEL traces for uFawkesObs opentelemetry-sdk==1.32.1 opentelemetry-exporter-otlp==1.32.1 -cryptography==49.0.0 # Fix GHSA-537c-gmf6-5ccf +cryptography==50.0.0 # Fix GHSA-537c-gmf6-5ccf