Skip to content

Commit

Permalink
Update dependency sphinx to v7.4.7 (#243)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sphinx](https://github.com/sphinx-doc/sphinx)
([changelog](https://www.sphinx-doc.org/en/master/changes.html)) |
project.optional-dependencies | patch | `==7.4.6` -> `==7.4.7` |

---

### Release Notes

<details>
<summary>sphinx-doc/sphinx (sphinx)</summary>

###
[`v7.4.7`](https://github.com/sphinx-doc/sphinx/blob/HEAD/CHANGES.rst#Release-747-released-Jul-20-2024)

[Compare
Source](https://github.com/sphinx-doc/sphinx/compare/v7.4.6...v7.4.7)

\=====================================

## Bugs fixed

- [#&#8203;12096](https://github.com/sphinx-doc/sphinx/issues/12096):
Warn when files are overwritten in the build directory.
    Patch by Adam Turner and Bénédikt Tran.
- [#&#8203;12620](https://github.com/sphinx-doc/sphinx/issues/12620):
Ensure that old-style object description options are respected.
    Patch by Adam Turner.
- [#&#8203;12601](https://github.com/sphinx-doc/sphinx/issues/12601),
[#&#8203;12625](https://github.com/sphinx-doc/sphinx/issues/12625):
Support callable objects in :py:class:`~typing.Annotated` type
    metadata in the Python domain.
    Patch by Adam Turner.
- [#&#8203;12601](https://github.com/sphinx-doc/sphinx/issues/12601),
[#&#8203;12622](https://github.com/sphinx-doc/sphinx/issues/12622):
Resolve :py:class:`~typing.Annotated` warnings with
    `sphinx.ext.autodoc`,
    especially when using :mod:`dataclasses` as type metadata.
    Patch by Adam Turner.
- [#&#8203;12589](https://github.com/sphinx-doc/sphinx/issues/12589),
[#&#8203;12626](https://github.com/sphinx-doc/sphinx/issues/12626):
autosummary: Fix warnings with :rst:role:`!autolink`.
    Patch by Adam Turner.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOC4xMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Jul 30, 2024
1 parent 06908de commit 7fc7dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ optional-dependencies.dev = [
"pytest-xdist==3.6.1",
"pytest==8.3.1",
"ruff==0.5.4",
"sphinx==7.4.6",
"sphinx==7.4.7",
"types-ldap3==2.9.13.20240205",
"types-pytz==2024.1.0.20240417",
"types-requests==2.32.0.20240712",
Expand Down

0 comments on commit 7fc7dc4

Please sign in to comment.