chore(api): update dependency watchdog to v3 (develop)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| watchdog (changelog) | dependencies | major |
==2.2.1 -> ==3.0.0
|
Release Notes
gorakhargosh/watchdog (watchdog)
v3.0.0: 3.0.0
- Drop support for Python 3.6.
-
watchdogis now PEP 561 compatible, and tested withmypy - Fix missing
>inFileSystemEvent.__repr__()(#980) - [ci] Lots of improvements
- [inotify] Return from
InotifyEmitter.queue_events()if not launched when thread is inactive (#963) - [tests] Stability improvements
- [utils] Remove handling of
threading.Event.isSetspelling (#962) - [watchmedo] Fixed tricks YAML generation (#965)
v2.3.1: 2.3.1
- Run
blackon the entire source code - Bundle the
requirements-tests.txtfile in the source distribution (#939) - [watchmedo] Exclude
FileOpenedEventevents fromAutoRestartTrick, andShellCommandTrick, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (#949) - [watchmedo] Log
FileOpenedEvent, andFileClosedEvent, events inLoggerTrick
v2.3.0: 2.3.0
- [inotify] Add support for
IN_OPENevents: aFileOpenedEventevent will be fired (#941) - [watchmedo] Add optional event debouncing for
auto-restart, only restarting once if many events happen in quick succession (--debounce-interval) (#940) - [watchmedo] Add option to not auto-restart the command after it exits (
--no-restart-on-command-exit) (#946) - [watchmedo] Exit gracefully on
KeyboardInterruptexception (Ctrl+C) (#945)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.