-
Couldn't load subscription status.
- Fork 20
Bump the required group with 9 updates #995
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
|
The new |
Bumps the required group with 9 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.4.1` | `0.5.3` | | [mike](https://github.com/jimporter/mike) | `2.1.1` | `2.1.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.26` | `9.5.27` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [types-protobuf](https://github.com/python/typeshed) | `5.26.0.20240422` | `5.27.0.20240626` | | [types-setuptools](https://github.com/python/typeshed) | `70.0.0.20240524` | `70.1.0.20240627` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.3` | `3.2.5` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.103.1` | `6.104.2` | Updates `flake8` from 7.0.0 to 7.1.0 - [Commits](PyCQA/flake8@7.0.0...7.1.0) Updates `pydoclint` from 0.4.1 to 0.5.3 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.4.1...0.5.3) Updates `mike` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.1...v2.1.2) Updates `mkdocs-material` from 9.5.26 to 9.5.27 - [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.26...9.5.27) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) Updates `types-protobuf` from 5.26.0.20240422 to 5.27.0.20240626 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 70.0.0.20240524 to 70.1.0.20240627 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.3...v3.2.5) Updates `hypothesis` from 6.103.1 to 6.104.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.103.1...hypothesis-python-6.104.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: types-setuptools 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-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]>
9a3a259 to
31c2c26
Compare
|
Updated to disable the new failing check, as we are not using this way to document class attributes. |
|
Needs approval from someone else now @Marenz |
|
The commit message says a pylint check is disabled, but it looks like a |
This check works with the `Attributes:` section in the class docstring, but we are using a docstring when declaring the attribute instead, which is handled better by `mkdocstrings`, so this check is not useful for us as it will always fail. Signed-off-by: Leandro Lucarella <[email protected]>
Co-pilot made the mistake (the diff had Updated. |
31c2c26 to
0430e50
Compare
Bumps the required group with 9 updates:
7.0.07.1.00.4.10.5.32.1.12.1.29.5.269.5.271.10.01.10.15.26.0.202404225.27.0.2024062670.0.0.2024052470.1.0.202406273.2.33.2.56.103.16.104.2Updates
flake8from 7.0.0 to 7.1.0Commits
65a38c4Release 7.1.034c97e0Merge pull request #1939 from PyCQA/new-pycodestyledefd315latest pycodestyle408d4d6Merge pull request #1930 from mzagol/patch-1866ad72Add --extend-exclude to the TOC33e5083Merge pull request #1923 from Viicos/entry-points-docs6659b21Fix toctree ordering in indexba0f566Use explicit external references350f254Use explicit external references49f52a8Update documentation regarding entry pointsUpdates
pydoclintfrom 0.4.1 to 0.5.3Release notes
Sourced from pydoclint's releases.
Changelog
Sourced from pydoclint's changelog.
... (truncated)
Commits
98f7a5cAdd DOC604 & 605 test cases; improve DOC605 err msg (#147)4d0293aDon't report DOC109 if arg list is empty (#146)4dd1667Don't report DOC6xx if no docstring or short docstring (#145)457a559Switch to pprint for Doc objectsbf674faMake url a proper link (#137)1a270b0Add DOC6xx explanations to docsf43a961Use "attribute" docstring section in Sphinx style (#136)63bed6bFix another bug in class attr checking (#133)a5e24e6Fix annotation unparsing bug (#132)2c4337cUpdate documentationUpdates
mikefrom 2.1.1 to 2.1.2Release notes
Sourced from mike's releases.
Changelog
Sourced from mike's changelog.
Commits
62aaeafUpdate version to 2.1.23f7d756Use "--" to disambiguate Git arguments in a few more places; resolves #2185e6970dBelatedly update copyright year9291efbUpdate version to 2.2.0.dev0Updates
mkdocs-materialfrom 9.5.26 to 9.5.27Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
f4adebdPrepare 9.5.27 release9e1f527Updated dependenciesf4db9deUpdated Estonian translationsb45c51dChanged Twitter to X (#7266)4ba7a6dAdd reference to PlantUML Markdown schema (#7260)ccc8d84Updated dependencies0c54a88Updated Premium sponsorsUpdates
mypyfrom 1.10.0 to 1.10.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c28b525[1.10 backport] Fix error reporting on cached run after uninstallation of thi...Updates
types-protobuffrom 5.26.0.20240422 to 5.27.0.20240626Commits
Updates
types-setuptoolsfrom 70.0.0.20240524 to 70.1.0.20240627Commits
Updates
pylintfrom 3.2.3 to 3.2.5Commits
ae730acBump pylint to 3.2.5, update changelog (#9756)be7b5cc[unreachable-code] Fix the false positive in python 3.8 (#9753) (#9755)6c3ab77[release] Fix 3.2.4 release date following issue with twine 5.1.0 (#9749) (#9...425ad66Bump pylint to 3.2.4, update changelog (#9746)c41c35a[possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never (#9714...22e4d36[symilar] Rename the unittest file that had a typo.3cf313a[symilar] Fix the short form options that weren't being processed properlye13544f[symilar] Fix crash when giving bad options to symilarc3e2579[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...6b66ca6[undefined-variable] Fix a crash for undefined lineno in annotations (#9705) ...Updates
hypothesisfrom 6.103.1 to 6.104.2Commits
d8c1783Bump hypothesis-python version to 6.104.2 and update changelogc79e893Merge pull request #4022 from tybug/post-test-case-hook-fix976f559update typing1f86be4better post_test_case_hook error message39a8f72raise flaky when replaying backend flakes09b00a2add release notes90ad3e2exit if replayed interesting backends are flakyc46da15move post_test_case_hook higher upe51d473Bump hypothesis-python version to 6.104.1 and update changelog0c885e7Merge pull request #4019 from jobh/coverage_fixmeDependabot 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