Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps hyperscan from 0.7.21 to 0.7.23.

Release notes

Sourced from hyperscan's releases.

v0.7.23 (2025-08-07)

🐛

  • fix: 🐛 fix type stubs (a92f921)

  • fix: 🐛 🎡 go back to python-semantic-release (sigh) (8c15651)

  • fix: 🐛 update docs, force release for macOS arm wheels (725a373)

  • feat: ✨ support macOS arm64 (ba361e4)

  • feat: ✨ switch to Vectorscan (v5.4.11) (9c94b2d)

Other

  • fix: suppress clang unqualified-std-cast-call warning (#217) (a3ebaf8)

  • fix: replace hardcoded -march=core2 with architecture detection for ARM builds (#216) (e8ad199)

  • build: 📦 update vectorscan to 5.4.12, enable SIMDE_BACKEND (#215) (8df0fcd)

  • Release 0.7.21 (#213)

Co-authored-by: github-actions [email protected] (960877c)

  • chore: clean up config files after unicode fix merge (#211) (abf808e)

  • Release 0.7.19 (#209)

Co-authored-by: github-actions [email protected] (c785d33)

  • fix: resolve unicode pattern compilation error (closes #207) (#208)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@​users.noreply.github.com> (bd34105)

  • call Py_XDECREF on matches list in ch_match_handler to prevent a memory leak (3c47872)

  • Py_DECREF & Py_XDECREF calls must hold the GIL (fd0fa26)

  • extension: guard against NULL / PyNone scratch in Database_dealloc

Add an explicit self->scratch != NULL && self->scratch != PyNone check before dereferencing the pointer on both the Hyperscan and Chimera code paths. The scratch space is still released when present, but we no longer crash when it is absent. (cf142f4)

  • ci: 🎡 remove changed files check for PRs for build (d8acaf0)

... (truncated)

Changelog

Sourced from hyperscan's changelog.

v0.7.23 (2025-08-07)

🐛

  • fix: 🐛 fix type stubs (a92f921)

  • fix: 🐛 🎡 go back to python-semantic-release (sigh) (8c15651)

  • fix: 🐛 update docs, force release for macOS arm wheels (725a373)

  • feat: ✨ support macOS arm64 (ba361e4)

  • feat: ✨ switch to Vectorscan (v5.4.11) (9c94b2d)

Other

  • fix: suppress clang unqualified-std-cast-call warning (#217) (a3ebaf8)

  • fix: replace hardcoded -march=core2 with architecture detection for ARM builds (#216) (e8ad199)

  • build: 📦 update vectorscan to 5.4.12, enable SIMDE_BACKEND (#215) (8df0fcd)

  • Release 0.7.21 (#213)

Co-authored-by: github-actions [email protected] (960877c)

  • chore: clean up config files after unicode fix merge (#211) (abf808e)

  • Release 0.7.19 (#209)

Co-authored-by: github-actions [email protected] (c785d33)

  • fix: resolve unicode pattern compilation error (closes #207) (#208)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@​users.noreply.github.com> (bd34105)

  • call Py_XDECREF on matches list in ch_match_handler to prevent a memory leak (3c47872)

  • Py_DECREF & Py_XDECREF calls must hold the GIL (fd0fa26)

  • extension: guard against NULL / PyNone scratch in Database_dealloc

Add an explicit self->scratch != NULL && self->scratch != PyNone check before dereferencing the pointer on both the Hyperscan and Chimera code paths. The scratch space is still released when present, but we no longer crash when it is absent. (cf142f4)

  • ci: 🎡 remove changed files check for PRs for build (d8acaf0)

... (truncated)

Commits
  • 4e035d7 0.7.23
  • a3ebaf8 fix: suppress clang unqualified-std-cast-call warning (#217)
  • e8ad199 fix: replace hardcoded -march=core2 with architecture detection for ARM build...
  • 8df0fcd build: 📦 update vectorscan to 5.4.12, enable SIMDE_BACKEND (#215)
  • 960877c Release 0.7.21 (#213)
  • See full diff 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 [hyperscan](https://github.com/darvid/python-hyperscan) from 0.7.21 to 0.7.23.
- [Release notes](https://github.com/darvid/python-hyperscan/releases)
- [Changelog](https://github.com/darvid/python-hyperscan/blob/main/CHANGELOG.md)
- [Commits](darvid/python-hyperscan@v0.7.21...v0.7.23)

---
updated-dependencies:
- dependency-name: hyperscan
  dependency-version: 0.7.23
  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 Aug 11, 2025
@dependabot dependabot bot requested a review from aegilops as a code owner August 11, 2025 03:49
@dependabot dependabot bot added the python Pull requests that update Python code label Aug 11, 2025
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/hyperscan 0.7.23 UnknownUnknown

Scanned Files

  • secretscanning/requirements.txt

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