From cb8d38396a8665506e3be64a09450343d7671586 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:14:20 +0100 Subject: [PATCH] deps: update dependency watchdog to v4 (#360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [watchdog](https://togithub.com/gorakhargosh/watchdog) ([changelog](https://togithub.com/gorakhargosh/watchdog/blob/master/changelog.rst)) | `>=3.0.0,<3.1` -> `>=4,<4.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/watchdog/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/watchdog/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/watchdog/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/watchdog/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gorakhargosh/watchdog (watchdog) ### [`v4.0.0`](https://togithub.com/gorakhargosh/watchdog/releases/tag/v4.0.0): 4.0.0 [Compare Source](https://togithub.com/gorakhargosh/watchdog/compare/v3.0.0...v4.0.0) - Drop support for Python 3.7. - Add support for Python 3.12. - \[snapshot] Add typing to `dirsnapshot` ([#​1012](https://togithub.com/gorakhargosh/watchdog/issues/1012)) - \[snapshot] Added `DirectorySnapshotDiff.ContextManager` ([#​1011](https://togithub.com/gorakhargosh/watchdog/issues/1011)) - \[events] `FileSystemEvent`, and subclasses, are now `dataclass`es, and their `repr()` has changed - \[windows] `WinAPINativeEvent` is now a `dataclass`, and its `repr()` has changed - \[events] Log `FileOpenedEvent`, and `FileClosedEvent`, events in `LoggingEventHandler` - \[tests] Improve `FileSystemEvent` coverage - \[watchmedo] Log all events in `LoggerTrick` - \[windows] The `observers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAY` hack was removed. The constant will be kept to prevent breaking other softwares. - Thanks to our beloved contributors: [@​BoboTiG](https://togithub.com/BoboTiG), [@​msabramo](https://togithub.com/msabramo)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/hcloud-python). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1de3de5..14180cd 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "sphinx>=7.2.2,<7.3", "sphinx-rtd-theme>=2,<2.1", "myst-parser>=2.0.0,<2.1", - "watchdog>=3.0.0,<3.1", + "watchdog>=4,<4.1", ], "test": [ "coverage>=7.4,<7.5",