Skip to content
Snippets Groups Projects

Update dependency isort to v6

Open Tine Wittler requested to merge renovate/isort-6.x into master

This MR contains the following updates:

Package Type Update Change
isort (changelog) dev-dependencies major ^5.0.0 -> ^6.0.0

Release Notes

PyCQA/isort (isort)

v6.0.1

Compare Source

Changes

:beetle: Fixes

:construction_worker: Continuous Integration

v6.0.0

Compare Source

Changes

:boom: Breaking Changes

:rocket: Features

:beetle: Fixes

:construction_worker: Continuous Integration

:package: Dependencies

v5.13.2

Compare Source

v5.13.1

Compare Source

v5.13.0

Compare Source

v5.12.0

Compare Source

  • Removed support for Python 3.7
    • Fixed incompatiblity with latest poetry version
    • Added support for directory limitations within built in git hook

v5.11.5

Compare Source

  • Fixed incompatiblity with latest poetry version

v5.11.4

Compare Source

v5.11.3

Compare Source

v5.11.2

Compare Source

v5.11.1

Compare Source

v5.11.0

Compare Source


Configuration

:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Developer

    :warning: Artifact update problem

    Renovate failed to update an artifact related to this branch. You probably do not want to merge this MR as-is.

    :recycle: 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 check the rebase/retry checkbox if found above, or
    • you rename this MR's title to start with "rebase!" to trigger it manually

    The artifact failure details are included below:

    File name: poetry.lock
    Creating virtualenv bigbluebutton2-02OWFZKs-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
    Updating dependencies
    Resolving dependencies...
    
      SolverProblemError
    
      The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
        - isort requires Python >=3.9.0, so it will not be satisfied for Python >=3.7,<3.9.0
      
      Because isort (6.0.0) requires Python >=3.9.0
       and no versions of isort match >6.0.0,<7.0.0, isort is forbidden.
      So, because bigbluebutton2 depends on isort (^6.0.0), version solving failed.
    
      at /usr/local/poetry/1.1.11/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
    
      • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
        
        For isort, a possible solution would be to set the `python` property to ">=3.9.0,<4.0"
    
        https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
        https://python-poetry.org/docs/dependency-specification/#using-environment-markers
    
    
  • Tine Wittler mentioned in issue #41

    mentioned in issue #41

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

Please register or sign in to reply
Loading