build(deps): bump watchdog from 3.0.0 to 4.0.0
Bumps watchdog from 3.0.0 to 4.0.0.
Release notes
Sourced from watchdog's releases.
4.0.0
- Drop support for Python 3.7.
- Add support for Python 3.12.
- [snapshot] Add typing to
dirsnapshot(#1012)- [snapshot] Added
DirectorySnapshotDiff.ContextManager(#1011)- [events]
FileSystemEvent, and subclasses, are nowdataclasses, and theirrepr()has changed- [windows]
WinAPINativeEventis now adataclass, and itsrepr()has changed- [events] Log
FileOpenedEvent, andFileClosedEvent, events inLoggingEventHandler- [tests] Improve
FileSystemEventcoverage- [watchmedo] Log all events in
LoggerTrick- [windows] The
observers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAYhack was removed. The constant will be kept to prevent breaking other softwares.- Thanks to our beloved contributors:
@BoboTiG,@msabramo
Changelog
Sourced from watchdog's changelog.
4.0.0
2024-02-06 • `full history <https://github.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://github.com/gorakhargosh/watchdog/issues/1012) <https://github.com/gorakhargosh/watchdog/pull/1012>__)- [snapshot] Added
DirectorySnapshotDiff.ContextManager([#1011](https://github.com/gorakhargosh/watchdog/issues/1011) <https://github.com/gorakhargosh/watchdog/pull/1011>__)- [events]
FileSystemEvent, and subclasses, are nowdataclasses, and theirrepr()has changed- [windows]
WinAPINativeEventis now adataclass, and itsrepr()has changed- [events] Log
FileOpenedEvent, andFileClosedEvent, events inLoggingEventHandler- [tests] Improve
FileSystemEventcoverage- [watchmedo] Log all events in
LoggerTrick- [windows] The
observers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAYhack was removed. The constant will be kept to prevent breaking other softwares.- Thanks to our beloved contributors:
@BoboTiG,@msabramo
Commits
7d651acVersion 4.0.06cdf07echore: Update supported Python versions (drop 3.7, add 3.12) (#1017)6cfe9ccfix: mypy "type: ignore" comment errors (#1016)e4e2f8estyle: run black & isort on inotify (#1015)52d8692feat: AddDirectorySnapshotDiff.ContextManager(#1011)2338837fix: mypy errors introduced by #1012 (#1014)5f9d93cfeat: Add typing todirsnapshot(#1012)75a3289doc: log the watched folder in the README (#995)48c49a1Added event filter for the emitter (#989)363fe62[windows] Remove theWATCHDOG_TRAVERSE_MOVED_DIR_DELAYhack (#986)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.