From 83072ced44cf5c82be72fdb4a7f82d05334be383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:58:58 -0500 Subject: [PATCH] Dependency Updates: Bump watchdog from 2.3.0 to 2.3.1 (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.3.0 to 2.3.1.
Release notes

Sourced from watchdog's releases.

2.3.1

:heart_decoration: Thanks to our beloved contributors: @​BoboTiG

Changelog

Sourced from watchdog's changelog.

2.3.1


2023-02-28 • `full history
<https://github.com/gorakhargosh/watchdog/compare/v2.3.0...v2.3.1>`__
  • Run black on the entire source code
  • Bundle the requirements-tests.txt file in the source distribution ([#939](https://github.com/gorakhargosh/watchdog/issues/939) &lt;https://github.com/gorakhargosh/watchdog/pull/939&gt;__)
  • [watchmedo] Exclude FileOpenedEvent events from AutoRestartTrick, and ShellCommandTrick, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. ([#949](https://github.com/gorakhargosh/watchdog/issues/949) &lt;https://github.com/gorakhargosh/watchdog/pull/949&gt;__)
  • [watchmedo] Log FileOpenedEvent, and FileClosedEvent, events in LoggerTrick
  • Thanks to our beloved contributors: @​BoboTiG
Commits

[![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) ---
Dependabot commands and options
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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbdcaa4..1a42442 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pyinstaller==5.8.0 pyinstaller-hooks-contrib==2023.0 readerwriterlock==1.0.9 typing_extensions==4.5.0 -watchdog==2.3.0 +watchdog==2.3.1