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 pdoc to v13 #68

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Update dependency pdoc to v13 #68

merged 1 commit into from
Feb 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pdoc ==12.3.1 -> ==13.0.0 age adoption passing confidence

Release Notes

mitmproxy/pdoc

v13.0.0

Compare Source

  • pdoc now skips constructors if they neither have a docstring nor any parameters. This improves display
    of classes that are not meant to be instantiated manually, for example when using PyO3.
    (#​510, @​mhils)
  • Automatically fold a variable's default value if it exceeds 100 characters.
    Feedback on this cutoff is welcome!
    (#​511, @​mhils)
  • Add a workaround to support inherited TypedDicts.
    (#​504, @​mhils)
  • Variable.default_value_str does not include the = prefix anymore. It will now emit a warning and return
    an empty string if repr(value) crashes.
    (#​510, @​mhils)
  • Fix a CSS issue where the lower half of the navigation toggle would be unresponsive on mobile.
    (#​510, @​mhils)

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

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

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2023

Codecov Report

Merging #68 (c5e50c4) into main (8dce277) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   92.48%   92.48%           
=======================================
  Files          14       14           
  Lines        1105     1105           
=======================================
  Hits         1022     1022           
  Misses         83       83           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/pdoc-13.x branch from cfe6681 to a387db0 Compare February 22, 2023 08:43
@renovate renovate bot force-pushed the renovate/pdoc-13.x branch from a387db0 to c5e50c4 Compare February 22, 2023 12:28
@allenporter allenporter merged commit 5242bab into main Feb 24, 2023
@renovate renovate bot deleted the renovate/pdoc-13.x branch February 24, 2023 14:40
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.

2 participants