Skip to content
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

chore: update dependency poethepoet to v0.30.0 #64

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poethepoet ^0.16.0 -> ^0.30.0 age adoption passing confidence

Release Notes

nat-n/poethepoet (poethepoet)

v0.30.0: 0.30.0

Compare 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.0

Compare Source

Enhancements

New Contributors

Full Changelog: nat-n/poethepoet@v0.28.0...v0.29.0

v0.28.0: 0.28.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.27.0...v0.28.0

v0.27.0: 0.27.0

Compare Source

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.26.1...v0.27.0

v0.26.1

Compare Source

Fixes

Full Changelog: nat-n/poethepoet@v0.26.0...v0.26.1

v0.26.0

Compare Source

Enhancements and Fixes

Breaking changes

New Contributors

Full Changelog: nat-n/poethepoet@v0.25.1...v0.26.0

v0.25.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.25.0...v0.25.1

v0.25.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.24.4...v0.25.0

v0.24.4: 0.24.4

Compare Source

Fixes
Enhancements

Full Changelog: nat-n/poethepoet@v0.24.3...v0.24.4

v0.24.3: 0.24.3

Compare Source

What's Changed

Full Changelog: nat-n/poethepoet@v0.24.2...v0.24.3

v0.24.2: 0.24.2

Compare Source

Fixes
Documentation
New Contributors

Full Changelog: nat-n/poethepoet@v0.24.1...v0.24.2

v0.24.1: 0.24.1

Compare Source

