chore: update dependency poethepoet to v0.48.0#64
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
March 22, 2023 22:26
b55bcd4 to
f20e35f
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
May 31, 2023 01:58
f20e35f to
f861d1c
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
July 9, 2023 18:20
f861d1c to
45ed086
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
August 14, 2023 18:35
45ed086 to
aa935cf
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
September 23, 2023 16:56
aa935cf to
e557796
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
September 30, 2023 21:12
e557796 to
7e9702f
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
February 25, 2024 21:37
7e9702f to
02b11a4
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
April 28, 2024 00:33
02b11a4 to
ed817ef
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
June 26, 2024 23:02
ed817ef to
91f5472
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
August 29, 2024 12:58
91f5472 to
9a160db
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
December 27, 2024 23:15
833a5f1 to
58e1691
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
March 2, 2025 18:40
58e1691 to
dfd6025
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
April 21, 2025 14:38
dfd6025 to
3764126
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
June 9, 2025 15:00
3764126 to
97be8e9
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
June 29, 2025 20:24
97be8e9 to
c5fc06b
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
August 11, 2025 18:56
c5fc06b to
4dcb8d3
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
November 23, 2025 16:43
4dcb8d3 to
f96b4ba
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
December 25, 2025 16:57
f96b4ba to
5b58551
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
January 5, 2026 21:38
5b58551 to
024d069
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
February 9, 2026 02:14
024d069 to
97f52b1
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
February 22, 2026 17:16
97f52b1 to
698eff2
Compare
renovate
Bot
force-pushed
the
renovate/poethepoet-0.x
branch
from
April 3, 2026 13:03
698eff2 to
6e17d07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.16.0→^0.48.0Release Notes
nat-n/poethepoet (poethepoet)
v0.48.0: 0.48.0Compare Source
Enhancements
uses_envtask option for loading variables from another task's output like an env file by @nat-n in #407Full Changelog: nat-n/poethepoet@v0.47.1...v0.48.0
v0.47.1: 0.47.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.47.0...v0.47.1
v0.47.0: 0.47.0Compare Source
Enhancements
bufferoutput_mode for parallel tasks by @nat-n in #400poesection in pyproject based on PoeOptions and improve some validation edge cases by @nat-n in #392 #389 #398Fixes
AI Agent Skill 🤖
Install the skill via one of the following methods:
Full Changelog: nat-n/poethepoet@v0.46.0...v0.47.0
v0.46.0: 0.46.0Compare Source
Enhancements
:-and:+param expansion operators everywhere by @nat-n in #386Fixes
Experimental agent skill
This release ships an experimental agent skill that gives AI coding agents contextual knowledge of poe's task API when working in projects that use it. It works with any agent that supports the skills convention and aims to improve agent abilities when it comes to leveraging and authoring poe tasks.
Please try it out and provide feedback!
Two install methods:
Full Changelog: nat-n/poethepoet@v0.45.0...v0.46.0
v0.45.0: 0.45.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.44.0...v0.45.0
v0.44.0: 0.44.0Compare Source
Enhancements
include#317 by @nat-n in #372Breaking changes**
includeentries, those second-order includes were silently ignored. They are now followed recursively using depth-first loading. This may cause previously ignored config files to be loaded, potentially introducing new tasks or environment variables. To preserve the old behavior for a specific include, setrecursive = falseon that include entry. See the include guide for details.Full Changelog: nat-n/poethepoet@v0.43.0...v0.44.0
v0.43.0: 0.43.0Compare Source
Enhancements
Breaking changes
This release includes a refactor of how task variables are managed, improving boolean arg semantics and introducing private
variables. These changes may affect a small number of existing configurations:
Boolean args now produce unset env vars when false. Previously
falsemapped to the string"False"; now the env var is removed entirely. This gives consistent falsy behavior across shells and parameter expansion operators (:-,:+). Tasks checking for the literal string"False"or usingos.environ["flag"]will need updating.Private env vars are filtered from subprocesses. Variables starting with
_and containing no uppercase characters (e.g._secret) are now treated as private — available for config-time interpolation but excluded from the task subprocess environment. This is unlikely to affect existing configurations, but any task that relies on a subprocess reading a_lowercaseenv var will need to rename it.Private arg option names strip leading underscores. An arg named
_flagwith no explicitoptionsnow generates--flaginstead of--_flag. A new validation rejects duplicate CLI options across args.See the migration guide for details and recommended fixes.
New Contributors
Full Changelog: nat-n/poethepoet@v0.42.1...v0.43.0
v0.42.1: 0.42.1Compare Source
Enhancements
Completion script fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.42.0...v0.42.1
v0.42.0: 0.42.0Compare Source
Enhancements
New Contributors
Full Changelog: nat-n/poethepoet@v0.41.0...v0.42.0
v0.41.0: 0.41.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.40.0...v0.41.0
v0.40.0: 0.40.0Compare Source
Enhancements
capture_outputoption in ref tasks by @kzrnm in #343ignore_failon execution task types and ref tasks by @nat-n in #347Fixes
Code improvements
Full Changelog: nat-n/poethepoet@v0.39.0...v0.40.0
v0.39.0: 0.39.0Compare Source
Enhancements
New Contributors
Full Changelog: nat-n/poethepoet@v0.38.0...v0.39.0
v0.38.0: 0.38.0Compare Source
Enhancements
Breaking changes
Internal changes
Full Changelog: nat-n/poethepoet@v0.37.0...v0.38.0
v0.37.0: 0.37.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.36.0...v0.37.0
v0.36.0: 0.36.0Compare Source
Breaking changes
Full Changelog: nat-n/poethepoet@v0.35.1...v0.36.0
v0.35.1: 0.35.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.35.0...v0.35.1
v0.35.0: 0.35.0Compare Source
Enhancements
__main__module by @nat-n in #300Fixes
Full Changelog: nat-n/poethepoet@v0.34.0...v0.35.0
v0.34.0: 0.34.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.33.1...v0.34.0
v0.33.1: 0.33.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.33.0...v0.33.1
v0.33.0: 0.33.0Compare Source
Enhancements
Fixes
python3orsys.executableifpythonis not on the path by @nat-n in #278New Contributors
Full Changelog: nat-n/poethepoet@v0.32.2...v0.33.0
v0.32.2: 0.32.2Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.32.1...v0.32.2
v0.32.1: 0.32.1Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.32.0...v0.32.1
v0.32.0: 0.32.0Compare Source
Enhancements
Make command parsing support default value and alternate value operations on param expansions by @nat-n in #266
Explicitly disallow
capture_stdoutoption on sequence tasks by @nat-n in #265Full Changelog: nat-n/poethepoet@v0.31.1...v0.32.0
v0.31.1: 0.31.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.31.0...v0.31.1
v0.31.0: 0.31.0Compare Source
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.30.0...v0.31.0
v0.30.0: 0.30.0Compare Source
Notice
This will be the last release to support python 3.8.
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.29.0...v0.30.0
v0.29.0: 0.29.0Compare Source
Enhancements
New Contributors
Full Changelog: nat-n/poethepoet@v0.28.0...v0.29.0
v0.28.0: 0.28.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.27.0...v0.28.0
v0.27.0: 0.27.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.26.1...v0.27.0
v0.26.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.26.0...v0.26.1
v0.26.0Compare Source
Enhancements and Fixes
Breaking changes
cwdpath configured on the include (if any) #160New Contributors
Full Changelog: nat-n/poethepoet@v0.25.1...v0.26.0
v0.25.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.25.0...v0.25.1
v0.25.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.24.4...v0.25.0
v0.24.4: 0.24.4Compare Source
Fixes
usesoption by @nat-n in #186Enhancements
capture_stdoutoption by @nat-n in #188Full Changelog: nat-n/poethepoet@v0.24.3...v0.24.4
v0.24.3: 0.24.3Compare Source
What's Changed
Full Changelog: nat-n/poethepoet@v0.24.2...v0.24.3
v0.24.2: 0.24.2Compare Source
Fixes
Documentation
New Contributors
Full Changelog: nat-n/poethepoet@v0.24.1...v0.24.2
v0.24.1: 0.24.1Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.24.0...v0.24.1
v0.24.0: 0.24.0Compare Source
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.23.0...v0.24.0
v0.23.0: 0.23.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.22.1...v0.23.0
v0.22.1: 0.22.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.22.0...v0.22.1
v0.22.0: 0.22.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.21.1...v0.22.0
v0.21.1: 0.21.1Compare Source
Fixes
v0.21.0: 0.21.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.20.0...v0.21.0
v0.20.0: 0.20.0Compare Source
Enhancements
Fixes
Breaking changes
New Contributors
Full Changelog: nat-n/poethepoet@v0.19.0...v0.20.0
v0.19.0: 0.19.0Compare Source
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.18.1...v0.19.0
v0.18.1: 0.18.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.18.0...v0.18.1
v0.18.0: 0.18.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.17.1...v0.18.0
v0.17.1: 0.17.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.17.0...v0.17.1
v0.17.0: 0.17.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.16.5...v0.17.0
v0.16.5: 0.16.5Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.16.4...v0.16.5
v0.16.4: 0.16.4Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.16.3...v0.16.4
v0.16.3: 0.16.3Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.16.2...v0.16.3
v0.16.2: 0.16.2Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.16.1...v0.16.2
v0.16.1: 0.16.1Compare Source
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.16.0...v0.16.1
Configuration
📅 Schedule: (in timezone UTC+1)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.