Skip to content
Snippets Groups Projects

Update dependency sphinx-autodoc-typehints to v3

Open Tine Wittler requested to merge renovate/sphinx-autodoc-typehints-3.x into master

This MR contains the following updates:

Package Type Update Change
sphinx-autodoc-typehints (changelog) dev-dependencies major ^1.23 -> ^3.0.0

Release Notes

tox-dev/sphinx-autodoc-typehints (sphinx-autodoc-typehints)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.1.0...3.2.0

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.0.1...3.1.0

v3.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.0.0...3.0.1

v3.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.5.0...3.0.0

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.4...2.5.0

v2.4.4: Fix broken link in README

Compare Source

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.3...2.4.4

v2.4.3

Compare Source

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.2...2.4.3

v2.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.1...2.4.2

v2.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.0...2.4.1

v2.4.0

Compare Source

  • Drop 3.9 support
  • Add 3.13 support
  • Bump dependencies

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.3.0...2.4.0

v2.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.3...2.3.0

v2.2.3

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.2...2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.0...2.2.1

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.1...2.2.0

v2.1.1

Compare Source

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.0...2.1.1

v2.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.1...2.1.0

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...2.0.1

v2.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.3...2.0.0

v1.25.3

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.2...1.25.3

v1.25.2

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.1...1.25.2

v1.25.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.0...1.25.1

v1.25.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.1...1.25.0

v1.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.0...1.24.1

v1.24.0

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.23.3...1.24.0


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 Maintainer

    :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 documento-client-3TXHrKOA-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
    
      RuntimeError
    
      The lock file is not compatible with the current version of Poetry.
      Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the `poetry lock` command.
    
      at /usr/local/poetry/1.1.11/venv/lib/python3.10/site-packages/poetry/packages/locker.py:482 in _get_lock_data
          478│                 "Upgrade Poetry to ensure the lock file is read properly or, alternatively, "
          479│                 "regenerate the lock file with the `poetry lock` command."
          480│             )
          481│         elif not lock_version_allowed:
        → 482│             raise RuntimeError(
          483│                 "The lock file is not compatible with the current version of Poetry.\n"
          484│                 "Upgrade Poetry to be able to read the lock file or, alternatively, "
          485│                 "regenerate the lock file with the `poetry lock` command."
          486│             )
    
    
  • Tine Wittler mentioned in issue #18

    mentioned in issue #18

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler added 1 commit

    added 1 commit

    • 9af2bfa4 - Update dependency sphinx-autodoc-typehints to v3

    Compare with previous version

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler added 1 commit

    added 1 commit

    • d38f149b - Update dependency sphinx-autodoc-typehints to v3

    Compare with previous version

  • Tine Wittler changed the description

    changed the description

  • Author Maintainer

    :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 click 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
    Updating dependencies
    Resolving dependencies...
    
    
    The current project's Python requirement (>=3.9,<4.0) is not compatible with some of the required packages Python requirement:
      - sphinx-autodoc-typehints requires Python >=3.10, so it will not be satisfied for Python >=3.9,<3.10
      - sphinx-autodoc-typehints requires Python >=3.10, so it will not be satisfied for Python >=3.9,<3.10
      - sphinx-autodoc-typehints requires Python >=3.11, so it will not be satisfied for Python >=3.9,<3.11
    
    Because no versions of sphinx-autodoc-typehints match >3.0.0,<3.0.1 || >3.0.1,<3.1.0 || >3.1.0,<4.0.0
     and sphinx-autodoc-typehints (3.0.0) requires Python >=3.10, sphinx-autodoc-typehints is forbidden.
    And because sphinx-autodoc-typehints (3.0.1) requires Python >=3.10, sphinx-autodoc-typehints is forbidden.
    So, because sphinx-autodoc-typehints (3.1.0) requires Python >=3.11
     and documento-client depends on sphinx-autodoc-typehints (^3.0.0), version solving failed.
    
      • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
        
        For sphinx-autodoc-typehints, a possible solution would be to set the `python` property to ">=3.10,<4.0"
        For sphinx-autodoc-typehints, a possible solution would be to set the `python` property to ">=3.10,<4.0"
        For sphinx-autodoc-typehints, a possible solution would be to set the `python` property to ">=3.11,<4.0"
    
        https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
        https://python-poetry.org/docs/dependency-specification/#using-environment-markers
    
  • Tine Wittler changed the description

    changed the description

Please register or sign in to reply
Loading