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:
Creating virtualenv mailerlite-HbvogRjj-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
- black requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9
Because black (25.1.0) requires Python >=3.9
and no versions of black match >=25.0.0,<25.1.0 || >25.1.0,<26.0.0, black is forbidden.
So, because mailerlite depends on black (^25.0.0), version solving failed.
• Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For black, 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
Originally posted by @okeiprivat55 in #73 (comment)