Skip to content

Commit 3ecd097

Browse files
authored
Update watchfiles requirement from <0.25.0,>=0.15.0 to >=0.15.0,<1.1.0 (#352)
Updates the requirements on [watchfiles](https://github.com/samuelcolvin/watchfiles) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samuelcolvin/watchfiles/releases">watchfiles's releases</a>.</em></p> <blockquote> <h2>v1.0.0 2024-11-25</h2> <h2>What's Changed</h2> <ul> <li>Bump PyO3 to 0.23, drop Python 3.8 support by <a href="https://github.com/gi0baro"><code>@​gi0baro</code></a> in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/307">samuelcolvin/watchfiles#307</a></li> <li>allow modify <code>poll_delay_ms</code> argument using an environment variable by <a href="https://github.com/joelpelaez"><code>@​joelpelaez</code></a> in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/303">samuelcolvin/watchfiles#303</a></li> <li>remove set_version, prepare for v1 release by <a href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a> in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/309">samuelcolvin/watchfiles#309</a></li> <li>fix version check and release in CI by <a href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a> in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/310">samuelcolvin/watchfiles#310</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joelpelaez"><code>@​joelpelaez</code></a> made their first contribution in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/303">samuelcolvin/watchfiles#303</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samuelcolvin/watchfiles/compare/v0.24.0...v1.0.0">https://github.com/samuelcolvin/watchfiles/compare/v0.24.0...v1.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/243002253e33229de2d9443d96c1672d8dab525a"><code>2430022</code></a> fix version check and release in CI (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/310">#310</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/cd820f30ea43276bb12c111e6add184a9f526052"><code>cd820f3</code></a> remove set_version, prepare for v1 release (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/309">#309</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/e14de6302ad17abb327152210194b3d43fb0cc15"><code>e14de63</code></a> allow modify <code>poll_delay_ms</code> argument using an environment variable (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/303">#303</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/e493e7544d629327ce41b228beb1550227adb12d"><code>e493e75</code></a> Bump PyO3 to 0.23, drop Python 3.8 support (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/307">#307</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/6e3c2c8f31d3911ec375ee9de035b1cd1832f887"><code>6e3c2c8</code></a> return &quot;file deleted&quot; instead of raising an exception (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/301">#301</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/4314094e5ee37dcd3d1986cbcead4b1fd141afe5"><code>4314094</code></a> Update Python version in index.md (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/296">#296</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/e7ecc00e2f6f523cb83ddf11f8ca539b1279b4ba"><code>e7ecc00</code></a> drop PyPy 3.8 (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/293">#293</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/4d54a10d5c01414a508d4fb358156e87d7bd9167"><code>4d54a10</code></a> use <code>intern!</code> in rust code (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/292">#292</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/40fb2919b8b4a8f4333ab7197deeac7f26149d47"><code>40fb291</code></a> Full CI build by default (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/290">#290</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/dd4a137425daaf073a2261e2c210a379dcfcc12b"><code>dd4a137</code></a> fix windows build (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/291">#291</a>)</li> <li>Additional commits viewable in <a href="https://github.com/samuelcolvin/watchfiles/compare/v0.15.0...v1.0.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents 10a29d7 + 98d6b60 commit 3ecd097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.5.0, < 5",
30-
"watchfiles >= 0.15.0, < 0.25.0",
30+
"watchfiles >= 0.15.0, < 1.1.0",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)