From cb46dfbfaa6a02c9ed22586efba5664facb84406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:45:29 +0000 Subject: [PATCH] chore(deps): bump presidio-anonymizer in /project/services/redaction Bumps [presidio-anonymizer](https://github.com/data-privacy-stack/presidio) from 2.2.363 to 2.2.364. - [Release notes](https://github.com/data-privacy-stack/presidio/releases) - [Changelog](https://github.com/data-privacy-stack/presidio/blob/main/CHANGELOG.md) - [Commits](https://github.com/data-privacy-stack/presidio/compare/2.2.363...2.2.364) --- updated-dependencies: - dependency-name: presidio-anonymizer dependency-version: 2.2.364 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- project/services/redaction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/services/redaction/requirements.txt b/project/services/redaction/requirements.txt index a60a3e7d..14d6d828 100644 --- a/project/services/redaction/requirements.txt +++ b/project/services/redaction/requirements.txt @@ -8,7 +8,7 @@ fastapi==0.139.2 uvicorn[standard]==0.51.0 presidio-analyzer==2.2.363 -presidio-anonymizer==2.2.363 +presidio-anonymizer==2.2.364 # 3.8.13, NOT 3.8.14: presidio-analyzer 2.2.363 pins spacy !=3.8.14. spacy==3.8.13 # The spaCy NER model (en_core_web_lg) is installed in the Dockerfile via