hetznercloud / hcloud-python

A Python library for the Hetzner Cloud API
MIT License
291 stars 43 forks source link

chore(deps): update dependency watchdog to v6 #463

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
watchdog (changelog) >=5,<5.1 -> >=6,<6.1 age adoption passing confidence

Release Notes

gorakhargosh/watchdog (watchdog) ### [`v6.0.0`](https://redirect.github.com/gorakhargosh/watchdog/releases/tag/v6.0.0): 6.0.0 [Compare Source](https://redirect.github.com/gorakhargosh/watchdog/compare/v5.0.3...v6.0.0) #### Breaking Changes - \[inotify] Use of `select.poll()` instead of deprecated `select.select()`, if available. ([#​1078](https://redirect.github.com/gorakhargosh/watchdog/issues/1078)) - \[utils] Removed the unused `echo_class()` function from the `echo` module. - \[utils] Removed the unused `echo_instancemethod()` function from the `echo` module. - \[utils] Removed the unused `echo_module()` function from the `echo` module. - \[utils] Removed the unused `is_class_private_name()` function from the `echo` module. - \[utils] Removed the unused `is_classmethod()` function from the `echo` module. - \[utils] Removed the unused `ic_method(met()` function from the `echo` module. - \[utils] Removed the unused `method_name()` function from the `echo` module. - \[utils] Removed the unused `name()` function from the `echo` module. - \[watchmedo] Removed the `--trace` CLI argument from the `watchmedo log` command, useless since events are logged by default at the `LoggerTrick` class level. #### Other Changes - Pin test dependecies. - \[docs] Add typing info to quick start. ([#​1082](https://redirect.github.com/gorakhargosh/watchdog/issues/1082)) - \[inotify] Fix reading inotify file descriptor after closing it. ([#​1081](https://redirect.github.com/gorakhargosh/watchdog/issues/1081)) - \[utils] The `stop_signal` keyword-argument type of the `AutoRestartTrick` class can now be either a `signal.Signals` or an `int`. - \[utils] Added the `__repr__()` method to the `Trick` class. - \[watchmedo] Fixed Mypy issues. - \[watchmedo] Added the `__repr__()` method to the `HelpFormatter` class. - \[windows] Fixed Mypy issues. πŸ’Ÿ Thanks to our beloved contributors: [@​g-pichler](https://redirect.github.com/g-pichler), [@​ethan-vanderheijden](https://redirect.github.com/ethan-vanderheijden), [@​nhairs](https://redirect.github.com/nhairs), [@​BoboTiG](https://redirect.github.com/BoboTiG)

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.



This PR was generated by Mend Renovate. View the repository job log.