Skip to content

Commit ebcb47d

Browse files
fix(deps): update dependency watchfiles to <1.1.1,>=1.1.0 (#107)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [watchfiles](https://redirect.github.com/samuelcolvin/watchfiles) ([changelog](https://redirect.github.com/samuelcolvin/watchfiles/releases)) | `<1.1.0,>=1.0.0` -> `<1.1.1,>=1.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/watchfiles/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/watchfiles/1.0.5/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>samuelcolvin/watchfiles (watchfiles)</summary> ### [`v1.1.0`](https://redirect.github.com/samuelcolvin/watchfiles/releases/tag/v1.1.0): 2025-06-15 [Compare Source](https://redirect.github.com/samuelcolvin/watchfiles/compare/v1.0.5...v1.1.0) #### What's Changed - Bump `crossbeam-channel` from 0.5.12 to 0.5.15 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;336](https://redirect.github.com/samuelcolvin/watchfiles/pull/336) - skip flakey test on windows by [@&#8203;samuelcolvin](https://redirect.github.com/samuelcolvin) in [#&#8203;342](https://redirect.github.com/samuelcolvin/watchfiles/pull/342) - Update notify dependency to 8.0.0, bumping MSRV to 1.77 by [@&#8203;musicinmybrain](https://redirect.github.com/musicinmybrain) in [#&#8203;327](https://redirect.github.com/samuelcolvin/watchfiles/pull/327) - Update PyO3 to 0.25.1 by [@&#8203;musicinmybrain](https://redirect.github.com/musicinmybrain) in [#&#8203;340](https://redirect.github.com/samuelcolvin/watchfiles/pull/340) - test and build with 3.14 & 3.14t by [@&#8203;samuelcolvin](https://redirect.github.com/samuelcolvin) in [#&#8203;343](https://redirect.github.com/samuelcolvin/watchfiles/pull/343) - uprev to 1.1.0 by [@&#8203;samuelcolvin](https://redirect.github.com/samuelcolvin) in [#&#8203;344](https://redirect.github.com/samuelcolvin/watchfiles/pull/344) **Full Changelog**: <samuelcolvin/watchfiles@v1.0.5...v1.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/graph-sitter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e4132c commit ebcb47d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"networkx>=3.4.1",
2323
"wrapt<2.0.0,>=1.16.0",
2424
"pyright<2.0.0,>=1.1.372",
25-
"watchfiles<1.1.0,>=1.0.0",
25+
"watchfiles<1.1.1,>=1.1.0",
2626
"rich<14.0.0,>=13.7.1",
2727
"pydantic<3.0.0,>=2.9.2",
2828
"pydantic-settings>=2.0.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)