Commit 0b75042
authored
Update watchfiles requirement from <1.2.0,>=0.15.0 to >=0.15.0,<1.3.0 (#537)
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.2.0 2026-05-17</h2>
<h2>What's Changed</h2>
<ul>
<li>ci: add riscv64 manylinux wheels by <a
href="https://github.com/justeph"><code>@justeph</code></a> in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/359">samuelcolvin/watchfiles#359</a></li>
<li>fix linting by <a
href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a>
in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/370">samuelcolvin/watchfiles#370</a></li>
<li>Add Python 3.15-dev build, drop 3.9, increase MVRV to 1.83 by <a
href="https://github.com/simonw"><code>@simonw</code></a> in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/369">samuelcolvin/watchfiles#369</a></li>
<li>fix: improve type safety and error handling by <a
href="https://github.com/N3XT3R1337"><code>@N3XT3R1337</code></a> in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/365">samuelcolvin/watchfiles#365</a></li>
<li>Ruff target version to 3.10 by <a
href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a>
in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/379">samuelcolvin/watchfiles#379</a></li>
<li>upgrade uv lock by <a
href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a>
in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/378">samuelcolvin/watchfiles#378</a></li>
<li>prep v1.2.0 release by <a
href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a>
in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/371">samuelcolvin/watchfiles#371</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/justeph"><code>@justeph</code></a> made
their first contribution in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/359">samuelcolvin/watchfiles#359</a></li>
<li><a href="https://github.com/simonw"><code>@simonw</code></a> made
their first contribution in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/369">samuelcolvin/watchfiles#369</a></li>
<li><a
href="https://github.com/N3XT3R1337"><code>@N3XT3R1337</code></a> made
their first contribution in <a
href="https://redirect.github.com/samuelcolvin/watchfiles/pull/365">samuelcolvin/watchfiles#365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/samuelcolvin/watchfiles/compare/v1.1.1...v1.2.0">https://github.com/samuelcolvin/watchfiles/compare/v1.1.1...v1.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/b6eb04ffaa99c3e656e448c75d137013ffa2ece3"><code>b6eb04f</code></a>
prep v1.2.0 release (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/371">#371</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/517ffb2ad432d126326fa710af2040a8343588f2"><code>517ffb2</code></a>
upgrade uv lock (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/378">#378</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/e156213f44bec3fcd3f970b0f6a1419494e21c1f"><code>e156213</code></a>
Ruff target version to 3.10 (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/379">#379</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/f4f63ebcb4ef7602038d8cb90fdc03ac4514f380"><code>f4f63eb</code></a>
fix: improve type safety and error handling (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/365">#365</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/a928957581ec6f73fbd560efacd519f1dc9ab2de"><code>a928957</code></a>
Add Python 3.15-dev build, drop 3.9, increase MVRV to 1.83 (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/369">#369</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/f8b91fcabd929b655a9ed440115ea5a1997de736"><code>f8b91fc</code></a>
fix linting (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/370">#370</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/ac594d105be711b98d1835fe5a26f65917b5d784"><code>ac594d1</code></a>
ci: add riscv64 manylinux wheels (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/359">#359</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/2b2327f2a007a32d736fffa4ab87d3f207053a49"><code>2b2327f</code></a>
prepare for v1.1.1 release (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/353">#353</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/c4bd3023d06f330232e7935179dc522365212d1e"><code>c4bd302</code></a>
Add support for Python 3.14 on windows builds (<a
href="https://redirect.github.com/samuelcolvin/watchfiles/issues/352">#352</a>)</li>
<li><a
href="https://github.com/samuelcolvin/watchfiles/commit/e3c956b2a186433c6c3bb7d27b3d57fe639f9f4d"><code>e3c956b</code></a>
fix license years</li>
<li>Additional commits viewable in <a
href="https://github.com/samuelcolvin/watchfiles/compare/v0.15.0...v1.2.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 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>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments