-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix(deps): update dependency pydot to v3.0.2 - autoclosed #1609
Conversation
Review changes with SemanticDiff. |
🧙 Sourcery has finished reviewing your pull request! Tips and commands
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1609 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 44 44
Lines 4468 4468
=========================================
Hits 4468 4468
Flags with carried forward coverage won't be shown. Click here to find out more. |
80d66ed
to
94b0a0a
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
3.0.1
->3.0.2
Release Notes
pydot/pydot (pydot)
v3.0.2
Compare Source
Added:
to_string()
methods now accept anindent
keyword argument, which can beeither a number or a string.
indentation=4
will indent each level of theoutput with four spaces.
indentation=" "
will indent each level by that manyspaces. Other whitespace is also valid, e.g. indent="\t" for tab indents. (#359)
Changed:
all cases, even when exceptions are raised or things exit unexpectedly. (#394)
release as expected. (#392)
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.