Skip to content

Bump breathe from 4.34.0 to 4.35.0#28

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/breathe-4.35.0
Open

Bump breathe from 4.34.0 to 4.35.0#28
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/breathe-4.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2023

Copy link
Copy Markdown

Bumps breathe from 4.34.0 to 4.35.0.

Changelog

Sourced from breathe's changelog.

Change Log

Inspired by Keepachangelog.com <http://keepachangelog.com/>__.

  • 2023-02-28 - Breathe v4.35.0

    • Pull lone literal blocks in paragraphs up to produce correct doctree. [#833](https://github.com/michaeljones/breathe/issues/833) <https://github.com/michaeljones/breathe/pull/833>__
    • Fix tests for changes in Sphinx 5.3. [#865](https://github.com/michaeljones/breathe/issues/865) <https://github.com/breathe-doc/breathe/pull/865>__
    • Bump Python requirement to 3.7. [#866](https://github.com/michaeljones/breathe/issues/866) <https://github.com/breathe-doc/breathe/pull/866>__
    • Support Sphinx 6. [#885](https://github.com/michaeljones/breathe/issues/885) <https://github.com/breathe-doc/breathe/pull/885>__
    • Support :sort: option to sort sections by name. [#879](https://github.com/michaeljones/breathe/issues/879) <https://github.com/breathe-doc/breathe/pull/879>__
  • 2022-06-20 - Breathe v4.34.0

    • Treat .unparsed as plain text. [#806](https://github.com/michaeljones/breathe/issues/806) <https://github.com/michaeljones/breathe/pull/806>__
    • Remove unneeded type: ignore annotations. [#813](https://github.com/michaeljones/breathe/issues/813) <https://github.com/michaeljones/breathe/pull/813>__
    • Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive. [#812](https://github.com/michaeljones/breathe/issues/812) <https://github.com/michaeljones/breathe/pull/812>__
    • Rename lint workflow. [#814](https://github.com/michaeljones/breathe/issues/814) <https://github.com/michaeljones/breathe/pull/814>__
    • Type check pygments and limit docutils stub version. [#819](https://github.com/michaeljones/breathe/issues/819) <https://github.com/michaeljones/breathe/pull/819>__
    • Convert dot files' relative path to absolute. [#821](https://github.com/michaeljones/breathe/issues/821) <https://github.com/michaeljones/breathe/pull/821>__
    • CI, update Sphinx versions to test. [#834](https://github.com/michaeljones/breathe/issues/834) <https://github.com/michaeljones/breathe/pull/834>__
    • CI, update for Sphinx 5.0.1. [#846](https://github.com/michaeljones/breathe/issues/846) <https://github.com/michaeljones/breathe/pull/846>__
    • Fix inconsistency in example. [#843](https://github.com/michaeljones/breathe/issues/843) <https://github.com/michaeljones/breathe/pull/843>__
    • Fix C# enum rendering crash. [#849](https://github.com/michaeljones/breathe/issues/849) <https://github.com/michaeljones/breathe/pull/849>__
    • Drop Sphinx 3 support, add Sphinx 5 support. [#850](https://github.com/michaeljones/breathe/issues/850) <https://github.com/michaeljones/breathe/pull/850>__
    • CICD: Disable python 3.6 for Sphinx master tests. [#853](https://github.com/michaeljones/breathe/issues/853) <https://github.com/michaeljones/breathe/pull/853>__
    • Populate default include text-node's data field instead of raw-source. [#828](https://github.com/michaeljones/breathe/issues/828) <https://github.com/michaeljones/breathe/pull/828>__
  • 2022-02-14 - Breathe v4.33.1

... (truncated)

Commits
  • 4e9f55e version: release v4.35.0
  • b4564e9 Merge pull request #885 from breathe-doc/sphinx-6
  • 4258539 Remove <7 constraint from setup.py
  • 86298cc Remove <7 constraint from requirement file
  • 81a92d8 Update changelog with latest changes
  • 687a327 Adjust constraint in production requirements.txt
  • 00b29e8 Adjust constraint setup.py
  • ef4e245 Add Sphinx 6.1.3 to test matrix
  • c4013f4 Merge pull request #879 from schlatterbeck/sort-groups
  • d75073d Bump clang again
  • Additional commits viewable in compare view

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)

Bumps [breathe](https://github.com/michaeljones/breathe) from 4.34.0 to 4.35.0.
- [Release notes](https://github.com/michaeljones/breathe/releases)
- [Changelog](https://github.com/breathe-doc/breathe/blob/main/CHANGELOG.rst)
- [Commits](breathe-doc/breathe@v4.34.0...v4.35.0)

---
updated-dependencies:
- dependency-name: breathe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2023
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants