Skip to content

Bump marisa-trie from 1.3.1 to 1.4.0#585

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/marisa-trie-1.4.0
Open

Bump marisa-trie from 1.3.1 to 1.4.0#585
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/marisa-trie-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps marisa-trie from 1.3.1 to 1.4.0.

Release notes

Sourced from marisa-trie's releases.

1.4.0

  • Initial free-threading support and testing (#128).
  • Added StringTrie: an immutable str -> str mapping backed by two MARISA tries and a fixed-width 4-byte key-ID to value-ID table (#138).

Full Changelog: pytries/marisa-trie@1.3.1...1.4.0

💟 Contributors: @​BoboTiG, @​crusaderky, @​hiroshi-manabe

Changelog

Sourced from marisa-trie's changelog.

1.4.0 (2026-03-10)

  • Initial free-threading support and testing (#128).
  • Added StringTrie: an immutable str -> str mapping backed by two MARISA tries and a fixed-width 4-byte key-ID to value-ID table (#138).
Commits
  • 0d631be feat: version 1.4.0
  • e254e12 docs: expand StringTrie documentation (#139)
  • 65abac6 feat: add StringTrie for immutable str-to-str mappings (#138)
  • f987721 chore: bump actions/download-artifact from 6 to 8 (#137)
  • b1bfcce chore: bump actions/upload-artifact from 5 to 7 (#136)
  • 9bc6186 chore: bump actions/checkout from 5 to 6 (#133)
  • 4ba00dc chore: bump actions/download-artifact from 5 to 6 (#130)
  • fecc4b7 chore: bump actions/upload-artifact from 4 to 5 (#131)
  • 97886e1 feat(tests): Free-threading test sharing objects between threads (#129)
  • d1e7511 feat: Initial free-threading support and testing (#128)
  • 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 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 [marisa-trie](https://github.com/pytries/marisa-trie) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/pytries/marisa-trie/releases)
- [Changelog](https://github.com/pytries/marisa-trie/blob/master/CHANGES.rst)
- [Commits](pytries/marisa-trie@1.3.1...1.4.0)

---
updated-dependencies:
- dependency-name: marisa-trie
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 2, 2026
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