Closed renovate[bot] closed 10 months 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:
[22:03:56.541] INFO (9): Installing tool python v3.11.4...
installing v2 tool python v3.11.4
linking tool python v3.11.4
Python 3.11.4
pip 23.2.1 from /opt/containerbase/tools/python/3.11.4/lib/python3.11/site-packages/pip (python 3.11)
[22:04:04.421] INFO (9): Installed tool python in 7.8s.
[22:04:04.536] INFO (168): Installing tool poetry v1.2.2...
installing v2 tool poetry v1.2.2
linking tool poetry v1.2.2
Poetry (version 1.2.2)
[22:04:14.042] INFO (168): Installed tool poetry in 9.5s.
Creating virtualenv labby-KcxXyeMS-py3.11 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
[22:03:56.726] INFO (45): Downloading file ...
url: "https://github.com/containerbase/python-prebuild/releases/download/3.11.4/python-3.11.4-focal-x86_64.tar.xz.sha512"
output: "/tmp/worker/03cabe/11565d/cache/containerbase/7b7df1c67bd3f7e8142f41ab54405735afde829b618b39598fc0b4e59f343559/python-3.11.4-focal-x86_64.tar.xz.sha512"
[22:03:56.778] INFO (45): Download completed in 52ms.
[22:03:56.894] INFO (61): Downloading file ...
url: "https://github.com/containerbase/python-prebuild/releases/download/3.11.4/python-3.11.4-focal-x86_64.tar.xz"
output: "/tmp/worker/03cabe/11565d/cache/containerbase/0aa299775304e88f7788c336338e1c9d5c8971f8c565bbb0f2fd48dd176692e1/python-3.11.4-focal-x86_64.tar.xz"
[22:03:57.357] INFO (61): Download completed in 463ms.
The current project's Python requirement (>=3.7.1,<4.0.0) is not compatible with some of the required packages Python requirement:
- flake8 requires Python >=3.8.1, so it will not be satisfied for Python >=3.7.1,<3.8.1
Because labby depends on flake8 (6.1.0) which requires Python >=3.8.1, version solving failed.
• Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For flake8, a possible solution would be to set the `python` property to ">=3.8.1,<4.0.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:
4.0.1
->6.1.0
Release Notes
pycqa/flake8 (flake8)
### [`v6.1.0`](https://togithub.com/pycqa/flake8/compare/6.0.0...6.1.0) [Compare Source](https://togithub.com/pycqa/flake8/compare/6.0.0...6.1.0) ### [`v6.0.0`](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0) [Compare Source](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0) ### [`v5.0.4`](https://togithub.com/pycqa/flake8/compare/5.0.3...5.0.4) [Compare Source](https://togithub.com/pycqa/flake8/compare/5.0.3...5.0.4) ### [`v5.0.3`](https://togithub.com/pycqa/flake8/compare/5.0.2...5.0.3) [Compare Source](https://togithub.com/pycqa/flake8/compare/5.0.2...5.0.3) ### [`v5.0.2`](https://togithub.com/pycqa/flake8/compare/5.0.1...5.0.2) [Compare Source](https://togithub.com/pycqa/flake8/compare/5.0.1...5.0.2) ### [`v5.0.1`](https://togithub.com/pycqa/flake8/compare/5.0.0...5.0.1) [Compare Source](https://togithub.com/pycqa/flake8/compare/5.0.0...5.0.1) ### [`v5.0.0`](https://togithub.com/pycqa/flake8/compare/4.0.1...5.0.0) [Compare Source](https://togithub.com/pycqa/flake8/compare/4.0.1...5.0.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 has been generated by Mend Renovate. View repository job log here.