Open renovate[bot] opened 1 month ago
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:
Updating dependencies
Resolving dependencies...
The current project's supported Python range (>=3.10,<4.0) is not compatible with some of the required packages Python requirement:
- ipython requires Python >=3.11, so it will not be satisfied for Python >=3.10,<3.11
Because no versions of ipython match >9.0.0,<10.0.0
and ipython (9.0.0) requires Python >=3.11, ipython is forbidden.
So, because biosim-client depends on ipython (^9.0.0), version solving failed.
β’ Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For ipython, a possible solution would be to set the `python` property to ">=3.11,<4.0"
https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers
This PR contains the following updates:
^8.32.0
->^9.0.0
Release Notes
ipython/ipython (ipython)
### [`v9.0.0`](https://redirect.github.com/ipython/ipython/compare/8.33.0...9.0.0) [Compare Source](https://redirect.github.com/ipython/ipython/compare/8.33.0...9.0.0) ### [`v8.33.0`](https://redirect.github.com/ipython/ipython/compare/8.32.0...8.33.0) [Compare Source](https://redirect.github.com/ipython/ipython/compare/8.32.0...8.33.0)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.