Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump presidio-anonymizer from 2.2.357 to 2.2.358 #1294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps presidio-anonymizer from 2.2.357 to 2.2.358.

Release notes

Sourced from presidio-anonymizer's releases.

2.2.358

Changes:

  • 04920aafbb2958b7359183bf5a72af627cdb2808 Version 2.2.358 (#1553)
  • dcf1ae0359269e049c7cbe9825bdeff14698a68d drop blake2b (#1552)
  • a0484ddc2c27b9a7ff4b214dfd64ed335108f64f Replace MD5 with Blake2 (#1550)
  • e9df3beba53f51ec3fe181811756a46cd73daacd Exclude closing single or double quote from URL in URL recogniser (#1532)
  • cf75c5a0ee25c00bad1d9afc301d2b1e26bb766d Updated the Evaluating DICOM Redaction documentation to reflect changes in verify_dicom_instance() within the DicomImagePiiVerifyEngine class. (#1549)
  • 6b10fd595c224190f09c0fe9a2d9d3f154a0dee2 Updated the return type annotation of in function from to . (#1547)
  • bacf23fa39bcecde7d40bf20c2315c2ce677469d Add multiprocessing parameters (#1521)
  • 08564790dcea6e7b459e6d81b6b63cca116545bb Migrate to poetry 2.0 (and PEP 621) (#1539)
  • 8b288fae61b898ff85e86302e425c8cc628ad702 docs: Add environment setup and notebook execution guides for Presidio + Spark in Fabric (#1529)
  • 5881d7530848c7177276902bfc8c56e0a3ef7990 Update defender-for-devops.yml (#1544)
  • eb72ae0838c6065104ff77ff3075e6df106fe456 Update CodeQL and defender-for-devops workflows (#1540)
  • 515280566c00fa69bbfede900aa844bec0316f1a Replace pycryptodome with cryptography (#1537)
  • 5fea5af6af88ae2fadd4f7dbb93e90a889bad272 Upgrade codeql (#1536)
  • 26f2e92e52e8ba0560e8b9e0b013f7f701e855d3 Fix python 3.9 Builds (#1534)
  • 65eabd447b8794a2144577ef13f06bc169941d43 add spacy_stanza into stanza_nlp_engine as it is no longer maintained (#1522)
  • 35ab8ae06fbe88443a6695294da9f9b398c775e1 Move sanitize_value to be common, Fix InPassportRecognizer (#1519)
  • 6f840ea9c1f09e5ca81bbf7f86cf393809a94b7f remove azure-core (#1517)

This list of changes was auto generated.

Changelog

Sourced from presidio-anonymizer's changelog.

[2.2.358] - 2025-03-18

Analyzer

  • Fixed: Updated URL regex pattern to correctly exclude trailing single (') and double (") quotes from matched URLs.
  • Drop dependency of spacy_stanza package, and add supporting code to stanza_nlp_engine, to support recent stanza versions
  • Add parameters to allow users to define the number of processes and batch size when running BatchAnalyzerEngine.
  • Fix InPassportRecognizer regex recognizer

Anonymizer

  • Changed: Deprecate MD5 hash type option, defaulting into sha256.
  • Replace crypto package dependency from pycryptodom to cryptography
  • Remove azure-core dependency from anonymizer

Image Redactor

  • Changed: Updated the return type annotation of ocr_bboxes in verify_dicom_instance() from dict to list.

Presidio Structured

General

  • Updated the Evaluating DICOM Redaction documentation to reflect changes in verify_dicom_instance() within the DicomImagePiiVerifyEngine class.
Commits
  • 04920aa Version 2.2.358 (#1553)
  • dcf1ae0 drop blake2b (#1552)
  • a0484dd Replace MD5 with Blake2 (#1550)
  • e9df3be Exclude closing single or double quote from URL in URL recogniser (#1532)
  • cf75c5a Updated the Evaluating DICOM Redaction documentation to reflect changes in ve...
  • 6b10fd5 Updated the return type annotation of in function from to . (#1547)
  • bacf23f Add multiprocessing parameters (#1521)
  • 0856479 Migrate to poetry 2.0 (and PEP 621) (#1539)
  • 8b288fa docs: Add environment setup and notebook execution guides for Presidio + Spar...
  • 5881d75 Update defender-for-devops.yml (#1544)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [presidio-anonymizer](https://github.com/Microsoft/presidio) from 2.2.357 to 2.2.358.
- [Release notes](https://github.com/Microsoft/presidio/releases)
- [Changelog](https://github.com/microsoft/presidio/blob/main/CHANGELOG.md)
- [Commits](microsoft/presidio@2.2.357...2.2.358)

---
updated-dependencies:
- dependency-name: presidio-anonymizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants