Closed openverse-bot closed 1 month ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Full-stack documentation: https://docs.openverse.org/_preview/5086
Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again.
You can check the GitHub pages deployment action list to see the current status of the deployments.
Changed files :arrows_counterclockwise::
This PR contains the following updates:
>=3.0.1, <4
->>=4, <5
>=3.5.0, <4
->>=4.1, <5
~=7.4
->~=8.3
>=7.4.4, <8
->>=8.3.3, <9
~=0.9
->~=1.0
>=0.9.7, <0.10
->>=1, <1.1
>=69.5.1,<70
->>=75.2,<76
>=7.3.7, <8
->>=8.1.3, <9
>=0.9.2, <0.10
->>=1, <1.1
Release Notes
executablebooks/MyST-Parser (myst-parser)
### [`v4.0.0`](https://redirect.github.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#400---2024-08-05) [Compare Source](https://redirect.github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0) This release bumps the supported versions of: - Python to `3.10` and greater - Sphinx to `>=7,<9` - Docutils to `>=0.19,<0.22` Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (inpytest-dev/pytest (pytest)
### [`v8.3.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.3) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) # pytest 8.3.3 (2024-09-09) ## Bug fixes - [#12446](https://redirect.github.com/pytest-dev/pytest/issues/12446): Avoid calling `@property` (and other instance descriptors) during fixture discovery -- by `asottile`{.interpreted-text role="user"} - [#12659](https://redirect.github.com/pytest-dev/pytest/issues/12659): Fixed the issue of not displaying assertion failure differences when using the parameter `--import-mode=importlib` in pytest>=8.1. - [#12667](https://redirect.github.com/pytest-dev/pytest/issues/12667): Fixed a regression where type change in \[ExceptionInfo.errisinstance]{.title-ref} caused \[mypy]{.title-ref} to fail. - [#12744](https://redirect.github.com/pytest-dev/pytest/issues/12744): Fixed typing compatibility with Python 3.9 or less -- replaced \[typing.Self]{.title-ref} with \[typing_extensions.Self]{.title-ref} -- by `Avasam`{.interpreted-text role="user"} - [#12745](https://redirect.github.com/pytest-dev/pytest/issues/12745): Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments. - [#6682](https://redirect.github.com/pytest-dev/pytest/issues/6682): Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in `assert condition, msg`). - [#9422](https://redirect.github.com/pytest-dev/pytest/issues/9422): Fix bug where disabling the terminal plugin via `-p no:terminal` would cause crashes related to missing the `verbose` option. \-- by `GTowers1`{.interpreted-text role="user"} ## Improved documentation - [#12663](https://redirect.github.com/pytest-dev/pytest/issues/12663): Clarify that the \[pytest_deselected]{.title-ref} hook should be called from \[pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected. - [#12678](https://redirect.github.com/pytest-dev/pytest/issues/12678): Remove erroneous quotes from \[tmp_path_retention_policy]{.title-ref} example in docs. ## Miscellaneous internal changes - [#12769](https://redirect.github.com/pytest-dev/pytest/issues/12769): Fix typos discovered by codespell and add codespell to pre-commit hooks. ### [`v8.3.2`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.2) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.1...8.3.2) ### pytest 8.3.2 (2024-07-24) #### Bug fixes - [#12652](https://redirect.github.com/pytest-dev/pytest/issues/12652): Resolve regression \[conda]{.title-ref} environments where no longer being automatically detected. \-- by `RonnyPfannschmidt`{.interpreted-text role="user"} ### [`v8.3.1`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.1) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.0...8.3.1) # pytest 8.3.1 (2024-07-20) The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes. ### [`v8.3.0`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.0) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.2.2...8.3.0) ##### pytest 8.3.0 (2024-07-20) ##### New features - [#12231](https://redirect.github.com/pytest-dev/pytest/issues/12231): Added \[--xfail-tb]{.title-ref} flag, which turns on traceback output for XFAIL results. - If the \[--xfail-tb]{.title-ref} flag is not given, tracebacks for XFAIL results are NOT shown. - The style of traceback for XFAIL is set with \[--tb]{.title-ref}, and can be \[auto|long|short|line|native|no]{.title-ref}. - Note: Even if you have \[--xfail-tb]{.title-ref} set, you won't see them if \[--tb=no]{.title-ref}. Some history: With pytest 8.0, \[-rx]{.title-ref} or \[-ra]{.title-ref} would not only turn on summary reports for xfail, but also report the tracebacks for xfail results. This caused issues with some projects that utilize xfail, but don't want to see all of the xfail tracebacks. This change detaches xfail tracebacks from \[-rx]{.title-ref}, and now we turn on xfail tracebacks with \[--xfail-tb]{.title-ref}. With this, the default \[-rx]{.title-ref}/ \[-ra]{.title-ref} behavior is identical to pre-8.0 with respect to xfail tracebacks. While this is a behavior change, it brings default behavior back to pre-8.0.0 behavior, which ultimately was considered the better course of action. - [#12281](https://redirect.github.com/pytest-dev/pytest/issues/12281): Added support for keyword matching in marker expressions. Now tests can be selected by marker keyword arguments. Supported values are `int`{.interpreted-text role="class"}, (unescaped) `str`{.interpreted-text role="class"}, `bool`{.interpreted-text role="class"} & `None`{.interpreted-text role="data"}. See `marker examplesTeemu/pytest-sugar (pytest-sugar)
### [`v1.0.0`](https://redirect.github.com/Teemu/pytest-sugar/releases/tag/v1.0.0): pytest-sugar 1.0.0 [Compare Source](https://redirect.github.com/Teemu/pytest-sugar/compare/v0.9.7...v1.0.0) - Add support for pytest 8.x - Drop support for Python 3.7 Thanks to folks to contributed to this release: [@suutari-ai](https://redirect.github.com/suutari-ai), [@hugovk](https://redirect.github.com/hugovk), [@kianmeng](https://redirect.github.com/kianmeng), [@mattcristal](https://redirect.github.com/mattcristal), and [@justinmayer](https://redirect.github.com/justinmayer)pypa/setuptools (setuptools)
### [`v75.2.0`](https://redirect.github.com/pypa/setuptools/compare/v75.1.0...v75.2.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v75.1.0...v75.2.0) ### [`v75.1.0`](https://redirect.github.com/pypa/setuptools/compare/v75.0.0...v75.1.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v75.0.0...v75.1.0) ### [`v75.0.0`](https://redirect.github.com/pypa/setuptools/compare/v74.1.3...v75.0.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v74.1.3...v75.0.0) ### [`v74.1.3`](https://redirect.github.com/pypa/setuptools/compare/v74.1.2...v74.1.3) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v74.1.2...v74.1.3) ### [`v74.1.2`](https://redirect.github.com/pypa/setuptools/compare/v74.1.1...v74.1.2) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v74.1.1...v74.1.2) ### [`v74.1.1`](https://redirect.github.com/pypa/setuptools/compare/v74.1.0...v74.1.1) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v74.1.0...v74.1.1) ### [`v74.1.0`](https://redirect.github.com/pypa/setuptools/compare/v74.0.0...v74.1.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v74.0.0...v74.1.0) ### [`v74.0.0`](https://redirect.github.com/pypa/setuptools/compare/v73.0.1...v74.0.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v73.0.1...v74.0.0) ### [`v73.0.1`](https://redirect.github.com/pypa/setuptools/compare/v73.0.0...v73.0.1) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v73.0.0...v73.0.1) ### [`v73.0.0`](https://redirect.github.com/pypa/setuptools/compare/v72.2.0...v73.0.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v72.2.0...v73.0.0) ### [`v72.2.0`](https://redirect.github.com/pypa/setuptools/compare/v72.1.0...v72.2.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v72.1.0...v72.2.0) ### [`v72.1.0`](https://redirect.github.com/pypa/setuptools/compare/v72.0.0...v72.1.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v72.0.0...v72.1.0) ### [`v72.0.0`](https://redirect.github.com/pypa/setuptools/compare/v71.1.0...v72.0.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v71.1.0...v72.0.0) ### [`v71.1.0`](https://redirect.github.com/pypa/setuptools/compare/v71.0.4...v71.1.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v71.0.4...v71.1.0) ### [`v71.0.4`](https://redirect.github.com/pypa/setuptools/compare/v71.0.3...v71.0.4) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v71.0.3...v71.0.4) ### [`v71.0.3`](https://redirect.github.com/pypa/setuptools/compare/v71.0.2...v71.0.3) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v71.0.2...v71.0.3) ### [`v71.0.2`](https://redirect.github.com/pypa/setuptools/compare/v71.0.1...v71.0.2) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v71.0.1...v71.0.2) ### [`v71.0.1`](https://redirect.github.com/pypa/setuptools/compare/v71.0.0...v71.0.1) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v71.0.0...v71.0.1) ### [`v71.0.0`](https://redirect.github.com/pypa/setuptools/compare/v70.3.0...v71.0.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v70.3.0...v71.0.0) ### [`v70.3.0`](https://redirect.github.com/pypa/setuptools/compare/v70.2.0...v70.3.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v70.2.0...v70.3.0) ### [`v70.2.0`](https://redirect.github.com/pypa/setuptools/compare/v70.1.1...v70.2.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v70.1.1...v70.2.0) ### [`v70.1.1`](https://redirect.github.com/pypa/setuptools/compare/v70.1.0...v70.1.1) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v70.1.0...v70.1.1) ### [`v70.1.0`](https://redirect.github.com/pypa/setuptools/compare/v70.0.0...v70.1.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v70.0.0...v70.1.0) ### [`v70.0.0`](https://redirect.github.com/pypa/setuptools/compare/v69.5.1...v70.0.0) [Compare Source](https://redirect.github.com/pypa/setuptools/compare/v69.5.1...v70.0.0)sphinx-doc/sphinx (sphinx)
### [`v8.1.3`](https://redirect.github.com/sphinx-doc/sphinx/releases/tag/v8.1.3): Sphinx 8.1.3 [Compare Source](https://redirect.github.com/sphinx-doc/sphinx/compare/v8.1.2...v8.1.3) Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html ## Bugs fixed - [#13013](https://redirect.github.com/sphinx-doc/sphinx/issues/13013): Restore support for `cut_lines()` with no object type. Patch by Adam Turner. ### [`v8.1.2`](https://redirect.github.com/sphinx-doc/sphinx/releases/tag/v8.1.2): Sphinx 8.1.2 [Compare Source](https://redirect.github.com/sphinx-doc/sphinx/compare/v8.1.1...v8.1.2) Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html ## Bugs fixed - [#13012](https://redirect.github.com/sphinx-doc/sphinx/issues/13012): Expose `sphinx.errors.ExtensionError` in `sphinx.util` for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in `sphinx.util` was never intentional. `ExtensionError` has been part of `sphinx.errors` since Sphinx 0.9. Patch by Adam Turner. ### [`v8.1.1`](https://redirect.github.com/sphinx-doc/sphinx/releases/tag/v8.1.1): Sphinx 8.1.1 [Compare Source](https://redirect.github.com/sphinx-doc/sphinx/compare/v8.1.0...v8.1.1) Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html ## Bugs fixed - [#13006](https://redirect.github.com/sphinx-doc/sphinx/issues/13006): Use the preferred https://www.cve.org/ URL for the `:cve:` role. Patch by Hugo van Kemenade. - [#13007](https://redirect.github.com/sphinx-doc/sphinx/issues/13007): LaTeX: Improve resiliency when the required `fontawesome` or `fontawesome5` packages are not installed. Patch by Jean-François B. ### [`v8.1.0`](https://redirect.github.com/sphinx-doc/sphinx/releases/tag/v8.1.0): Sphinx 8.1.0 [Compare Source](https://redirect.github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.0) Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html ## Dependencies - [#12756](https://redirect.github.com/sphinx-doc/sphinx/issues/12756): Add lower-bounds to the `sphinxcontrib-*` dependencies. Patch by Adam Turner. - [#12833](https://redirect.github.com/sphinx-doc/sphinx/issues/12833): Update the LaTeX `parskip` package from 2001 to 2018. Patch by Jean-François B. ## Incompatible changes - [#12763](https://redirect.github.com/sphinx-doc/sphinx/issues/12763): Remove unused internal class `sphinx.util.Tee`. Patch by Adam Turner. - [#12822](https://redirect.github.com/sphinx-doc/sphinx/issues/12822): LaTeX: for Unicode engines, the `fvset` default is changed to `'\\fvset{fontsize=auto}'` from `'\\fvset{fontsize=\\small}'`. Code-blocks are unchanged as FreeMono is now loaded with `Scale=0.9`. An adjustment to existing projects is needed only if they used a custom `fontpkg` configuration and did not set `fvset`. Patch by Jean-François B. - [#12875](https://redirect.github.com/sphinx-doc/sphinx/issues/12875): Disable smartquotes for languages: `zh_CN` and `zh_TW` by default. Patch by A. Rafey Khan. ## Deprecated - [#12762](https://redirect.github.com/sphinx-doc/sphinx/issues/12762): Deprecate `sphinx.util.import_object`. Use `importlib.import_module()` instead. Patch by Adam Turner. - [#12766](https://redirect.github.com/sphinx-doc/sphinx/issues/12766): Deprecate `sphinx.util.FilenameUniqDict` and `sphinx.util.DownloadFiles`. Patch by Adam Turner. ## Features added - [#11328](https://redirect.github.com/sphinx-doc/sphinx/issues/11328): Mention evaluation of templated content during production of static output files. Patch by James Addison. - [#12704](https://redirect.github.com/sphinx-doc/sphinx/issues/12704): LaTeX: make `contents`, `topic`, and `sidebar` directives separately customizable for PDF output. Patch by Jean-François B. and Bénédikt Tran. - [#12474](https://redirect.github.com/sphinx-doc/sphinx/issues/12474): Support type-dependent search result highlighting via CSS. Patch by Tim Hoffmann. - [#12652](https://redirect.github.com/sphinx-doc/sphinx/issues/12652): LaTeX: Add `math_numsep` support to latex builder. Patch by Thomas Fanning and Jean-François B. - [#12743](https://redirect.github.com/sphinx-doc/sphinx/issues/12743): No longer exit on the first warning when `--fail-on-warning` is used. Instead, exit with a non-zero status if any warnings were generated during the build. Patch by Adam Turner. - [#12743](https://redirect.github.com/sphinx-doc/sphinx/issues/12743): Add `sphinx-build --exception-on-warning`, to raise an exception when warnings are emitted during the build. Patch by Adam Turner and Jeremy Maitin-Shepard. - [#12907](https://redirect.github.com/sphinx-doc/sphinx/issues/12907): Add `html_last_updated_use_utc` to allow using universal time (GMT/UTC) instead of local time for the date-time supplied to `html_last_updated_fmt`. Patch by Adam Turner. - [#12910](https://redirect.github.com/sphinx-doc/sphinx/issues/12910): Copyright entries now support the `'%Y'` placeholder to substitute the current year. This is helpful for reducing the reliance on Python modules such as `time` or `datetime` in `conf.py`. Patch by Adam Turner. - [#11781](https://redirect.github.com/sphinx-doc/sphinx/issues/11781): Add roles for referencing CVEs (`:cve:`) and CWEs (`:cwe:`). Patch by Hugo van Kemenade. - [#11809](https://redirect.github.com/sphinx-doc/sphinx/issues/11809): Improve the formatting for RFC section anchors. Patch by Jakub Stasiak and Adam Turner. - [#12852](https://redirect.github.com/sphinx-doc/sphinx/issues/12852): Support a `.Builder.supported_linkcode` attribute for builders to enable use of `sphinx.ext.linkcode`-generated references. Patch by James Knight. - [#12949](https://redirect.github.com/sphinx-doc/sphinx/issues/12949): Print configuration options that differ from the pickled environment. This can be helpful in diagnosing the cause of a full rebuild. Patch by Adam Turner. ## Bugs fixed - [#12514](https://redirect.github.com/sphinx-doc/sphinx/issues/12514): intersphinx: fix the meaning of a negative value for `intersphinx_cache_limit`. Patch by Shengyu Zhang. - [#12722](https://redirect.github.com/sphinx-doc/sphinx/issues/12722): LaTeX: avoid TeX reporting `Overfull \hbox` from too long strings in a codeline when the problem has actually been solved thanks to `latexsphinxsetupforcewraps`. Patch by Jean-François B. - [#12730](https://redirect.github.com/sphinx-doc/sphinx/issues/12730): The `UnreferencedFootnotesDetector` transform has been improved to more consistently detect unreferenced footnotes. Note, the priority of the transform has been changed from 200 to 622, so that it now runs after the docutils `Footnotes` resolution transform. Patch by Chris Sewell. - [#12778](https://redirect.github.com/sphinx-doc/sphinx/issues/12778): LaTeX: let `'sphinxsetup'` `div.topic_box-shadow` key if used with only one dimension set both x-offset and y-offset as per documentation. Patch by Jean-François B. - [#12587](https://redirect.github.com/sphinx-doc/sphinx/issues/12587): Do not warn when potential ambiguity detected during Intersphinx resolution occurs due to duplicate targets that differ case-insensitively. Patch by James Addison. - [#12639](https://redirect.github.com/sphinx-doc/sphinx/issues/12639): Fix singular and plural search results text. Patch by Hugo van Kemenade. - [#12645](https://redirect.github.com/sphinx-doc/sphinx/issues/12645): Correctly support custom gettext output templates. Patch by Jeremy Bowman. - [#12717](https://redirect.github.com/sphinx-doc/sphinx/issues/12717): LaTeX: let `-q` (quiet) option for `sphinx-build -M latexpdf` or `make latexpdf` (`O=-q`) get passed to `latexmk`. Let `-Q` (silent) apply as well to the PDF build phase. Patch by Jean-François B. - [#12744](https://redirect.github.com/sphinx-doc/sphinx/issues/12744): LaTeX: Classes injected by a custom interpreted text role now give rise to nested `\DUrole`'s, rather than a single one with comma separated classes. Patch by Jean-François B. - [#12831](https://redirect.github.com/sphinx-doc/sphinx/issues/12831): LaTeX: avoid large voids sometimes occurring at page bottoms. Patch by Jean-François B. - [#11970](https://redirect.github.com/sphinx-doc/sphinx/issues/11970), [#12551](https://redirect.github.com/sphinx-doc/sphinx/issues/12551): singlehtml builder: make target URIs to be same-document references in the sense of RFC 3986, §4.4, e.g., `index.html#foo` becomes `#foo`. (note: continuatiConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.