chore(deps): update dependency pydocstyle to v6.2.3
Metadata
Current evaluation
Merged automated dependency update upgrading pydocstyle from v6.1.1 to v6.2.3. Approved by a reviewer and passed CI checks before integration, keeping the project's linting tool current.
Suggested action: —
No scores available.
Issue body
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydocstyle](https://www.pydocstyle.org/en/stable/) ([source](https://togithub.com/PyCQA/pydocstyle), [changelog](https://www.pydocstyle.org/en/stable/release_notes.html)) | `==6.1.1` -> `==6.2.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>PyCQA/pydocstyle</summary>
### [`v6.2.3`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.3)
[Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.2...6.2.3)
##### What's Changed
- Fix decorator parsing for async functions by [@​cdce8p](https://togithub.com/cdce8p) in [https://github.com/PyCQA/pydocstyle/pull/577](https://togithub.com/PyCQA/pydocstyle/pull/577)
- fix: do not pass file names with pre-commit by [@​yajo](https://togithub.com/yajo) in [https://github.com/PyCQA/pydocstyle/pull/610](https://togithub.com/PyCQA/pydocstyle/pull/610)
##### New Contributors
- [@​cdce8p](https://togithub.com/cdce8p) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/577](https://togithub.com/PyCQA/pydocstyle/pull/577)
- [@​yajo](https://togithub.com/yajo) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/610](https://togithub.com/PyCQA/pydocstyle/pull/610)
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.2...6.2.3
### [`v6.2.2`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.2)
[Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.1...6.2.2)
#### What's Changed
- Fix false positive of google convention missing args descriptions by [@​stinovlas](https://togithub.com/stinovlas) in [https://github.com/PyCQA/pydocstyle/pull/619](https://togithub.com/PyCQA/pydocstyle/pull/619)
#### New Contributors
- [@​stinovlas](https://togithub.com/stinovlas) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/619](https://togithub.com/PyCQA/pydocstyle/pull/619)
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.1...6.2.2
### [`v6.2.1`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.1)
[Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.2.0...6.2.1)
#### What's Changed
- Add https protocol on websites at the README.rst by [@​realFranco](https://togithub.com/realFranco) in [https://github.com/PyCQA/pydocstyle/pull/611](https://togithub.com/PyCQA/pydocstyle/pull/611)
- Add Python 3.11 to the testing by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/PyCQA/pydocstyle/pull/612](https://togithub.com/PyCQA/pydocstyle/pull/612)
- requirements/docs.txt: Use current versions of Jinja2 and sphinx by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/PyCQA/pydocstyle/pull/615](https://togithub.com/PyCQA/pydocstyle/pull/615)
- Use tomllib/tomli for reading .toml configs by [@​mgorny](https://togithub.com/mgorny) in [https://github.com/PyCQA/pydocstyle/pull/608](https://togithub.com/PyCQA/pydocstyle/pull/608)
- Docs: pydocstyle supports Python 3.7 through 3.11. by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/PyCQA/pydocstyle/pull/616](https://togithub.com/PyCQA/pydocstyle/pull/616)
#### New Contributors
- [@​realFranco](https://togithub.com/realFranco) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/611](https://togithub.com/PyCQA/pydocstyle/pull/611)
- [@​cclauss](https://togithub.com/cclauss) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/612](https://togithub.com/PyCQA/pydocstyle/pull/612)
- [@​mgorny](https://togithub.com/mgorny) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/608](https://togithub.com/PyCQA/pydocstyle/pull/608)
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.2.0...6.2.1
### [`v6.2.0`](https://togithub.com/PyCQA/pydocstyle/releases/tag/6.2.0)
[Compare Source](https://togithub.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0)
#### What's Changed
- Gitpod-ify the repository by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/548](https://togithub.com/PyCQA/pydocstyle/pull/548)
- Updating readme to reflect support for Python 3.9 by [@​sanders41](https://togithub.com/sanders41) in [https://github.com/PyCQA/pydocstyle/pull/545](https://togithub.com/PyCQA/pydocstyle/pull/545)
- Exempt properties from D401 by [@​TomFryers](https://togithub.com/TomFryers) in [https://github.com/PyCQA/pydocstyle/pull/546](https://togithub.com/PyCQA/pydocstyle/pull/546)
- Add support for Python 3.10 by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/PyCQA/pydocstyle/pull/554](https://togithub.com/PyCQA/pydocstyle/pull/554)
- Fix CI for python 3.10 by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/565](https://togithub.com/PyCQA/pydocstyle/pull/565)
- Add D419: Add and switch to "Docstring is empty" error code by [@​thejcannon](https://togithub.com/thejcannon) in [https://github.com/PyCQA/pydocstyle/pull/559](https://togithub.com/PyCQA/pydocstyle/pull/559)
- Allow for hanging indent when documenting args in Google style by [@​rmorshea](https://togithub.com/rmorshea) in [https://github.com/PyCQA/pydocstyle/pull/564](https://togithub.com/PyCQA/pydocstyle/pull/564)
- Fix match option to only consider basename when given a path argument by [@​oczkoisse](https://togithub.com/oczkoisse) in [https://github.com/PyCQA/pydocstyle/pull/550](https://togithub.com/PyCQA/pydocstyle/pull/550)
- Typo fix in docs/error_codes.rst by [@​Daniel-Mietchen](https://togithub.com/Daniel-Mietchen) in [https://github.com/PyCQA/pydocstyle/pull/578](https://togithub.com/PyCQA/pydocstyle/pull/578)
- docs: Fix double-dash converted to en-dash by [@​wjandrea](https://togithub.com/wjandrea) in [https://github.com/PyCQA/pydocstyle/pull/579](https://togithub.com/PyCQA/pydocstyle/pull/579)
- Fix test warnings and improve lint configuration by [@​aphedges](https://togithub.com/aphedges) in [https://github.com/PyCQA/pydocstyle/pull/584](https://togithub.com/PyCQA/pydocstyle/pull/584)
- Fix broken CI checks by [@​aphedges](https://togithub.com/aphedges) in [https://github.com/PyCQA/pydocstyle/pull/585](https://togithub.com/PyCQA/pydocstyle/pull/585)
- Move tool configs to pyproject.toml by [@​Mr-Pepe](https://togithub.com/Mr-Pepe) in [https://github.com/PyCQA/pydocstyle/pull/588](https://togithub.com/PyCQA/pydocstyle/pull/588)
- Add github action to be able to release on published tag by [@​Pierre-Sassoulas](https://togithub.com/Pierre-Sassoulas) in [https://github.com/PyCQA/pydocstyle/pull/582](https://togithub.com/PyCQA/pydocstyle/pull/582)
- Typo by [@​Fokko](https://togithub.com/Fokko) in [https://github.com/PyCQA/pydocstyle/pull/598](https://togithub.com/PyCQA/pydocstyle/pull/598)
- Move to poetry and automated relases via Github UI by [@​samj1912](https://togithub.com/samj1912) in [https://github.com/PyCQA/pydocstyle/pull/614](https://togithub.com/PyCQA/pydocstyle/pull/614)
#### New Contributors
- [@​sanders41](https://togithub.com/sanders41) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/545](https://togithub.com/PyCQA/pydocstyle/pull/545)
- [@​TomFryers](https://togithub.com/TomFryers) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/546](https://togithub.com/PyCQA/pydocstyle/pull/546)
- [@​thejcannon](https://togithub.com/thejcannon) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/559](https://togithub.com/PyCQA/pydocstyle/pull/559)
- [@​rmorshea](https://togithub.com/rmorshea) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/564](https://togithub.com/PyCQA/pydocstyle/pull/564)
- [@​oczkoisse](https://togithub.com/oczkoisse) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/550](https://togithub.com/PyCQA/pydocstyle/pull/550)
- [@​Daniel-Mietchen](https://togithub.com/Daniel-Mietchen) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/578](https://togithub.com/PyCQA/pydocstyle/pull/578)
- [@​wjandrea](https://togithub.com/wjandrea) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/579](https://togithub.com/PyCQA/pydocstyle/pull/579)
- [@​aphedges](https://togithub.com/aphedges) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/584](https://togithub.com/PyCQA/pydocstyle/pull/584)
- [@​Mr-Pepe](https://togithub.com/Mr-Pepe) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/588](https://togithub.com/PyCQA/pydocstyle/pull/588)
- [@​Pierre-Sassoulas](https://togithub.com/Pierre-Sassoulas) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/582](https://togithub.com/PyCQA/pydocstyle/pull/582)
- [@​Fokko](https://togithub.com/Fokko) made their first contribution in [https://github.com/PyCQA/pydocstyle/pull/598](https://togithub.com/PyCQA/pydocstyle/pull/598)
**Full Changelog**: https://github.com/PyCQA/pydocstyle/compare/6.1.1...6.2.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "after 1 am and before 7 am" in timezone Etc/UTC.
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/canonical/charmcraft).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuMSJ9-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged automated dependency update upgrading pydocstyle from v6.1.1 to v6.2.3. Approved by a reviewer and passed CI checks before integration, keeping the project's linting tool current. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Successfully merged automated dependency update upgrading pydocstyle from 6.1.1 to 6.2.3. The pull request was processed and merged by Renovate bot without conflicts. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update upgrading pydocstyle from v6.1.1 to v6.2.3. The Renovate-generated pull request was successfully merged, applying upstream bug fixes and Python 3.11 compatibility improvements. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #995 chore(deps): update dependency pydocstyle to v6.3.0 | charmcraft | merged | Merged Renovate bot PR upgrading pydocstyle from v6.2.3 to v6.3.0. The dependency update passed CI checks and received reviewer approval before being successfully merged. | |
| #191 chore(deps): update dependency docs/sphinx-lint to v0.8.1 | craft-cli | merged | Merged automated dependency update for docs/sphinx-lint from v0.6.8 to v0.8.1. Approved by reviewer, passed CI checks, and merged without coverage changes. | |
| #141 chore(deps): update dependency docs/sphinx-lint to v0.8.1 | starbase | merged | Merged automated dependency update upgrading docs/sphinx-lint from v0.6.8 to v0.8.1. Approved by reviewers, passed CI checks, and successfully merged into main. | |
| #538 chore(deps): update documentation dependencies (major) | rockcraft | merged | Merged automated dependency update upgrading Sphinx to 7.3.7 and sphinx-autodoc-typehints to 2.1.0. Approved by reviewers, passed CI, and merged with a minimal two-line change. | |
| #118 chore(deps): update dependency docs/sphinx to v7 | starbase | merged | Merged automated dependency update for docs/sphinx to v7.1.2. Approved by a maintainer, passed CI checks, and integrated into main with a single line change. | |
| #128 chore(deps): update dependency docs/sphinx to v7 | craft-application | merged | Merged automated dependency update upgrading docs/sphinx from v6.x to v7.2.6. The change incorporates Sphinx v7 features, bug fixes, and Python 3.8 removal. CI passed, reviews were approved, and the branch was successfully merged into main. | |
| #548 chore(deps): update documentation dependencies (major) | craft-parts | merged | Merged automated documentation dependency update. Upgraded Sphinx from 5.3.0 to 7.2.6 and furo from 2022.12.7 to 2023.9.10. Approved by reviewers, passed CI, and merged after resolving a dependency on PR #547. | |
| #1278 chore(deps): update dependency pyproject-api to v1.6.1 | charmcraft | merged | Merged automated dependency update for pyproject-api from v1.5.3 to v1.6.1. Approved by two reviewers, passed CI checks, and applied with a single configuration change. | |
| #160 chore(deps): update documentation dependencies | craft-store | merged | Merged automated documentation dependency updates. Renovate bot upgraded pyspelling to 2.10 and sphinx-tabs to 3.4.5. The changes received two approvals, passed CI checks, and were successfully merged. | |
| #180 chore(deps): update dependency docs/sphinx to v7 | craft-cli | merged | Merged an automated dependency update for docs/sphinx to v7.2.6 via Renovate bot. The change received approval, passed CI checks, and was successfully integrated into the main branch. |