hydrosquall / tiingo-python

Python client for interacting with the Tiingo Financial Data API (stock ticker and news data)
https://pypi.org/project/tiingo/
MIT License
243 stars 51 forks source link

Update watchdog to 4.0.0 #945

Closed pyup-bot closed 5 months ago

pyup-bot commented 5 months ago

This PR updates watchdog from 3.0.0 to 4.0.0.

Changelog ### 4.0.0 ``` - 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 `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: BoboTiG, msabramo ```
Links - PyPI: https://pypi.org/project/watchdog - Changelog: https://data.safetycli.com/changelogs/watchdog/ - Repo: https://github.com/gorakhargosh/watchdog - Docs: https://pythonhosted.org/watchdog/
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (95b58d8) 90.47% compared to head (fc6fd9d) 90.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #945 +/- ## ======================================= Coverage 90.47% 90.47% ======================================= Files 6 6 Lines 294 294 ======================================= Hits 266 266 Misses 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.