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

chore(deps-dev): update blackdoc requirement from 0.3.8 to 0.3.9 #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Updates the requirements on blackdoc to permit the latest version.

Release notes

Sourced from blackdoc's releases.

v0.3.9

New Features

  • version hook: allow synchronizing the version with the pre-commit mirror (#180)

Maintenance

  • drop support for running on the EOL'ed python 3.7 (#186)
  • officially support running on python 3.12 (#185)
Changelog

Sourced from blackdoc's changelog.

v0.3.9 (04 November 2023)

  • support synchronizing the version of the black hook in more cases (:pull:180)
  • document the pre-commit hooks (:issue:176, :pull:181)
  • officially support running on python 3.12 (:pull:185)
  • drop support for running on python 3.7 (:pull:186)

v0.3.8 (03 November 2022)

  • use the doctest formatter for doctest lines in rst code blocks (:issue:150, :pull:151)
  • drop support for python=3.6 (:pull:153)
  • split chained statements into multiple doctest lines (:issue:143, :pull:155, :pull:158)
  • replace the custom color formatting code with rich <https://github.com/textualize/rich>_ (:issue:146, :pull:157, :pull:159, :pull:160).
  • officially support python 3.11 (:pull:163)

v0.3.7 (13 September 2022)

  • replace docstrings by modifying by token (:issue:142, :pull:144)
  • switch the html theme to furo <https://pradyunsg.me/furo>_ (:pull:149)
  • add a new hook to synchronize black pinned in additional_dependencies with the version from the black hook (:pull:124)

v0.3.6 (25 August 2022)

  • fix a regression in the doctest format that would either truncate the reformatted code or crash it (:pull:137)

v0.3.5 (26 July 2022)

  • officially support python 3.10 (:pull:115)
  • colorize removed trailing whitespace (:pull:120)
  • write only if the content of a file changed (:issue:127, :pull:128)
  • don't crash on strings with trailing empty strings ("a""") (:issue:131, :pull:132)

v0.3.4 (17 July 2021)

  • declare the tomli library as a runtime dependency (:pull:101)

v0.3.3 (06 February 2021)

  • don't crash on malformed rst directives (:issue:78, :pull:79)

v0.3.2 (05 January 2021)

  • don't strip newlines immediately before eol (:pull:73)

v0.3.1 (04 December 2020)

  • don't detect comments ending with a colon as a block (:issue:67, :pull:68)

... (truncated)

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/blackdoc-0.3.9 branch 2 times, most recently from c951fde to cbca8ff Compare November 20, 2023 20:29
Updates the requirements on [blackdoc](https://github.com/keewis/blackdoc) to permit the latest version.
- [Release notes](https://github.com/keewis/blackdoc/releases)
- [Changelog](https://github.com/keewis/blackdoc/blob/main/doc/changelog.rst)
- [Commits](keewis/blackdoc@v0.3.8...v0.3.9)

---
updated-dependencies:
- dependency-name: blackdoc
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/blackdoc-0.3.9 branch from cbca8ff to 8a42b41 Compare November 20, 2023 20:31
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3b61470) 95.15% compared to head (8a42b41) 95.15%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #284   +/-   ##
=======================================
  Coverage   95.15%   95.15%           
=======================================
  Files          24       24           
  Lines        2190     2190           
  Branches      404      404           
=======================================
  Hits         2084     2084           
  Misses         86       86           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants