From 33713a206a22f61a8dbab4c1b1e71819fcb0b810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:20:56 +0000 Subject: [PATCH] chore(deps)(deps): bump cryptography from 45.0.7 to 49.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8fafbaf..76276df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,8 @@ PyMuPDF==1.28.0 # NLP & Security Analysis presidio-analyzer==2.2.364 -spacy==3.8.14 # Mantenuto in 3.8.13 per compatibilità con presidio-analyzer 2.2.363 -cryptography==45.0.7 +spacy==3.8.14 # presidio-analyzer 2.2.364 excludes spacy==3.8.14 only for python_version>=3.14; safe on our Python 3.13 target +cryptography==49.0.0 # spaCy language models (pinned to exact versions for reproducibility) # IMPORTANT: model minor version MUST match the spaCy core minor version # (spaCy 3.8.x <-> models 3.8.x). The models declare spacy>=3.8.0,<3.9.0.