Enhancements
  • Show helpful error message when task executable is not on the path (#dfb8cabe)

Full Changelog: nat-n/poethepoet@v0.24.0...v0.24.1

v0.24.0: 0.24.0

Compare Source

Enhancements
Fixes

Full Changelog: nat-n/poethepoet@v0.23.0...v0.24.0

v0.23.0: 0.23.0

Compare Source

Enhancements

  • New AST parser for cmd tasks to replace quirky shlex based tokenization (#d0192621)
    • This brings cmd syntax for parameter expansions, pattern matching, whitespace, escaping, and quoting very close to being a strict subset of bash
    • This is a breaking change for some scenarios, for example parameter expansion no longer works inside single quotes.
    • This fixes some surprising quirks, that previously existed such as not being able to apply quotes to just a part of a token.
    • Pattern matching is still constrained to what the python standard library glob module can support
  • Respect NO_COLOR environment variable to disable ANSI color codes by default (#e6e031be)
  • Improve virtualenv activation logic to work with _OLD_VIRTUAL_PATH and _OLD_VIRTUAL_PYTHONHOME env vars (#f487993f)
  • Allow expr tasks to use the use_exec option (#​143e9075)

Full Changelog: nat-n/poethepoet@v0.22.1...v0.23.0

v0.22.1: 0.22.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.22.0...v0.22.1

v0.22.0: 0.22.0

Compare Source

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.21.1...v0.22.0

v0.21.1: 0.21.1

Compare Source

Fixes

  • Fix broken links in README #​157

v0.21.0: 0.21.0

Compare Source

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.20.0...v0.21.0

v0.20.0: 0.20.0

Compare Source

Enhancements
Fixes
Breaking changes
  • Drop support for python 3.7
New Contributors

Full Changelog: nat-n/poethepoet@v0.19.0...v0.20.0

v0.19.0: 0.19.0

Compare Source

Enhancements
  • Display the default value of args in help #​126
  • Append additional arguments after the first -- to the end of a cmd task #​69
  • Make script tasks work with async functions (#​6d9fed4)
  • Add support for envfile paths relative to the user home dir #​125
Fixes
  • Improve logic to locate poetry executable #​121
  • Make ref task pass extra arguments from the definition to the referenced task #​130
  • Always attempt to resolve executable path #​119
  • Fix handling of hidden tasks in the plugin #​133

Full Changelog: nat-n/poethepoet@v0.18.1...v0.19.0

v0.18.1: 0.18.1

Compare Source

Fixes
  • Fix error when running switch tasks or tasks with the 'uses' option in dry-run mode #​115
  • Fix handling of backslashes for escaping when parsing envfiles #​118

Full Changelog: nat-n/poethepoet@v0.18.0...v0.18.1

v0.18.0: 0.18.0

Compare Source

Enhancements
  • Add new expr task type for evaluating a single python expression as a task.

Full Changelog: nat-n/poethepoet@v0.17.1...v0.18.0

v0.17.1: 0.17.1

Compare Source

Fixes
  • Fix handling of Keyboardinterrupt when running a task on windows #​42

Full Changelog: nat-n/poethepoet@v0.17.0...v0.17.1

v0.17.0: 0.17.0

Compare Source

Enhancements
  • Support for interpolating env vars into task arg default values (#​3c994684)
  • Support providing a cwd for tasks included from another file #​110
  • Add new switch task type for running different versions of a task depending on the result of a control task #​83
Fixes
  • Set PYTHONIOENCODING to utf-8 before invoking poetry env info -p #​112
New Contributors

Full Changelog: nat-n/poethepoet@v0.16.5...v0.17.0

v0.16.5: 0.16.5

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.16.4...v0.16.5

v0.16.4: 0.16.4

Compare Source

Fixes

Full Changelog: nat-n/poethepoet@v0.16.3...v0.16.4

v0.16.3: 0.16.3

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.16.2...v0.16.3

v0.16.2: 0.16.2

Compare Source

Fixes

  • Revert all changes in v0.16.1 to address bug reported in #​88

Full Changelog: nat-n/poethepoet@v0.16.1...v0.16.2

v0.16.1: 0.16.1

Compare Source

Enhancements

  • When poetry virtualenv creation is disabled via an environment variable and no poetry virtualenv exists then don't try to execute tasks with poetry run #​65

Fixes

  • Fixed issue when running poe from inside a poetry env with the --root global option targeting another project, the target project env was not always used.

Full Changelog: nat-n/poethepoet@v0.16.0...v0.16.1


Configuration

📅 Schedule: Branch creation - "after 9pm" in timezone UTC+1, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from jorgebodega March 16, 2023 21:25
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.18.1 chore: update dependency poethepoet to v0.19.0 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from b55bcd4 to f20e35f Compare March 22, 2023 22:26
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.19.0 chore: update dependency poethepoet to v0.20.0 May 31, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from f20e35f to f861d1c Compare May 31, 2023 01:58
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.20.0 chore: update dependency poethepoet to v0.21.0 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from f861d1c to 45ed086 Compare July 9, 2023 18:20
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.21.0 chore: update dependency poethepoet to v0.21.1 Jul 12, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.21.1 chore: update dependency poethepoet to v0.22.0 Aug 14, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.22.0 chore: update dependency poethepoet to v0.22.1 Sep 3, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.22.1 chore: update dependency poethepoet to v0.23.0 Sep 23, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.23.0 chore: update dependency poethepoet to v0.24.0 Sep 30, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.24.0 chore: update dependency poethepoet to v0.24.1 Oct 7, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.24.1 chore: update dependency poethepoet to v0.24.2 Nov 4, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.24.2 chore: update dependency poethepoet to v0.24.3 Nov 12, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.24.3 chore: update dependency poethepoet to v0.24.4 Nov 18, 2023
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.24.4 chore: update dependency poethepoet to v0.25.0 Feb 25, 2024
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.25.0 chore: update dependency poethepoet to v0.25.1 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 02b11a4 to ed817ef Compare April 28, 2024 00:33
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.25.1 chore: update dependency poethepoet to v0.26.0 Apr 28, 2024
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.26.0 chore: update dependency poethepoet to v0.26.1 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from ed817ef to 91f5472 Compare June 26, 2024 23:02
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.26.1 chore: update dependency poethepoet to v0.27.0 Jun 26, 2024
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.27.0 chore: update dependency poethepoet to v0.26.1 Aug 29, 2024
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.26.1 chore: update dependency poethepoet to v0.27.0 Aug 29, 2024
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.27.0 chore: update dependency poethepoet to v0.28.0 Aug 31, 2024
@renovate renovate bot changed the title chore: update dependency poethepoet to v0.28.0 chore: update dependency poethepoet to v0.29.0 Sep 23, 2024
Copy link
Contributor Author

renovate bot commented Sep 23, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Creating virtualenv dotpyle in /tmp/renovate/repos/github/jorgebodega/dotpyle/.venv
Updating dependencies
Resolving dependencies...


Because poethepoet (0.30.0) depends on pyyaml (>=6.0.2,<7.0.0)
 and no versions of poethepoet match >0.30.0,<0.31.0, poethepoet (>=0.30.0,<0.31.0) requires pyyaml (>=6.0.2,<7.0.0).
So, because dotpyle depends on both PyYAML (^5.4.1) and poethepoet (^0.30.0), version solving failed.

@renovate renovate bot changed the title chore: update dependency poethepoet to v0.29.0 chore: update dependency poethepoet to v0.30.0 Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant