Bump docformatter from 1.6.0 to 1.6.3 #183

Closed
opened 2025-10-14 16:12:16 -06:00 by navan · 0 comments
Owner

Originally created by @dependabot[bot] on 4/25/2023

Bumps docformatter from 1.6.0 to 1.6.3.

Release notes

Sourced from docformatter's releases.

v1.6.3

Release v1.6.3.

What's Changed

Full Changelog: https://github.com/PyCQA/docformatter/compare/v1.6.2...v1.6.3

v1.6.2

Release v1.6.2.

What's Changed

Full Changelog: https://github.com/PyCQA/docformatter/compare/v1.6.1...v1.6.2

v1.6.1

Release 1.6.1

What's Changed

Full Changelog: https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
*Originally created by @dependabot[bot] on 4/25/2023* Bumps [docformatter](https://github.com/PyCQA/docformatter) from 1.6.0 to 1.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/docformatter/releases">docformatter's releases</a>.</em></p> <blockquote> <h2>v1.6.3</h2> <p>Release v1.6.3.</p> <h2>What's Changed</h2> <ul> <li>ci: split test suite run into unit and system by <a href="https://github.com/weibullguy"><code>@​weibullguy</code></a> in <a href="https://redirect.github.com/PyCQA/docformatter/pull/181">PyCQA/docformatter#181</a></li> <li>fix: adding newlines around wrapped URL by <a href="https://github.com/weibullguy"><code>@​weibullguy</code></a> in <a href="https://redirect.github.com/PyCQA/docformatter/pull/182">PyCQA/docformatter#182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyCQA/docformatter/compare/v1.6.2...v1.6.3">https://github.com/PyCQA/docformatter/compare/v1.6.2...v1.6.3</a></p> <h2>v1.6.2</h2> <p>Release v1.6.2.</p> <h2>What's Changed</h2> <ul> <li>fix: remove blank after comment by <a href="https://github.com/weibullguy"><code>@​weibullguy</code></a> in <a href="https://redirect.github.com/PyCQA/docformatter/pull/177">PyCQA/docformatter#177</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyCQA/docformatter/compare/v1.6.1...v1.6.2">https://github.com/PyCQA/docformatter/compare/v1.6.1...v1.6.2</a></p> <h2>v1.6.1</h2> <p>Release 1.6.1</p> <h2>What's Changed</h2> <ul> <li>fix: remove blank lines after line beginning with 'def' by <a href="https://github.com/weibullguy"><code>@​weibullguy</code></a> in <a href="https://redirect.github.com/PyCQA/docformatter/pull/171">PyCQA/docformatter#171</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.1">https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/docformatter/commit/154028bc7e20f28f4dfc11d92834d074bdb90028"><code>154028b</code></a> chore: update version strings (<a href="https://redirect.github.com/PyCQA/docformatter/issues/183">#183</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/504e95004be1a6c24f6556c9b25f45762a3145ac"><code>504e950</code></a> fix: adding newlines around wrapped URL (<a href="https://redirect.github.com/PyCQA/docformatter/issues/182">#182</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/8afd968842cc85dfbb0e221558b198fd0c583cce"><code>8afd968</code></a> ci: split test suite run into unit and system (<a href="https://redirect.github.com/PyCQA/docformatter/issues/181">#181</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/2b42c28321758d0e985728889c00980020893cf3"><code>2b42c28</code></a> fix: adding blank line in summary with symbol (<a href="https://redirect.github.com/PyCQA/docformatter/issues/179">#179</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/c89beada69a0bb71f3abaead59c05a8695fc86d7"><code>c89bead</code></a> chore: update version strings (<a href="https://redirect.github.com/PyCQA/docformatter/issues/178">#178</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/91e3c9db579c10f00230883944097ad7ded548fc"><code>91e3c9d</code></a> fix: remove blank after comment (<a href="https://redirect.github.com/PyCQA/docformatter/issues/177">#177</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/570825a5913a0d4e7da9b54a3bf3680e7e3b52eb"><code>570825a</code></a> release: v1.6.1 (<a href="https://redirect.github.com/PyCQA/docformatter/issues/175">#175</a>)</li> <li><a href="https://github.com/PyCQA/docformatter/commit/f1b0fa688af908cfe9d8e56420660dc1cd2daf7e"><code>f1b0fa6</code></a> fix: remove blank lines after line beginning with 'def' (<a href="https://redirect.github.com/PyCQA/docformatter/issues/171">#171</a>)</li> <li>See full diff in <a href="https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docformatter&package-manager=pip&previous-version=1.6.0&new-version=1.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
navan 2025-10-14 16:12:17 -06:00
Sign in to join this conversation.
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/mitmproxy2swagger#183
No description provided.