Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sphinx-autodoc-typehints to >=1.24.0 #890

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sphinx-autodoc-typehints (changelog) >=1.17.0 -> >=1.24.0 age adoption passing confidence

Release Notes

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

v1.24.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.3...1.24.0

v1.23.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.2...1.13.2

v1.23.2

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.1...1.23.2

v1.23.1

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.0...1.23.1

v1.23.0: Handle attrs forward refs

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.22...1.23.0

v1.22

Compare Source

  • Allow Sphinx explicitly to write in parallel.
  • Fixed crash when documenting ParamSpecArgs

v1.21.8

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.7...1.27.8

v1.21.7

Compare Source

  • Fixed a bug where if a class has an attribute and a constructor argument with the same name, the constructor argument
    type would be rendered incorrectly (issue 308)

  • Fixed napoleon handling of numpy docstrings with no specified return type.

v1.21.6

Compare Source

  • Fix a Field list ends without a blank line warning (issue 305).

v1.21.5

Compare Source

  • More robust determination of rtype location / fix issue 302

v1.21.4

Compare Source

  • Improvements to the location of the return type

v1.21.3

Compare Source

  • Use format_annotation to render class attribute type annotations

v1.21.2

Compare Source

  • Fix overloads support

v1.21.1

Compare Source

  • Fix spacing between :rtype: and directives

v1.21.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.20.2...1.21.0

v1.20.2

Compare Source

  • Fix Optional role to be data.

v1.20.1

Compare Source

  • Fixed default options not displaying for parameters without type hints.

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.5...1.20.0

v1.19.5

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.4...1.19.5

v1.19.4

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.3...1.19.4

v1.19.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.2...1.19.3

v1.19.2

Compare Source

  • Fix incorrect domain used for collections.abc.Callable.

v1.19.1

Compare Source

  • Fix bug for recursive type alias.

v1.19.0

Compare Source

v1.18.3

Compare Source

  • Support and require nptyping>=2.1.2

v1.18.2

Compare Source

  • Support and require nptyping>=2.1.1

v1.18.1

Compare Source

  • Fix mocked module import not working when used as guarded import

v1.18.0

Compare Source

  • Support and require nptyping>=2
  • Handle UnionType

v1.17.1

Compare Source

  • Mark it as requiring nptyping<2

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: Never, 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@psschwei
Copy link
Collaborator

client lint failed with quantum_serverless/core/state.py:94: error: Argument 1 to "loads" has incompatible type "Union[Awaitable[Any], Any]"; expected "Union[str, bytes, bytearray]" [arg-type]

@psschwei psschwei added the on-hold On hold due to any reason label Aug 15, 2023
@psschwei psschwei closed this Aug 15, 2023
@psschwei psschwei reopened this Aug 15, 2023
@psschwei psschwei removed the on-hold On hold due to any reason label Aug 15, 2023
@IceKhan13
Copy link
Member

I think we need to remove everything related to this state function. We are not planning to use it.

@renovate renovate bot force-pushed the renovate/sphinx-autodoc-typehints-1.x branch from 8c17f81 to ba88ad7 Compare September 12, 2023 13:56
@renovate renovate bot force-pushed the renovate/sphinx-autodoc-typehints-1.x branch from ba88ad7 to 2eb48c3 Compare September 12, 2023 14:13
@Tansito Tansito self-requested a review September 12, 2023 14:41
Copy link
Member

@Tansito Tansito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now with #933 everything seems working 😄

@Tansito Tansito merged commit 980e667 into main Sep 12, 2023
@Tansito Tansito deleted the renovate/sphinx-autodoc-typehints-1.x branch September 12, 2023 14:41
caleb-johnson pushed a commit to caleb-johnson/quantum-serverless that referenced this pull request Sep 27, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants