Bump the patch group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
part:tooling type:tech-debt
Bumps the patch group with 3 updates: pytest, mkdocs-material and mkdocstrings[python].
Updates pytest from 8.4.1 to 8.4.2
Release notes
Sourced from pytest's releases.
8.4.2
pytest 8.4.2 (2025-09-03)
Bug fixes
#13478: Fixed a crash when using
console_output_style{.interpreted-text role="confval"} withtimesand a module is skipped.#13530: Fixed a crash when using
pytest.approx{.interpreted-text role="func"} anddecimal.Decimal{.interpreted-text role="class"} instances with thedecimal.FloatOperation{.interpreted-text role="class"} trap set.#13549: No longer evaluate type annotations in Python
3.14when inspecting function signatures.This prevents crashes during module collection when modules do not explicitly use
from __future__ import annotationsand import types for annotations within aif TYPE_CHECKING:block.#13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in
pytest.Parser.addini{.interpreted-text role="meth"}.#13563:
pytest.approx{.interpreted-text role="func"} now only importsnumpyif NumPy is already insys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.Improved documentation
- #13577: Clarify that
pytest_generate_testsis discovered in test modules/classes; other hooks must be inconftest.pyor plugins.Contributor-facing changes
- #13480: Self-testing: fixed a few test failures when run with
-Wdefaultor a similar override.- #13547: Self-testing: corrected expected message for
test_doctest_unexpected_exceptionin Python3.14.- #13684: Make pytest's own testsuite insensitive to the presence of the
CIenvironment variable -- byogrisel{.interpreted-text role="user"}.
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request #13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)- Additional commits viewable in compare view
Updates mkdocs-material from 9.6.18 to 9.6.21
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.6.21
- Updated Serbian translations
- Fixed #8458: Temporary pin of click dependency
mkdocs-material-9.6.20
- Fixed #8446: Deprecation warning as of Python 3.14 in Emoji extension
- Fixed #8440:
&character not escaped in search highlighting- Fixed #8439: FontAwesome icons color not set in social cards (regression)
mkdocs-material-9.6.19
- Added support for Python 3.14
- Updated Bahasa Malaysia translations
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.6.21 (2025-09-30)
- Updated Serbian translations
- Fixed #8458: Temporary pin of click dependency
mkdocs-material-9.6.20 (2025-09-15)
- Fixed #8446: Deprecation warning as of Python 3.14 in Emoji extension
- Fixed #8440:
&character not escaped in search highlighting- Fixed #8439: FontAwesome icons color not set in social cards (regression)
mkdocs-material-9.6.19 (2025-09-07)
- Added support for Python 3.14
- Updated Bahasa Malaysia translations
mkdocs-material-9.6.18 (2025-08-22)
- Updated Azerbaijani translations
- Fixed last compat issues with [minijinja], now 100% compatible
mkdocs-material-9.6.17 (2025-08-15)
- Fixed #8396: Videos do not autoplay when inside a content tab
- Fixed #8394: Stroke width not effective in Mermaid.js diagrams
- Fixed disappearing version selector when hiding page title
mkdocs-material-9.6.16 (2025-07-26)
- Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
- Fixed #8334: Find-in-page detects matches in hidden search result list
mkdocs-material-9.6.15 (2025-07-01)
- Updated Mongolian translations
- Improved semantic markup of "edit this page" button
- Improved info plugin virtual environment resolution
- Fixed #8291: Large font size setting throws of breakpoints in JavaScript
mkdocs-material-9.6.14 (2025-05-13)
- Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8
mkdocs-material-9.6.13 (2025-05-10)
- Fixed #8204: Annotations showing list markers in print view
- Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams
mkdocs-material-9.6.12 (2025-04-17)
... (truncated)
Commits
f7cacc0Prepare 9.6.21 release6f715fbUnpinned click97e275cUpdated Serbian languages (#8445)f0b0b59Prepare 9.6.20 release900981bFixed deprecation warning as of Python 3.14 in Emoji extensioned00263Documentation (#8443)a4f42bbUpdated Premium sponsors63d7e74Fixed FontAwesome icons having fill attributesee67845Fixed & not escaped in search highlighting2fe55eePrepare 9.6.19 release- Additional commits viewable in compare view
Updates mkdocstrings[python] from 0.30.0 to 0.30.1
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
1
+3
-3
Package Dependencies
Technical Details
| ID: | 8914781 |
| UUID: | 2876684326 |
| Node ID: | PR_kwDOJRBi486rdrgm |
| Host: | GitHub |
| Repository: | frequenz-floss/frequenz-repo-config-python |
| Merge State: | Unknown |