Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump watchdog from 4.0.2 to 5.0.0 in /scripts in the pip-deps group #211

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the pip-deps group in /scripts with 1 update: watchdog.

Updates watchdog from 4.0.2 to 5.0.0

Release notes

Sourced from watchdog's releases.

5.0.0

Breaking Changes

  • Drop support for Python 3.8 (#1055)
  • [core] Enforced usage of proper keyword-arguments (#1057)
  • [core] Renamed the BaseObserverSubclassCallable class to ObserverType (#1055)
  • [inotify] Renamed the inotify_event_struct class to InotifyEventStruct (#1055)
  • [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError (#1057)
  • [inotify] Removed the InotifyConstants.IN_CLOSE constant (#1046)
  • [watchmedo] Renamed the LogLevelException exception to LogLevelError (#1057)
  • [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError (#1057)
  • [windows] Renamed the FILE_NOTIFY_INFORMATION class to FileNotifyInformation (#1055)
  • [windows] Removed the unused WATCHDOG_TRAVERSE_MOVED_DIR_DELAY constant (#1057)

Other Changes

  • [core] Enable disallow_untyped_calls Mypy rule (#1055)
  • [core] Enable disallow_untyped_defs Mypy rule (#1060)
  • [core] Improve typing references for events (#1040)
  • [inotify] Add support for IN_CLOSE_NOWRITE events. A FileClosedNoWriteEvent event will be fired, and its on_closed_no_write() dispatcher has been introduced (#1046)

💟 Thanks to our beloved contributors: @​BoboTiG

Changelog

Sourced from watchdog's changelog.

5.0.0


2024-08-26 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.2...v5.0.0>`__

Breaking Changes

  • Drop support for Python 3.8 ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [core] Enforced usage of proper keyword-arguments ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [core] Renamed the BaseObserverSubclassCallable class to ObserverType ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [inotify] Renamed the inotify_event_struct class to InotifyEventStruct ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [inotify] Removed the InotifyConstants.IN_CLOSE constant ([#1046](https://github.com/gorakhargosh/watchdog/issues/1046) &lt;https://github.com/gorakhargosh/watchdog/pull/1046&gt;__)
  • [watchmedo] Renamed the LogLevelException exception to LogLevelError ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [windows] Renamed the FILE_NOTIFY_INFORMATION class to FileNotifyInformation ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [windows] Removed the unused WATCHDOG_TRAVERSE_MOVED_DIR_DELAY constant ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)

Other Changes

  • [core] Enable disallow_untyped_calls Mypy rule ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [core] Enable disallow_untyped_defs Mypy rule ([#1060](https://github.com/gorakhargosh/watchdog/issues/1060) &lt;https://github.com/gorakhargosh/watchdog/pull/1060&gt;__)
  • [core] Improve typing references for events ([#1040](https://github.com/gorakhargosh/watchdog/issues/1040) &lt;https://github.com/gorakhargosh/watchdog/issues/1040&gt;__)
  • [inotify] Add support for IN_CLOSE_NOWRITE events. A FileClosedNoWriteEvent event will be fired, and its on_closed_no_write() dispatcher has been introduced ([#1046](https://github.com/gorakhargosh/watchdog/issues/1046) &lt;https://github.com/gorakhargosh/watchdog/pull/1046&gt;__)
  • Thanks to our beloved contributors: @​BoboTiG
Commits

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-deps group in /scripts with 1 update: [watchdog](https://github.com/gorakhargosh/watchdog).


Updates `watchdog` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.2...v5.0.0)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Zxilly as a code owner September 2, 2024 00:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Bundle Report

Bundle size has no change ✅

Bundle name Size Change
gsa-ui-esm 185.82kB 0 bytes
gsa-explorer-esm 6.86MB 0 bytes

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   92.49%   92.49%           
=======================================
  Files          87       87           
  Lines        4744     4744           
  Branches      251      251           
=======================================
  Hits         4388     4388           
  Misses        281      281           
  Partials       75       75           
Flag Coverage Δ
integration 65.52% <ø> (ø)
ui 93.76% <ø> (ø)
unit 41.35% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

📢 Thoughts on this report? Let us know!

@Zxilly Zxilly merged commit 16b89f6 into master Sep 2, 2024
35 checks passed
@Zxilly Zxilly deleted the dependabot/pip/scripts/pip-deps-6abd12f2b5 branch September 2, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant