deps(deps): Bump the python-patch group with 2 updates#1
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(deps): Bump the python-patch group with 2 updates#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-patch group with 2 updates: [striprtf](https://github.com/joshy/striprtf) and [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz). Updates `striprtf` from 0.0.29 to 0.0.32 - [Release notes](https://github.com/joshy/striprtf/releases) - [Changelog](https://github.com/joshy/striprtf/blob/master/CHANGELOG.md) - [Commits](joshy/striprtf@v0.0.29...v0.0.32) Updates `rapidfuzz` from 3.14.3 to 3.14.5 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](rapidfuzz/RapidFuzz@v3.14.3...v3.14.5) --- updated-dependencies: - dependency-name: striprtf dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-patch - dependency-name: rapidfuzz dependency-version: 3.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
exbuf
added a commit
that referenced
this pull request
Jul 2, 2026
inaccurate --on-match claim on --watch composition Two things in one commit — the second was uncovered while writing the first, so they need to land together for the README to stay factually correct. 1. **--on-match accuracy fix (README).** The "How these compose" section added in e8d10fd claimed --watch could pair with --on-match ("--on-match CMD for a live pattern sentinel"). Verified against the code: --watch returns from run_watch() at cli.py:1586, BEFORE the on-match hook code around line 871. peekdocs/watcher.py has zero on_match references. --on-match is a batch-search hook (one hook per invocation); --watch's notification channel is the stdout NDJSON stream. Rewrites composition #1 to reflect that, with an explicit note calling out the difference so future readers don't fall into the same trap. 2. **Worked examples cross-linked from all three README compositions.** Compositions #2 (provenance audit) and #3 (scheduled pattern scan) already had worked examples in USER_GUIDE.md (audit engagement provenance, line 1496; nightly source-tree watch, line 1419). Added cross-links in the README so readers don't have to hunt for them. 3. **New worked example: real-time pattern monitoring with --watch.** Composition #1 had no worked example — the "nightly source-tree watch" one uses cron, not the --watch flag. Added a full walkthrough in USER_GUIDE.md right after the audit engagement one: - Domain-neutral scenario (docs team hygiene watch — TODO markers, deprecated feature names, internal-only URLs). Deliberately not a compliance / credential scanning framing. - Setup: build regex collection in GUI. - Command: --watch --regex-collection piped to a shell loop that fires osascript display notifications. - Accurate NDJSON output shape (7 fields, verified against peekdocs/watcher.py's docstring). - Variations: Slack webhook, log-to-disk, jq prefilter. - Six gotchas: --on-match doesn't fire in --watch, Ctrl-C clean shutdown, refuse-to-run-as-root, --allow-system-paths warning, no delete events, noisy folders. - What this is not: pre-commit hook substitute. 4. USER_GUIDE TOC entry added for the new worked example. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Bumps the python-patch group with 2 updates: striprtf and rapidfuzz.
Updates
striprtffrom 0.0.29 to 0.0.32Release notes
Sourced from striprtf's releases.
Changelog
Sourced from striprtf's changelog.
Commits
f95578fnew version v.0.0.32b49e251new version39792efnew version2bc1f3aMerge pull request #62 from babenek/masterbe57917copy py.typed into build package26200bapy.typed file added for MyPy linter supportUpdates
rapidfuzzfrom 3.14.3 to 3.14.5Release notes
Sourced from rapidfuzz's releases.
Changelog
Sourced from rapidfuzz's changelog.