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

⬆️ Bump breathe from 4.34.0 to 4.35.0 #273

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

dependabot[bot]
Copy link

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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file lang-Python Everything related to the Python programming language labels Mar 6, 2023
@github-actions github-actions bot enabled auto-merge March 6, 2023 13:21
@dependabot dependabot bot force-pushed the dependabot/pip/breathe-4.35.0 branch from 4286f8b to 0bf2be9 Compare March 6, 2023 13:29
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/breathe-4.35.0 branch from 0bf2be9 to c6d0348 Compare March 6, 2023 13:43
@github-actions github-actions bot merged commit 527657c into main Mar 6, 2023
@github-actions github-actions bot deleted the dependabot/pip/breathe-4.35.0 branch March 6, 2023 13:55
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 lang-Python Everything related to the Python programming language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants