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

build(deps-dev): Bump the dev-dependencies group across 1 directory with 2 updates #241

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps the dev-dependencies group with 2 updates in the / directory: sphinx and sphinx-autodoc-typehints.

Updates sphinx from 6.2.1 to 7.1.2

Release notes

Sourced from sphinx's releases.

Sphinx 7.1.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.1.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.0.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.0.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v7.0.0rc1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 7.1.2 (released Aug 02, 2023)

Bugs fixed

  • #11542: linkcheck: Properly respect :confval:linkcheck_anchors and do not spuriously report failures to validate anchors. Patch by James Addison.

Release 7.1.1 (released Jul 27, 2023)

Bugs fixed

  • #11514: Fix SOURCE_DATE_EPOCH in multi-line copyright footer. Patch by Bénédikt Tran.

Release 7.1.0 (released Jul 24, 2023)

Incompatible changes

Deprecated

  • #11412: Emit warnings on using a deprecated Python-specific index entry type (namely, module, keyword, operator, object, exception, statement, and builtin) in the :rst:dir:index directive, and set the removal version to Sphinx 9. Patch by Adam Turner.

Features added

  • #11415: Add a checksum to JavaScript and CSS asset URIs included within generated HTML, using the CRC32 algorithm.
  • :meth:~sphinx.application.Sphinx.require_sphinx now allows the version requirement to be specified as (major, minor).
  • #11011: Allow configuring a line-length limit for object signatures, via :confval:maximum_signature_line_length and the domain-specific variants. If the length of the signature (in characters) is greater than the configured limit, each parameter in the signature will be split to its own logical line. This behaviour may also be controlled by options on object description directives, for example :rst:dir:py:function:single-line-parameter-list.

... (truncated)

Commits

Updates sphinx-autodoc-typehints from 1.23.0 to 2.0.1

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.0.1

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.0.0...2.0.1

2.0.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.3...2.0.0

1.25.3

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.2...1.25.3

1.25.2

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.1...1.25.2

1.25.1

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.0...1.25.1

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 2 updates

Bumps the dev-dependencies group with 2 updates in the / directory: [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `sphinx` from 6.2.1 to 7.1.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.1.2/CHANGES)
- [Commits](sphinx-doc/sphinx@v6.2.1...v7.1.2)

Updates `sphinx-autodoc-typehints` from 1.23.0 to 2.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.23.0...2.0.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added build Changes that affect the build system or external dependencies dependencies Pull requests that update a dependency file labels Aug 14, 2024
@coveralls
Copy link

coveralls commented Aug 14, 2024

Coverage Status

coverage: 99.408%. remained the same
when pulling 6b0e99b on dependabot/pip/dev-dependencies-7531d9b2f6
into f8ee33b on main.

@playpauseandstop playpauseandstop enabled auto-merge (squash) August 14, 2024 16:00
@playpauseandstop playpauseandstop merged commit d1a7b6c into main Aug 14, 2024
11 checks passed
@playpauseandstop playpauseandstop deleted the dependabot/pip/dev-dependencies-7531d9b2f6 branch August 14, 2024 16:02
badabump-release-bot bot pushed a commit that referenced this pull request Aug 14, 2024
Features:
---------

- Ensure Python 3.13 support (#239)

Other:
------

- Reflect changes to supported Python versions in README (#204)
- Monthly maintenance (Aug 2024) (#230)
- (**deps**) Bump actions/checkout in the ci-dependencies group (#231)
- (**deps**) Bump aiohttp from 3.9.3 to 3.10.3 (#233)
- (**deps**) Bump idna from 3.6 to 3.7 (#220)
- Update dev dependencies to latest versions (#240)
- (**deps-dev**) Bump the dev-dependencies group across 1 directory with 2 updates (#241)
playpauseandstop added a commit that referenced this pull request Aug 14, 2024
Features:
---------

- Ensure Python 3.13 support (#239)

Other:
------

- Reflect changes to supported Python versions in README (#204)
- Monthly maintenance (Aug 2024) (#230)
- (**deps**) Bump actions/checkout in the ci-dependencies group (#231)
- (**deps**) Bump aiohttp from 3.9.3 to 3.10.3 (#233)
- (**deps**) Bump idna from 3.6 to 3.7 (#220)
- Update dev dependencies to latest versions (#240)
- (**deps-dev**) Bump the dev-dependencies group across 1 directory with 2 updates (#241)

Co-authored-by: playpauseandstop <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants