From 6db7cc5136d266a9a03280bdfba3b2610ecb20c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:34:14 +0000 Subject: [PATCH] build(deps): bump cryptography in /server/workers/dataprocessing Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.1.4...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/workers/dataprocessing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/workers/dataprocessing/requirements.txt b/server/workers/dataprocessing/requirements.txt index 1679d326e..6df2c717c 100644 --- a/server/workers/dataprocessing/requirements.txt +++ b/server/workers/dataprocessing/requirements.txt @@ -1,6 +1,6 @@ asn1crypto==0.24.0 async-timeout==4.0.2 -cryptography==2.1.4 +cryptography==46.0.5 idna==2.6 importlib-metadata==4.8.3 joblib==1.1.1