czerus / pydriverr

0 stars 0 forks source link

fix(deps): update dependency yaspin to v3 #125

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yaspin (changelog) ^2.2.0 -> ^3.0.0 age adoption passing confidence

Release Notes

pavdmyt/yaspin (yaspin) ### [`v3.1.0`](https://redirect.github.com/pavdmyt/yaspin/blob/HEAD/HISTORY.rst#310--2024-09-22) [Compare Source](https://redirect.github.com/pavdmyt/yaspin/compare/v3.0.2...v3.1.0) - Fix long messages behavior by truncating them via custom ellipsis ([#​240](https://redirect.github.com/pavdmyt/yaspin/issues/240)) - Add Python 3.13 support - Update cli-spinners to `v3.2.0` - Update dependencies ### [`v3.0.2`](https://redirect.github.com/pavdmyt/yaspin/blob/HEAD/HISTORY.rst#302--2024-04-08) [Compare Source](https://redirect.github.com/pavdmyt/yaspin/compare/v3.0.1...v3.0.2) - Add `py.typed` marker file to be compliant with PEP561 ([#​237](https://redirect.github.com/pavdmyt/yaspin/issues/237)) - Update cli-spinners to `v2.9.2` - Update dependencies ### [`v3.0.1`](https://redirect.github.com/pavdmyt/yaspin/blob/HEAD/HISTORY.rst#301--2023-09-05) [Compare Source](https://redirect.github.com/pavdmyt/yaspin/compare/v3.0.0...v3.0.1) - Fix `NameError` when using `yaspin` as a decorator ([#​230](https://redirect.github.com/pavdmyt/yaspin/issues/230)) - Update dependencies ### [`v3.0.0`](https://redirect.github.com/pavdmyt/yaspin/blob/HEAD/HISTORY.rst#300--2023-08-19) [Compare Source](https://redirect.github.com/pavdmyt/yaspin/compare/v2.5.0...v3.0.0) - Add type-annotations - Drop Python 3.8 support - Update dependencies - Breaking changes: - remove small modules: `base_spinner`, `helpers`, `signal_handlers` - remove `constants.COLOR_MAP` - remove redundant assertions

Configuration

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



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

renovate[bot] commented 3 months ago

⚠️ 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:

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

The current project's Python requirement (>=3.8.1,<4.0) is not compatible with some of the required packages Python requirement:
  - yaspin requires Python <4.0,>=3.9, so it will not be satisfied for Python >=3.8.1,<3.9
  - yaspin requires Python >=3.9,<4.0, so it will not be satisfied for Python >=3.8.1,<3.9
  - yaspin requires Python >=3.9,<4.0, so it will not be satisfied for Python >=3.8.1,<3.9

Because no versions of yaspin match >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<4.0.0
 and yaspin (3.0.0) requires Python >=3.9,<4.0, yaspin is forbidden.
And because yaspin (3.0.1) requires Python >=3.9,<4.0, yaspin is forbidden.
So, because yaspin (3.0.2) requires Python <4.0,>=3.9
 and pydriverr depends on yaspin (^3.0.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For yaspin, a possible solution would be to set the `python` property to ">=3.9,<4.0"
    For yaspin, a possible solution would be to set the `python` property to ">=3.9,<4.0"
    For yaspin, a possible solution would be to set the `python` property to ">=3.9,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers