Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update dependency watchdog to v4 (#360)
[![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 <details> <summary>gorakhargosh/watchdog (watchdog)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information