wi2trier / cbrkit

Customizable Case-Based Reasoning (CBR) toolkit for Python with a built-in API and CLI.
https://wi2trier.github.io/cbrkit/
MIT License
7 stars 5 forks source link

chore(deps): update dependency typer to ^0.10.0 - autoclosed #75

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typer ^0.9 -> ^0.10.0 age adoption passing confidence

Release Notes

tiangolo/typer (typer) ### [`v0.10.0`](https://togithub.com/tiangolo/typer/releases/tag/0.10.0) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.9.4...0.10.0) ##### Fixes - 🐛 Fix default value of `None` for CLI Parameters when the type is `list | None` and the default value is `None`. PR [#​664](https://togithub.com/tiangolo/typer/pull/664) by [@​theowisear](https://togithub.com/theowisear).

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 7 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...

Creating virtualenv cbrkit-1XcYryg5-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because no versions of spacy match >3.7,<3.7.1 || >3.7.1,<3.7.2 || >3.7.2,<3.7.4 || >3.7.4,<4.0
 and spacy (3.7.0) depends on typer (>=0.3.0,<0.10.0), spacy (>=3.7,<3.7.1 || >3.7.1,<3.7.2 || >3.7.2,<3.7.4 || >3.7.4,<4.0) requires typer (>=0.3.0,<0.10.0).
And because spacy (3.7.1) depends on typer (>=0.3.0,<0.10.0), spacy (>=3.7,<3.7.2 || >3.7.2,<3.7.4 || >3.7.4,<4.0) requires typer (>=0.3.0,<0.10.0).
And because spacy (3.7.2) depends on typer (>=0.3.0,<0.10.0)
 and spacy (3.7.4) depends on typer (>=0.3.0,<0.10.0), spacy (>=3.7,<4.0) requires typer (>=0.3.0,<0.10.0).
Because no versions of typer match >0.10.0,<0.11.0
 and typer[all] (0.10.0) depends on typer (0.10.0), typer[all] (>=0.10.0,<0.11.0) requires typer (0.10.0).
Thus, typer[all] (>=0.10.0,<0.11.0) is incompatible with spacy (>=3.7,<4.0).
So, because cbrkit depends on both spacy (^3.7) and typer[all] (^0.10.0), version solving failed.