biosimulations / biosim-client

library for accessing biosimulations APIs.
MIT License
0 stars 0 forks source link

Update dependency ipython to v9 #31

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipython ^8.32.0 -> ^9.0.0 age adoption passing confidence

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.

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