chore(deps): update dependency flake8 to v6 - autoclosed #26

Closed
renovate-bot wants to merge 1 commits from renovate/flake8-6.x into master
Owner

This PR contains the following updates:

Package Type Update Change
flake8 (changelog) dev-dependencies major ^4.0.1 -> ^6.0.0

Release Notes

pycqa/flake8

v6.1.0

Compare Source

v6.0.0

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flake8](https://github.com/pycqa/flake8) ([changelog](http://flake8.pycqa.org/en/latest/release-notes/index.html)) | dev-dependencies | major | `^4.0.1` -> `^6.0.0` | --- ### Release Notes <details> <summary>pycqa/flake8</summary> ### [`v6.1.0`](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) [Compare Source](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) ### [`v6.0.0`](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) [Compare Source](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) ### [`v5.0.4`](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) [Compare Source](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) ### [`v5.0.3`](https://github.com/pycqa/flake8/compare/5.0.2...5.0.3) [Compare Source](https://github.com/pycqa/flake8/compare/5.0.2...5.0.3) ### [`v5.0.2`](https://github.com/pycqa/flake8/compare/5.0.1...5.0.2) [Compare Source](https://github.com/pycqa/flake8/compare/5.0.1...5.0.2) ### [`v5.0.1`](https://github.com/pycqa/flake8/compare/5.0.0...5.0.1) [Compare Source](https://github.com/pycqa/flake8/compare/5.0.0...5.0.1) ### [`v5.0.0`](https://github.com/pycqa/flake8/compare/4.0.1...5.0.0) [Compare Source](https://github.com/pycqa/flake8/compare/4.0.1...5.0.0) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-11-24 01:33:02 +00:00
chore(deps): update dependency flake8 to v6
Some checks reported errors
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/head Something is wrong with the build of this commit
gitea-physics/deepdog/pipeline/pr-master Something is wrong with the build of this commit
ee1a2fa4d2
deepak was assigned by renovate-bot 2022-11-24 01:33:02 +00:00
Author
Owner

⚠ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
The currently activated Python version 3.10.2 is not supported by the project (>=3.8.1,<3.10).
Trying to find and use a compatible version. 

  NoCompatiblePythonVersionFound

  Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.

  at /usr/local/poetry/1.1.13/venv/lib/python3.10/site-packages/poetry/utils/env.py:768 in create_venv
       764│                     python_minor = ".".join(python_patch.split(".")[:2])
       765│                     break
       766│ 
       767│             if not executable:
    →  768│                 raise NoCompatiblePythonVersionFound(
       769│                     self._poetry.package.python_versions
       770│                 )
       771│ 
       772│         if root_venv:


### ⚠ 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: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: poetry.lock ``` The currently activated Python version 3.10.2 is not supported by the project (>=3.8.1,<3.10). Trying to find and use a compatible version. NoCompatiblePythonVersionFound Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command. at /usr/local/poetry/1.1.13/venv/lib/python3.10/site-packages/poetry/utils/env.py:768 in create_venv 764│ python_minor = ".".join(python_patch.split(".")[:2]) 765│ break 766│ 767│ if not executable: → 768│ raise NoCompatiblePythonVersionFound( 769│ self._poetry.package.python_versions 770│ ) 771│ 772│ if root_venv: ```
renovate-bot force-pushed renovate/flake8-6.x from ee1a2fa4d2 to efe6436648 2023-07-27 01:30:49 +00:00 Compare
renovate-bot force-pushed renovate/flake8-6.x from efe6436648 to 266f710662 2023-07-28 01:30:58 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency flake8 to v6 to chore(deps): update dependency flake8 to v6 - autoclosed 2024-01-06 01:30:46 +00:00
renovate-bot closed this pull request 2024-01-06 01:30:46 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: physics/deepdog#26
No description provided.