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 poethepoet to v0.31.1 #379

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poethepoet 0.24.4 -> 0.31.1 age adoption passing confidence

Release Notes

nat-n/poethepoet (poethepoet) ### [`v0.31.1`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.31.1): 0.31.1 [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.31.0...v0.31.1) #### Fixes - fix: Explicitly disallow capture_stdout option on sequence tasks by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/261](https://redirect.github.com/nat-n/poethepoet/pull/261) - fix: Allow env var defaults in included task files by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/263](https://redirect.github.com/nat-n/poethepoet/pull/263) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.31.0...v0.31.1 ### [`v0.31.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.31.0): 0.31.0 [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.30.0...v0.31.0) #### Enhancements - Various improvements to config validation logic and error handling in general by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/251](https://redirect.github.com/nat-n/poethepoet/pull/251) - Drop support for python 3.8 and start testing 3.13 by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/255](https://redirect.github.com/nat-n/poethepoet/pull/255) #### Fixes - Make task autocompletion work again in sub-directories by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/258](https://redirect.github.com/nat-n/poethepoet/pull/258) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.30.0...v0.31.0 ### [`v0.30.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.30.0): 0.30.0 [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.29.0...v0.30.0) #### Notice This will be the last release to support python 3.8. #### Enhancements - Add poethepoet.script package with rm function for use in script tasks [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/250](https://redirect.github.com/nat-n/poethepoet/pull/250) [📖](https://poethepoet.natn.io/tasks/task_types/script.html#poe-scripts-library) #### Fixes - Fix handling of ignore_fail option in nested sequence tasks by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/243](https://redirect.github.com/nat-n/poethepoet/pull/243) - Fix typo in debug message by [@​cclauss](https://redirect.github.com/cclauss) in [https://github.com/nat-n/poethepoet/pull/245](https://redirect.github.com/nat-n/poethepoet/pull/245) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.29.0...v0.30.0 ### [`v0.29.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.29.0): 0.29.0 [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.28.0...v0.29.0) #### Enhancements - Add support for poe_tasks.toml or yaml or json files by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/241](https://redirect.github.com/nat-n/poethepoet/pull/241) [📖](https://poethepoet.natn.io/guides/without_poetry.html#usage-without-pyproject-toml) - Add support for help messages spanning multiple lines by [@​taconi](https://redirect.github.com/taconi) in [https://github.com/nat-n/poethepoet/pull/240](https://redirect.github.com/nat-n/poethepoet/pull/240) - Only depend on tomli for python<3.11 by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/243](https://redirect.github.com/nat-n/poethepoet/pull/243) #### New Contributors - [@​taconi](https://redirect.github.com/taconi) made their first contribution in [https://github.com/nat-n/poethepoet/pull/240](https://redirect.github.com/nat-n/poethepoet/pull/240) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.28.0...v0.29.0 ### [`v0.28.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.28.0): 0.28.0 [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.27.0...v0.28.0) #### Enhancements - Document support for global tasks and improve completion scripts by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/235](https://redirect.github.com/nat-n/poethepoet/pull/235) - Add --executor CLI option to override the executor at runtime. by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/238](https://redirect.github.com/nat-n/poethepoet/pull/238) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.27.0...v0.28.0 ### [`v0.27.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.27.0): 0.27.0 [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.26.1...v0.27.0) #### Enhancements - Add support for POE_GIT_DIR and POE_GIT_ROOT variables in config by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/229](https://redirect.github.com/nat-n/poethepoet/pull/229) #### Fixes - Fix handling of comments in multiline cmd tasks [@​snejus](https://redirect.github.com/snejus) in [https://github.com/nat-n/poethepoet/pull/225](https://redirect.github.com/nat-n/poethepoet/pull/225) - Fix ordered substitution of templated variables in env vars config [#​223](https://redirect.github.com/nat-n/poethepoet/issues/223) by [@​dbohdan](https://redirect.github.com/dbohdan) in [https://github.com/nat-n/poethepoet/pull/227](https://redirect.github.com/nat-n/poethepoet/pull/227) - Fix typos in docs and code by [@​kianmeng](https://redirect.github.com/kianmeng) in [https://github.com/nat-n/poethepoet/pull/228](https://redirect.github.com/nat-n/poethepoet/pull/228) #### New Contributors - [@​kianmeng](https://redirect.github.com/kianmeng) made their first contribution in [https://github.com/nat-n/poethepoet/pull/228](https://redirect.github.com/nat-n/poethepoet/pull/228) - [@​snejus](https://redirect.github.com/snejus) made their first contribution in [https://github.com/nat-n/poethepoet/pull/225](https://redirect.github.com/nat-n/poethepoet/pull/225) - [@​dbohdan](https://redirect.github.com/dbohdan) made their first contribution in [https://github.com/nat-n/poethepoet/pull/227](https://redirect.github.com/nat-n/poethepoet/pull/227) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.26.1...v0.27.0 ### [`v0.26.1`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.26.1) [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.26.0...v0.26.1) #### Fixes - Fix faulty validation of subtask names in sequence tasks by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/219](https://redirect.github.com/nat-n/poethepoet/pull/219) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.26.0...v0.26.1 ### [`v0.26.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.26.0) [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.25.1...v0.26.0) #### Enhancements and Fixes - Major refactor of config classes and config include logic by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/214](https://redirect.github.com/nat-n/poethepoet/pull/214) - Fixes issue with POE_ROOT/POE_PWD env vars not being usable from global env config: [https://github.com/nat-n/poethepoet/issues/198](https://redirect.github.com/nat-n/poethepoet/issues/198) - Use -C and --directory for pyproject.toml directory path ([#​212](https://redirect.github.com/nat-n/poethepoet/issues/212)) by [@​jeraymond](https://redirect.github.com/jeraymond) in [https://github.com/nat-n/poethepoet/pull/213](https://redirect.github.com/nat-n/poethepoet/pull/213) - Add POE_PROJECT_DIR env var as default for -C option by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/215](https://redirect.github.com/nat-n/poethepoet/pull/215) - Allow poetry plugin with empty command prefix to run tasks included from another file by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/216](https://redirect.github.com/nat-n/poethepoet/pull/216) #### Breaking changes - Relative paths for envfiles imported from within an included tasks file will now be resolved relative to the `cwd` path configured on the include (if any) [https://github.com/nat-n/poethepoet/issues/160](https://redirect.github.com/nat-n/poethepoet/issues/160) #### New Contributors - [@​jeraymond](https://redirect.github.com/jeraymond) made their first contribution in [https://github.com/nat-n/poethepoet/pull/213](https://redirect.github.com/nat-n/poethepoet/pull/213) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.25.1...v0.26.0 ### [`v0.25.1`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.25.1) [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.25.0...v0.25.1) #### Fixes - Fixes Windows error message due to incorrect type comparison. by [@​BertrandBordage](https://redirect.github.com/BertrandBordage) in [https://github.com/nat-n/poethepoet/pull/205](https://redirect.github.com/nat-n/poethepoet/pull/205) - Make poetry plugin work with the --directory option on the poetry cli by [@​worldworm](https://redirect.github.com/worldworm) in [https://github.com/nat-n/poethepoet/pull/211](https://redirect.github.com/nat-n/poethepoet/pull/211) #### New Contributors - [@​BertrandBordage](https://redirect.github.com/BertrandBordage) made their first contribution in [https://github.com/nat-n/poethepoet/pull/205](https://redirect.github.com/nat-n/poethepoet/pull/205) - [@​worldworm](https://redirect.github.com/worldworm) made their first contribution in [https://github.com/nat-n/poethepoet/pull/211](https://redirect.github.com/nat-n/poethepoet/pull/211) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.25.0...v0.25.1 ### [`v0.25.0`](https://redirect.github.com/nat-n/poethepoet/releases/tag/v0.25.0) [Compare Source](https://redirect.github.com/nat-n/poethepoet/compare/v0.24.4...v0.25.0) ##### Enhancements - Make args work as expected on ref tasks by [@​nat-n](https://redirect.github.com/nat-n) in [https://github.com/nat-n/poethepoet/pull/201](https://redirect.github.com/nat-n/poethepoet/pull/201) **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.24.4...v0.25.0

Configuration

📅 Schedule: Branch creation - " 0-4,22-23 1-5, * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

github-actions[bot] commented 1 week ago

This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed.