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

fix(deps): update dependency cleo to v2 - autoclosed #98

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cleo ^0.8.1 -> ^2.0.0 age adoption passing confidence

Release Notes

python-poetry/cleo (cleo)

v2.1.0

Compare Source

Features & Improvements
  • Added support for Python 3.12 #​379
  • Added CONTRIBUTING.md document #​331
  • Added tests/ directory to sdist artifact #​327
Bug fixes
  • Fixed subcommand completions for Fish #​359
  • Removed deprecated -A option from Fish completions #​366
  • Fixed program name discovery in completions script when running as module #​231
  • Fixed ANSI coloring detection in virtual terminal environments (Windows, PyCharm) #​104
  • Fixed terminal size detection #​299

v2.0.1

Compare Source

  • Relax poetry-core requirement for PEP 517 builds (#​291).

v2.0.0

Compare Source

No source code changes.

This is a version-only release to replace 1.0.0, which was yanked on the
grounds that it was incompatible with real dependents (i.e. Poetry) based on
their version specifiers, which explicitly included 1.0.0 pre-releases.

v1.0.0

Compare Source

Key points
  • Supported Python versions are now 3.7 up to 3.11.
  • cleo is now fully type-checked.
  • cleo no longer depends on clikit.
Changed
  • Replaced Terminal class with shutil.get_terminal_size() from standard library
    (#​175).
  • Exceptions are now Errors (#​179).
  • pylev was dropped in favor of much faster rapidfuzz (#​173).
  • Default error verbosity was reduced (#​132 & #​166).
Removed
  • Removed doc comment-based command configuration notation
    (#​239).
Fixed
  • --no-interaction is now automatically set when running in non-TTY terminals (#​245).
  • Generated completions will no longer cause shell errors for namespaced commands (#​247).
  • Using ^C while autocompleting Question answer will no longer break terminal (#​240).
  • Namespaced commands no longer reset interactive state (#​234).
  • Fixed underlying regex that caused CVE-2022-42966 (#​285).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • 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 force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 14 times, most recently from e4f50b0 to a784397 Compare June 7, 2023 20:48
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 3 times, most recently from 4c6ca6b to 89e1072 Compare June 15, 2023 03:10
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 4 times, most recently from 1ced4a9 to eaee562 Compare June 23, 2023 15:29
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 2 times, most recently from 674cfa2 to c451adb Compare June 29, 2023 16:42
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 2 times, most recently from 6e3ad99 to 4859981 Compare July 11, 2023 02:00
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 3 times, most recently from 15f4b56 to e176183 Compare September 2, 2023 04:11
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 3 times, most recently from 1949f98 to d5bf262 Compare September 7, 2023 19:35
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch 2 times, most recently from c64c247 to c52e757 Compare September 12, 2023 10:49
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch from c52e757 to 1c92b30 Compare September 22, 2023 12:41
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch from 1c92b30 to e4feb05 Compare October 2, 2023 21:41
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch from e4feb05 to bc0275e Compare November 28, 2023 08:15
Copy link
Contributor Author

renovate bot commented Jan 5, 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


Current Python version (3.12.2) is not allowed by the project (^3.8.1, <3.12).
Please change python executable via the "env use" command.

@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch from bc0275e to 69189e1 Compare January 5, 2024 03:17
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch from 69189e1 to 58b6781 Compare January 28, 2024 01:14
@renovate renovate bot force-pushed the feature/renovate/major-python-poetry-major-dependencies branch from 58b6781 to 6250ffd Compare February 8, 2024 07:39
@renovate renovate bot changed the title fix(deps): update dependency cleo to v2 fix(deps): update dependency cleo to v2 - autoclosed Aug 6, 2024
@renovate renovate bot closed this Aug 6, 2024
@renovate renovate bot deleted the feature/renovate/major-python-poetry-major-dependencies branch August 6, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants