From f7e2ac5ceb79f224d790fc4bc700e4e6952e5ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:30:38 +0000 Subject: [PATCH] build(deps): bump cryptography from 44.0.2 to 46.0.6 in /engine Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/requirements.txt b/engine/requirements.txt index d670f46..898d225 100644 --- a/engine/requirements.txt +++ b/engine/requirements.txt @@ -7,5 +7,5 @@ alembic==1.11.1 python-decouple==3.8 python-multipart==0.0.18 yara-python==4.5.1 -cryptography==44.0.2 +cryptography==46.0.6 psutil==7.0.0 \ No newline at end of file