I'm not certain this is a solvable issue, but here's what I've seen.
Using:
- renovate gitlab runner
- Python 3.10.3
- Poetry version 1.1.13
Steps:
poetry add fabric (this adds Fabric to pyproject.toml, poetry will not resolve fabric)
- manually downgraded to
2.6.0
- ran renovate CI pipeline
- MR was created, with merge-confidence badges, but they are all dataless (examples below)
- Editing MR to use
Fabric instead of fabric in the renovateapi urls shows the correct data
Current Behavior:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Fabric](https://fabfile.org) ([source](https://github.com/fabric/fabric), [changelog](https://www.fabfile.org/changelog.html)) | `2.6.0` -> `2.7.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
Expected Behavior:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Fabric](https://fabfile.org) ([source](https://github.com/fabric/fabric), [changelog](https://www.fabfile.org/changelog.html)) | `2.6.0` -> `2.7.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
I'm not certain this is a solvable issue, but here's what I've seen.
Using:
Steps:
poetry add fabric(this addsFabricto pyproject.toml, poetry will not resolvefabric)2.6.0Fabricinstead offabricin the renovateapi urls shows the correct dataCurrent Behavior:
2.6.0->2.7.0Expected Behavior:
2.6.0->2.7.0