Skip to content

Commit

Permalink
Dependency Updates: Bump watchdog from 5.0.1 to 5.0.2 (#112)
Browse files Browse the repository at this point in the history
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 5.0.1 to
5.0.2.
<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>5.0.2</h2>
<ul>
<li>Enable OS specific Mypy checks (<a
href="https://redirect.github.com/gorakhargosh/watchdog/issues/1064">#1064</a>)</li>
<li>[watchmedo] Fix <code>tricks</code> argument type of
<code>schedule_tricks()</code> (<a
href="https://redirect.github.com/gorakhargosh/watchdog/issues/1063">#1063</a>)</li>
</ul>
<p>💟 Thanks to our beloved contributors: <a
href="https://github.com/gnought"><code>@​gnought</code></a>, <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>5.0.2</p>
<pre><code>
2024-09-03 • `full history
&lt;https://github.com/gorakhargosh/watchdog/compare/v5.0.1...v5.0.2&gt;`__
<ul>
<li>Enable OS specific Mypy checks
(<code>[#1064](gorakhargosh/watchdog#1064)
&amp;lt;https://github.com/gorakhargosh/watchdog/pull/1064&amp;gt;</code>__)</li>
<li>[watchmedo] Fix <code>tricks</code> argument type of
<code>schedule_tricks()</code>
(<code>[#1063](gorakhargosh/watchdog#1063)
&amp;lt;https://github.com/gorakhargosh/watchdog/pull/1063&amp;gt;</code>__)</li>
<li>Thanks to our beloved contributors: <a
href="https://github.com/gnought"><code>@​gnought</code></a>, <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/2b628306d5983f96cfec1ab46f4205b2f6208d92"><code>2b62830</code></a>
Version 5.0.2</li>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/2f5377acb378be034c24e3b21742f0c3e3283649"><code>2f5377a</code></a>
Enable OS specific Mypy checks (<a
href="https://redirect.github.com/gorakhargosh/watchdog/issues/1064">#1064</a>)</li>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/4427aa442f1964ac44e27924e2e18f152b5326b2"><code>4427aa4</code></a>
[watchmedo] Fix <code>tricks</code> argument type of
<code>schedule_tricks()</code> (<a
href="https://redirect.github.com/gorakhargosh/watchdog/issues/1063">#1063</a>)</li>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/236a57ccce81ec1b2110fca0e8c81a86e34e4412"><code>236a57c</code></a>
Bump the version</li>
<li>See full diff in <a
href="https://github.com/gorakhargosh/watchdog/compare/v5.0.1...v5.0.2">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=5.0.1&new-version=5.0.2)](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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent cf830a3 commit 52abe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pyinstaller==6.10.0
pyinstaller-hooks-contrib==2024.8
readerwriterlock==1.0.9
typing_extensions==4.12.2
watchdog==5.0.1
watchdog==5.0.2

0 comments on commit 52abe1a

Please sign in to comment.