Update dependency flake8 to v5 #28

Merged
Xefir merged 2 commits from renovate/flake8-5.x into master 2022-08-05 15:20:33 +00:00
Owner

This PR contains the following updates:

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

Release Notes

pycqa/flake8

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


  • 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](https://flake8.pycqa.org/en/latest/release-notes/index.html)) | dev-dependencies | major | `4.0.1` -> `5.0.4` | --- ### Release Notes <details> <summary>pycqa/flake8</summary> ### [`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**: 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. --- - [ ] <!-- 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0My4xIn0=-->
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
Creating virtualenv divent-uegznGOb-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...

  SolverProblemError

  Because flake8-isort (4.1.2.post0) depends on flake8 (>=3.2.1,<5)
   and divent depends on flake8 (5.0.4), flake8-isort is forbidden.
  So, because divent depends on flake8-isort (4.1.2.post0), version solving failed.

  at /usr/local/poetry/1.1.14/venv/lib/python3.10/site-packages/poetry/puzzle/solver.py:241 in _solve
      237│             packages = result.packages
      238│         except OverrideNeeded as e:
      239│             return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
      240│         except SolveFailure as e:
    → 241│             raise SolverProblemError(e)
      242│ 
      243│         results = dict(
      244│             depth_first_search(
      245│                 PackageNode(self._package, packages), aggregate_package_nodes


### ⚠ 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 ``` Creating virtualenv divent-uegznGOb-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... SolverProblemError Because flake8-isort (4.1.2.post0) depends on flake8 (>=3.2.1,<5) and divent depends on flake8 (5.0.4), flake8-isort is forbidden. So, because divent depends on flake8-isort (4.1.2.post0), version solving failed. at /usr/local/poetry/1.1.14/venv/lib/python3.10/site-packages/poetry/puzzle/solver.py:241 in _solve 237│ packages = result.packages 238│ except OverrideNeeded as e: 239│ return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest) 240│ except SolveFailure as e: → 241│ raise SolverProblemError(e) 242│ 243│ results = dict( 244│ depth_first_search( 245│ PackageNode(self._package, packages), aggregate_package_nodes ```
Xefir force-pushed renovate/flake8-5.x from f3ecc21815 to 4397671611 2022-08-01 00:30:49 +00:00 Compare
Xefir force-pushed renovate/flake8-5.x from 4397671611 to 423074cca1 2022-08-02 00:34:17 +00:00 Compare
Xefir force-pushed renovate/flake8-5.x from 423074cca1 to 5cf5410c13 2022-08-04 00:33:29 +00:00 Compare
Xefir added 1 commit 2022-08-05 15:19:47 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
f3e21b0fcd
Merge branch 'master' into renovate/flake8-5.x
Xefir merged commit de1c675919 into master 2022-08-05 15:20:29 +00:00
Xefir deleted branch renovate/flake8-5.x 2022-08-05 15:20:45 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#28
No description provided.