Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency Updates: Bump watchdog from 2.3.0 to 2.3.1 (#39)
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.3.0 to 2.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/releases">watchdog's releases</a>.</em></p> <blockquote> <h2>2.3.1</h2> <ul> <li>Run <code>black</code> on the entire source code</li> <li>Bundle the <code>requirements-tests.txt</code> file in the source distribution (<a href="https://github-redirect.dependabot.com/gorakhargosh/watchdog/issues/939">#939</a>)</li> <li>[watchmedo] Exclude <code>FileOpenedEvent</code> events from <code>AutoRestartTrick</code>, and <code>ShellCommandTrick</code>, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (<a href="https://github-redirect.dependabot.com/gorakhargosh/watchdog/issues/949">#949</a>)</li> <li>[watchmedo] Log <code>FileOpenedEvent</code>, and <code>FileClosedEvent</code>, events in <code>LoggerTrick</code></li> </ul> <p>:heart_decoration: Thanks to our beloved contributors: <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst">watchdog's changelog</a>.</em></p> <blockquote> <p>2.3.1</p> <pre><code> 2023-02-28 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.3.0...v2.3.1>`__ <ul> <li>Run <code>black</code> on the entire source code</li> <li>Bundle the <code>requirements-tests.txt</code> file in the source distribution (<code>[#939](gorakhargosh/watchdog#939) &lt;https://github.com/gorakhargosh/watchdog/pull/939&gt;</code>__)</li> <li>[watchmedo] Exclude <code>FileOpenedEvent</code> events from <code>AutoRestartTrick</code>, and <code>ShellCommandTrick</code>, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (<code>[#949](gorakhargosh/watchdog#949) &lt;https://github.com/gorakhargosh/watchdog/pull/949&gt;</code>__)</li> <li>[watchmedo] Log <code>FileOpenedEvent</code>, and <code>FileClosedEvent</code>, events in <code>LoggerTrick</code></li> <li>Thanks to our beloved contributors: <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorakhargosh/watchdog/commit/60a97bf12f5670787b351c68e1c61f5df35d0210"><code>60a97bf</code></a> Version 2.3.1</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/346ee46b52caddf4a031c5f307488b9e77d3dff4"><code>346ee46</code></a> Bundle the <code>requirements-tests.txt</code> file in the source distribution</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d38ab5a4977b5d5774a99c81ad42470be0df9995"><code>d38ab5a</code></a> Second run for <code>black</code></li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/b4a8a1467cd7f12119a8ba448af4f8e58f7d3edd"><code>b4a8a14</code></a> [watchmedo] Log <code>FileOpenedEvent</code>, and <code>FileClosedEvent</code>, events in `LoggerTr...</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/25a2d1fec55fc32f97055ba827c8ce7b959acb34"><code>25a2d1f</code></a> [watchmedo] Exclude <code>FileOpenedEvent</code> events from <code>AutoRestartTrick</code>, and `Sh...</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/54f2cf005a996fde77f3815fdd1111efac2e216d"><code>54f2cf0</code></a> Run <code>black</code> on the entire source code</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/16015f514af0a2cb86907012abee3f1df877f580"><code>16015f5</code></a> Bump the version</li> <li>See full diff in <a href="https://github.com/gorakhargosh/watchdog/compare/v2.3.0...v2.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=watchdog&package-manager=pip&previous-version=2.3.0&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information