[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.
[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.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coverage: 58.706% (-4.4%) from 63.087%
when pulling 12da1991f314670163fb4abc5f933267c48a39bc on dependabot/pip/watchdog-4.0.0
into 99180ba0f5ff572d41617c32644f34f5008a5e4a on main.
Bumps watchdog from 3.0.0 to 4.0.0.
Release notes
Sourced from watchdog's releases.
Changelog
Sourced from watchdog's changelog.
Commits
7d651ac
Version 4.0.06cdf07e
chore: Update supported Python versions (drop 3.7, add 3.12) (#1017)6cfe9cc
fix: mypy "type: ignore" comment errors (#1016)e4e2f8e
style: run black & isort on inotify (#1015)52d8692
feat: AddDirectorySnapshotDiff.ContextManager
(#1011)2338837
fix: mypy errors introduced by #1012 (#1014)5f9d93c
feat: Add typing todirsnapshot
(#1012)75a3289
doc: log the watched folder in the README (#995)48c49a1
Added event filter for the emitter (#989)363fe62
[windows] Remove theWATCHDOG_TRAVERSE_MOVED_DIR_DELAY
hack (#986)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show