iscc / iscc-core

ISCC - Codec & Algorithms
https://core.iscc.codes/
Apache License 2.0
17 stars 3 forks source link

Bump poethepoet from 0.15.0 to 0.16.2 #78

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps poethepoet from 0.15.0 to 0.16.2.

Release notes

Sourced from poethepoet's releases.

v0.16.2

Fixes

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

Full Changelog: https://github.com/nat-n/poethepoet/compare/v.0.16.1...v0.16.2

v0.16.1

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: https://github.com/nat-n/poethepoet/compare/v0.16.0...v.0.16.1

v0.16.0

Enhancements

  • Add print_result option for script tasks (#61)

Fixes

  • Fix validation to always check the configured type for an arg (#80)
  • Fix poetry plugin crash on windows when no pyproject.toml is present (#81)

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.15.0...v0.16.0

Commits
  • 3addd38 Bump version number to 0.16.2
  • e6e162e Revert "PoetryExecutor does not use poetry if POETRY_VIRTUALENVS_CREATE=false...
  • 210ae45 Bump version to 0.16.1
  • 1d1d218 PoetryExecutor does not use poetry if POETRY_VIRTUALENVS_CREATE=false #65
  • 9e2a012 Bump version to 0.16.0
  • 84b41ea Fix poetry plugin crash on windows when no pyproject.toml (#81)
  • 2302abb Add print_result option for script tasks (#61)
  • 90107d1 Fix validation to always check the configured type for an arg (#80)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #87.