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

Bump the pip-deps group with 4 updates #699

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2024

Bumps the pip-deps group with 4 updates: certifi, mkdocs, paginate and watchdog.

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates mkdocs from 1.6.0 to 1.6.1

Release notes

Sourced from mkdocs's releases.

1.6.1

Version 1.6.1 (Friday 30th August, 2024)

Fixed

  • Fix build error when environment variable SOURCE_DATE_EPOCH=0 is set. #3795
  • Fix build error when mkdocs_theme.yml config is empty. #3700
  • Support python -W and PYTHONWARNINGS instead of overriding the configuration. #3809
  • Support running with Docker under strict mode, by removing 0.0.0.0 dev server warning. #3784
  • Drop unnecessary changefreq from sitemap.xml. #3629
  • Fix JavaScript console error when closing menu dropdown. #3774
  • Fix JavaScript console error that occur on repeated clicks. #3730
  • Fix JavaScript console error that can occur on dropdown selections. #3694

Added

  • Added translations for Dutch. #3804
  • Added and updated translations for Chinese (Simplified). #3684
Commits

Updates paginate from 0.5.6 to 0.5.7

Changelog

Sourced from paginate's changelog.

Version 0.5.7 - 2024-08-25

Changes:

  • Fixed metadata for pypi
  • Added a wheel release
  • Fixed tests for python 3.12
Commits
  • b02abe4 fixes #20 prepare new release
  • 9c88317 fixes #19 solve incorrect type handling on python 3.12
  • 9303d94 Merge pull request #21 from Pylons/dev
  • 5a984f6 setup github actions
  • 2c8d8a9 Merge pull request #18 from timgates42/bugfix_typo_easily
  • 12af5f2 docs: fix simple typo, easly -> easily
  • 0ec779a Merge pull request #16 from timgates42/bugfix_typo_substitute
  • c62a1c5 docs: Fix simple typo, substiture -> substitute
  • 07e6f62 tests: add travis
  • 1e4c2fb setup: add support for tox
  • Additional commits viewable in compare view

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 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 with 4 updates: [certifi](https://github.com/certifi/python-certifi), [mkdocs](https://github.com/mkdocs/mkdocs), [paginate](https://github.com/Signum/paginate) and [watchdog](https://github.com/gorakhargosh/watchdog).


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `mkdocs` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.6.0...1.6.1)

Updates `paginate` from 0.5.6 to 0.5.7
- [Changelog](https://github.com/Pylons/paginate/blob/master/CHANGELOG.txt)
- [Commits](Pylons/paginate@0.5.6...0.5.7)

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: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: paginate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip changelog Non-user impacting change labels Aug 31, 2024
@miniscruff miniscruff merged commit fea6c43 into main Sep 5, 2024
5 checks passed
@miniscruff miniscruff deleted the dependabot/pip/pip-deps-aaff757208 branch September 5, 2024 00:33
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 skip changelog Non-user impacting change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant