billsioros / cookiecutter-pypackage

🐍🍪 Yet another Python Cookiecutter
https://billsioros.github.io/cookiecutter-pypackage/
MIT License
3 stars 1 forks source link

chore(deps): update dependency python-semantic-release to v9.8.9 #367

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-semantic-release (changelog) 9.8.8 -> 9.8.9 age adoption passing confidence

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release) ### [`v9.8.9`](https://redirect.github.com/python-semantic-release/python-semantic-release/blob/HEAD/CHANGELOG.md#v989-2024-09-27) [Compare Source](https://redirect.github.com/python-semantic-release/python-semantic-release/compare/v9.8.8...v9.8.9) ##### Documentation - docs: update docstrings to resolve sphinx failures ([#​1030](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1030)) set `ignore-module-all` for `autodoc_default_options` to resolve some Sphinx errors about duplicate / ambiguous references [https://github.com/sphinx-doc/sphinx/issues/4961#issuecomment-1543858623](https://redirect.github.com/sphinx-doc/sphinx/issues/4961#issuecomment-1543858623) Standardize some non-standard (Google-ish) docstrings to Sphinx format, to avoid ruff and Sphinx arguing about underline length. Fix indents and other minor whitespace / formatting changes. Fixes [#​1029](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1029) ([`d84efc7`](https://redirect.github.com/python-semantic-release/python-semantic-release/commit/d84efc7719a8679e6979d513d1c8c60904af7384)) ##### Fix - fix(version-cmd): improve `version_variables` flexibility w/ quotes (ie. json, yaml, etc) ([#​1028](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1028)) - fix(version-cmd): increase `version_variable` flexibility with quotations (ie. json, yaml, etc) Previously json would not work due to the key being wrapped in quotes, yaml also has issues when it does not usually use quotes. The regex we created originally only wrapped the version to be replaced in quotes but now both the key and version can optionally be wrapped in different kind of quotations. Resolves: [#​601](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/601), [#​706](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/706), [#​962](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/962), [#​1026](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1026) - docs(configuration): add clarity to `version_variables` usage & limitations Ref: [#​941](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/941) - fix(version-cmd): ensure `version_variables` do not match partial variable names - build(deps-test): add `PyYAML` as a test dependency - test(fixtures): refactor location of fixture for global use of cli runner - test(stamp-version): add test cases to stamp json, python, & yaml files ([`156915c`](https://redirect.github.com/python-semantic-release/python-semantic-release/commit/156915c7d759098f65cf9de7c4e980b40b38d5f1))

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR was generated by Mend Renovate. View the repository job log.