-
Couldn't load subscription status.
- Fork 20
Bump the required group with 9 updates #1083
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
Conversation
Bumps the required group with 9 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.6` | `0.5.9` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.5` | `1.2.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.39` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.9` | `1.11.1` | | [types-protobuf](https://github.com/python/typeshed) | `5.27.0.20240626` | `5.28.0.20240924` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.111.2` | `6.112.2` | Updates `pydoclint` from 0.5.6 to 0.5.9 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.6...0.5.9) Updates `mkdocs-macros-plugin` from 1.0.5 to 1.2.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.0.5...v1.2.0) Updates `mkdocs-material` from 9.5.34 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.34...9.5.39) Updates `mkdocstrings[python]` from 0.25.2 to 0.26.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.1) Updates `mkdocstrings-python` from 1.10.9 to 1.11.1 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.10.9...1.11.1) Updates `types-protobuf` from 5.27.0.20240626 to 5.28.0.20240924 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1) Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.3) Updates `hypothesis` from 6.111.2 to 6.112.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.111.2...hypothesis-python-6.112.2) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-macros-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are new checks performed by pydoclint for exceptions that are present in the Raises: docs and not it the code. Some might need a doc update (because the code is not really raising them) and some might need a # noqa: DOC503 (if the exception is being raised indirectly by another function we are calling). We need to see on a case-by-case basis.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the required group with 9 updates:
0.5.60.5.91.0.51.2.09.5.349.5.390.25.20.26.11.10.91.11.15.27.0.202406265.28.0.202409243.2.73.3.18.3.28.3.36.111.26.112.2Updates
pydoclintfrom 0.5.6 to 0.5.9Release notes
Sourced from pydoclint's releases.
Changelog
Sourced from pydoclint's changelog.
Commits
8170436Improve handling of long type annotations (#173)27ff769doc(usage): Including a null-ls use with neovim. (#167)5e941f5fix: DOC503 catch namespaced exceptions (#168)f758604feat: introduce DOC503 for checking specific raised exceptions (#161)ae28589Switch from tab to 4 spaces in baseline (#152)1e80fd3tox: usedeps = .instead ofpip install(#160)23b89f6docs: add "sphinx" as an allowed style (#159)Updates
mkdocs-macros-pluginfrom 1.0.5 to 1.2.0Changelog
Sourced from mkdocs-macros-plugin's changelog.
Commits
e8b3f45Document hooks for #237 (register macros/variables/filters)c1029d5Document how to correct issue with macros / admonitions (#240)67ccb15Merge pull request #238 from timvink/master03f5e89Fix registration systemddace97remove property on register methods363d904Add three hooksregister_variables/macros/filters(#237)2fb833eImproved implementation for relative url (#236)69e7cadMerge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master5bec964Add standard filternormalize_url(#236)9a08f11Merge pull request #228 from caomingpei/masterUpdates
mkdocs-materialfrom 9.5.34 to 9.5.39Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
70db88fPrepare 9.5.39 release187705eUpdated dependencies56fdb28Adjusted code copy button documentationaeb9492Fixed stay no page functionality when using mike's canonical versioning (#7559)50a15beUpdated link to step-by-step guide on YouTube117250aPrepare 9.5.38 release74ca234Added Albanian translations84ddbbaPrepare 9.5.37 releasefd98413Documentation (#7557)573d23dUpdated dependenciesUpdates
mkdocstrings[python]from 0.25.2 to 0.26.1Release notes
Sourced from mkdocstrings[python]'s releases.
Changelog
Sourced from mkdocstrings[python]'s changelog.
Commits
651d176chore: Prepare release 0.26.1db2ab34fix: Instantiate config of the autorefs plugin when it is not enabled by the ...a65035adocs: Clarify that Installation sectionb1aa042chore: Prepare release 0.26.0b63e726feat: Allow hooking into autorefs when converting Markdown docstrings3c878b7chore: Upgrade mkdocs-redirects lower bound to avoid deprecation warning28565f9build: Upgrade Python-Markdown lower bound to 3.652fad11style: Formatc6ca522docs: Fix dead link8041ef3docs: Update code highlight linesUpdates
mkdocstrings-pythonfrom 1.10.9 to 1.11.1Release notes
Sourced from mkdocstrings-python's releases.
Changelog
Sourced from mkdocstrings-python's changelog.
Commits
6dafa9achore: Prepare release 1.11.1dd8b014refactor: Preparerelative_crossrefsandscoped_crossrefsinsiders features7b11ba8docs: Update docs from insiders446d725chore: Prepare release 1.11.0bb4be5bfeat: Hook into autorefs to provide context around cross-ref errorsUpdates
types-protobuffrom 5.27.0.20240626 to 5.28.0.20240924Commits
Updates
pylintfrom 3.2.7 to 3.3.1Commits
76bce72Bump pylint to 3.3.1, update changelog (#9954)55ee816Bump astroid to 3.3.4 (#9951) (#9952)6350dfaBump pylint to 3.3.0, update changelog78f3dfaBump astroid to 3.3.3 (#9939)b28c1f6Add check forunnecessary-default-type-args(#9938)bd97b93[doc framework] Assert that the good and bad example exists in the doc (#9936)7aa4436Fix duplicate workflow step ids (#9934)0950916[pre-commit] Add codespell, and fix some existing typos (#9912)3b4a7f9Add details.rst for c-extension-no-member (#9933)7d60c27Explicitly save cache in primer jobsUpdates
pytestfrom 8.3.2 to 8.3.3Release notes
Sourced from pytest's releases.
Commits
d0f136fbuild(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307Prepare release version 8.3.30dabdcfInclude co-authors in release announcement (#12795) (#12797)a9910a4Do not discover properties when iterating fixtures (#12781) (#12788)0f10b6bFix issue with slashes being turned into backslashes on Windows (#12760) (#12...300d13dMerge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7Merge pull request #12784 from svenevs/fix/docs-example-parametrize-minor-typobc913d1Streamline checks for verbose option (#12706) (#12778)01cfcc9Fix typos and introduce codespell pre-commit hook (#12769) (#12774)4873394doc: Remove past training (#12772) (#12773)Updates
hypothesisfrom 6.111.2 to 6.112.2Commits
83c22d9Bump hypothesis-python version to 6.112.2 and update changelog3c1350dMerge pull request #4119 from HypothesisWorks/create-pull-request/patch2958a45Fix for cyclic exception context75650b9Merge pull request #4061 from abeakkas/fix-assume-example7fdad0bUpdate pinned dependencies879225dMerge pull request #4112 from HypothesisWorks/create-pull-request/patchbd8e963Update pinned dependencies4d079f7Merge pull request #4104 from Zac-HD/update-deps1caa0f2drop win py39 CIf81af9cUpdate pinned depsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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