chore(api): update dependency watchdog to v4 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
watchdog (changelog) | dependencies | major |
==3.0.0 -> ==4.0.0
|
Release Notes
gorakhargosh/watchdog (watchdog)
v4.0.0
: 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 nowdataclass
es, and theirrepr()
has changed - [windows]
WinAPINativeEvent
is now adataclass
, and itsrepr()
has changed - [events] Log
FileOpenedEvent
, andFileClosedEvent
, events inLoggingEventHandler
- [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, @msabramo
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.