Skip to content

Update dependency watchdog to v4

Ghost User requested to merge renovate/watchdog-4.x into main

This MR contains the following updates:

Package Update Change
watchdog (changelog) major ==3.0.0 -> ==4.0.0

All Renovate MRs are tracked by #222 (closed).


Release Notes

gorakhargosh/watchdog (watchdog)

v4.0.0: 4.0.0

Compare Source

  • 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 now dataclasses, 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, @​msabramo

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports