Skip to content

Commit

Permalink
deps: update dependency watchdog to v4 (#360)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [watchdog](https://togithub.com/gorakhargosh/watchdog)
([changelog](https://togithub.com/gorakhargosh/watchdog/blob/master/changelog.rst))
| `>=3.0.0,<3.1` -> `>=4,<4.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/watchdog/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/watchdog/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/watchdog/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/watchdog/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gorakhargosh/watchdog (watchdog)</summary>

###
[`v4.0.0`](https://togithub.com/gorakhargosh/watchdog/releases/tag/v4.0.0):
4.0.0

[Compare
Source](https://togithub.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`
([#&#8203;1012](https://togithub.com/gorakhargosh/watchdog/issues/1012))
- \[snapshot] Added `DirectorySnapshotDiff.ContextManager`
([#&#8203;1011](https://togithub.com/gorakhargosh/watchdog/issues/1011))
- \[events] `FileSystemEvent`, and subclasses, are now `dataclass`es,
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:
[@&#8203;BoboTiG](https://togithub.com/BoboTiG),
[@&#8203;msabramo](https://togithub.com/msabramo)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hetznercloud/hcloud-python).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent a798979 commit cb8d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"sphinx>=7.2.2,<7.3",
"sphinx-rtd-theme>=2,<2.1",
"myst-parser>=2.0.0,<2.1",
"watchdog>=3.0.0,<3.1",
"watchdog>=4,<4.1",
],
"test": [
"coverage>=7.4,<7.5",
Expand Down

0 comments on commit cb8d383

Please sign in to comment.