chore(deps): bump the cookiecutter group across 1 directory with 2 updates#8822
Merged
roger-zhangg merged 5 commits intoMay 12, 2026
Merged
Conversation
seshubaws
previously approved these changes
Mar 26, 2026
Member
|
@dependabot recreate |
…dates Bumps the cookiecutter group with 2 updates in the / directory: [chardet](https://github.com/chardet/chardet) and [binaryornot](https://github.com/binaryornot/binaryornot). Updates `chardet` from 5.2.0 to 7.4.3 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@5.2.0...7.4.3) Updates `binaryornot` from 0.4.4 to 0.6.0 - [Release notes](https://github.com/binaryornot/binaryornot/releases) - [Commits](binaryornot/binaryornot@0.4.4...v0.6.0) --- updated-dependencies: - dependency-name: binaryornot dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cookiecutter - dependency-name: chardet dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cookiecutter ... Signed-off-by: dependabot[bot] <support@github.com>
8e01744 to
42b128c
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
binaryornot 0.6.0 ships a new binaryornot.data subpackage containing binary_extensions.csv, binary_formats.csv and encodings.csv, loaded via importlib.resources.files() at import time. PyInstaller can't discover that resource lookup statically, so the bundled binary fails on `sam init` with `No module named 'binaryornot.data'`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
roger-zhangg
approved these changes
May 12, 2026
vicheey
approved these changes
May 12, 2026
auto-merge was automatically disabled
May 12, 2026 23:03
Merge commits are not allowed on this repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the cookiecutter group with 2 updates in the / directory: chardet and binaryornot.
Updates
chardetfrom 5.2.0 to 7.4.3Release notes
Sourced from chardet's releases.
... (truncated)
Changelog
Sourced from chardet's changelog.
... (truncated)
Commits
8f404a5docs: set 7.4.3 release date to 2026-04-137a6667fdocs: fix changelog attribution for #369a1fc986docs: changelog for 7.4.30af01d6Fix ValueError crash on null bytes in charset declarations (#369)08e4ebcci: parallelize riscv64 builds across 5 RISE runners2f6e1e9ci: use python3 -m pip on riscv64 runner204623dci: invoke cibuildwheel manually on riscv64 runner78c1d20ci: use native runners for aarch64/riscv64 instead of QEMU3cc0960docs: changelog for 7.4.29079efcFix RuntimeError on ~2% of two-byte inputs (#368)Updates
binaryornotfrom 0.4.4 to 0.6.0Release notes
Sourced from binaryornot's releases.
... (truncated)
Commits
9c979cdRelease 0.6.0fba3730Merge pull request #648 from binaryornot/check-file-extensionsc375996Document why bytes filenames matter17540bcHandle bytes filenames in extension checkbc069ffClassify 131 file types by extension before reading thema1ff8d0Merge pull request #647 from binaryornot/fix-png-misclassification7c1864bCover 55 binary formats from plists to network captures2a31e62Apply ruff formatting to slice expression5f6351aTeach the decision tree to use file signatures as evidencefeb38d8Give the decision tree 4x more context per file