Skip to content

Commit 39e1c4c

Browse files
authored
Update watchfiles requirement from <0.21.0,>=0.15.0 to >=0.15.0,<0.22.0 (#211)
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>v0.21.0 2023-10-13</h2> <h2>What's Changed</h2> <ul> <li>Add Python 3.12 support, drop Python 3.7 support by <a href="https://github.com/gi0baro"><code>@​gi0baro</code></a> in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/248">samuelcolvin/watchfiles#248</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gi0baro"><code>@​gi0baro</code></a> made their first contribution in <a href="https://redirect.github.com/samuelcolvin/watchfiles/pull/248">samuelcolvin/watchfiles#248</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samuelcolvin/watchfiles/compare/v0.20.0...v0.21.0">https://github.com/samuelcolvin/watchfiles/compare/v0.20.0...v0.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/6ea19cac0447b3594cca29793fe0d308c3585a6a"><code>6ea19ca</code></a> Add Python 3.12 support, drop Python 3.7 support (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/248">#248</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/eb0df3a68cb6a6d3859422c357be47de9f5a50c2"><code>eb0df3a</code></a> Catch <code>SIGTERM</code> and kill running process before exitting (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/244">#244</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/ea31274f4101229744e5fd90df5b74b69e44b53b"><code>ea31274</code></a> Add ignore_permission_denied option (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/224">#224</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/ea789d34e0cbb5b4dc9e57f5379723b611af08e1"><code>ea789d3</code></a> add grace period during which file changes are ignored (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/243">#243</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/79dd64723e577d85263f9be078e2ac7a69dc61e3"><code>79dd647</code></a> Improve debug (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/242">#242</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/c2c750cb25a5595d28fd9b5736d483f881adeeda"><code>c2c750c</code></a> Fix: Memory leak of PyO3 (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/240">#240</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/c08de3936f4cc393311e03eb6b4f30c5714a4c57"><code>c08de39</code></a> Allow maturin 1.x (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/233">#233</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/8fc179652eeaa50f38bb52126c65e69a5c61152f"><code>8fc1796</code></a> Bump pygments from 2.13.0 to 2.15.0 in /requirements (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/237">#237</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/d6867d7cafe31e9c144bb5a76b555d857988dcab"><code>d6867d7</code></a> Bump pymdown-extensions from 9.5 to 10.0 in /requirements (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/229">#229</a>)</li> <li><a href="https://github.com/samuelcolvin/watchfiles/commit/da0c1f004069399ca9e5dde62e4eaeb5d4a603ea"><code>da0c1f0</code></a> Update pyo3 to 0.18.2 (<a href="https://redirect.github.com/samuelcolvin/watchfiles/issues/222">#222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/samuelcolvin/watchfiles/compare/v0.15.0...v0.21.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 a1957a9 + 83bf757 commit 39e1c4c

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.21.0",
30+
"watchfiles >= 0.15.0, < 0.22.0",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)