Build(deps-dev): Bump the minor group across 1 directory with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(4 months ago)
(3 months ago)
(3 months ago)
part:tests part:tooling type:tech-debt
Bumps the minor group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| markdown | 3.9 |
3.10.1 |
| mkdocs-macros-plugin | 1.4.1 |
1.5.0 |
| mkdocs-material | 9.6.23 |
9.7.1 |
| mypy | 1.18.2 |
1.19.1 |
| types-markdown | 3.9.0.20250906 |
3.10.0.20251106 |
| nox | 2025.10.16 |
2025.11.12 |
| hypothesis | 6.142.5 |
6.151.4 |
| setuptools | 80.9.0 |
80.10.2 |
Updates markdown from 3.9 to 3.10.1
Release notes
Sourced from markdown's releases.
Release 3.10.1
Fixed
- Ensure nested elements inside inline comments are properly unescaped (#1571).
- Make the docs build successfully with mkdocstrings-python 2.0 (#1575).
- Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (#1578).
- Fix another infinite loop when handling bad comments (#1586).
Release 3.10.0
Changed
- Officially support Python 3.14 and PyPy 3.11 and drop support for Python 3.9 and PyPy 3.9.
Fixed
- Fix an HTML comment parsing case in some Python versions that can cause an infinite loop (#1554).
- Revert the default behavior of
USE_DEFINITION_ORDER(toTrue). The new behavior introduced in 3.9.0 is experimental and results are inconsistent. It should not have been made the default behavior (#1561).
Changelog
Sourced from markdown's changelog.
[3.10.1] - 2026-01-21
Fixed
- Ensure nested elements inside inline comments are properly unescaped (#1571).
- Make the docs build successfully with mkdocstrings-python 2.0 (#1575).
- Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (#1578).
- Fix another infinite loop when handling bad comments (#1586).
[3.10.0] - 2025-11-03
Changed
- Officially support Python 3.14 and PyPy 3.11 and drop support for Python 3.9 and PyPy 3.9.
Fixed
- Fix an HTML comment parsing case in some Python versions that can cause an infinite loop (#1554).
- Revert the default behavior of
USE_DEFINITION_ORDER(toTrue). The new behavior introduced in 3.9.0 is experimental and results are inconsistent. It should not have been made the default behavior (#1561).[3.9.0] - 2025-09-04
Changed
- Footnotes are now ordered by the occurrence of their references in the document. A new configuration option for the footnotes extension,
USE_DEFINITION_ORDER, has been added to support restoring the previous behavior of ordering footnotes by the occurrence of definitions (#1367).Fixed
- Ensure inline processing iterates through elements in document order (#1546).
- Fix handling of incomplete HTML tags in code spans in Python 3.14 (#1547).
[3.8.2] - 2025-06-19
Fixed
- Fix
codecsdeprecation in Python 3.14 (#1537).- Fix issue with unclosed comment parsing in Python 3.14 (#1537).
- Fix issue with unclosed declarations in Python 3.14 (#1537).
- Fix issue with unclosed HTML tag
<fooand Python 3.14 (#1537).[3.8.1] - 2025-06-18
Fixed
... (truncated)
Commits
e5fa5b8Bump version to 3.10.1f925349More HTML fixes9933a0aRevert "Allow reference links with backticks"07dfa4eAllow reference links with backticksfb6b27aFix infinite loop when text contains multiple unclosed comments89112c2Make the docs build successfully with mkdocstrings-python 2.0961856cUpdate link2b49115Ensure nested elements inside inline comments are properly unescaped.22e89c1Bump version to 3.10c138aea+ PY314 - PY39- Additional commits viewable in compare view
Updates mkdocs-macros-plugin from 1.4.1 to 1.5.0
Changelog
Sourced from mkdocs-macros-plugin's changelog.
1.5.0, 2025-11-13
- Added: For each push, testing on github for versions Python 3.8 to 3.12
- Fixed: bug in import of packages when not in source dir (#278)
Commits
0536f4dFix type hint for compatibilityd9a6bc3Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and 3.9)bcaa72dMake last minute corrections356fc2aPrepare for releaseaaf16bdLimit testing to 3.10 up (#279)ba5356cUse proper exit for pytest if Python < 3.10 (#279)6c79660Skip test_modules.py if Python version < 3.10 (#279)cec7440Test installation of d2 in a cross-platform way (#279)492759cUpdate with changes from local repo (#278)cc54168Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin- Additional commits viewable in compare view
Updates mkdocs-material from 9.6.23 to 9.7.1
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.7.1
[!WARNING]
Material for MkDocs is in maintenance mode
Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.
Changes
- Updated requests to 2.30+ to mitigate CVE in urllib
- Fixed privacy plugin not picking up protocol-relative URLs
- Fixed #8542: false positives and negatives captured in privacy plugin
mkdocs-material-9.7.0
[!WARNING]
Material for MkDocs is now in maintenance mode
This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.
This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.
Note on deprecated plugins: The [projects] and [typeset] plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.
Changes:
- Added support for projects plugin (for compat, now deprecated)
- Added support for typeset plugin (for compat, now deprecated)
- Added support for pinned blog posts and author profiles
- Added support for customizing pagination for blog index pages
- Added support for customizing blog category sort order
- Added support for staying on page when switching languages
- Added support for disabling tags in table of contents
- Added support for nested tags and shadow tags
- Added support for footnote tooltips
- Added support for instant previews
- Added support for instant prefetching
- Added support for custom social card layouts
- Added support for custom social card background images
- Added support for selectable rangs in code blocks
- Added support for custom selectors for code annotations
- Added support for configurable log level in privacy plugin
- Added support for processing of external links in privacy plugin
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.7.1 (2025-12-18)
- Updated requests to 2.30+ to mitigate CVE in urllib
- Fixed privacy plugin not picking up protocol-relative URLs
- Fixed #8542: false positives and negatives captured in privacy plugin
mkdocs-material-9.7.0 (2025-11-11)
⚠️ Material for MkDocs is now in maintenance mode
This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.
Read the full announcement on our blog: https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/
This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.
Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.
Changes:
- Added support for pinned blog posts and author profiles
- Added support for customizing pagination for blog index pages
- Added support for customizing blog category sort order
- Added support for staying on page when switching languages
- Added support for disabling tags in table of contents
- Added support for nested tags and shadow tags
- Added support for footnote tooltips
- Added support for instant previews
- Added support for instant prefetching
- Added support for custom social card layouts
- Added support for custom social card background images
- Added support for selectable rangs in code blocks
- Added support for custom selectors for code annotations
- Added support for configurable log level in privacy plugin
- Added support for processing of external links in privacy plugin
- Added support for automatic image optimization via optimize plugin
- Added support for navigation paths (breadcrumbs)
- Fixed #8519: Vector accents do not render when using KaTeX
mkdocs-material-9.6.23 (2025-11-01)
- Updated Burmese translation
... (truncated)
Commits
7e236f6Temporarily disable publishing3941491Fixed CI034eaf7Prepare 9.7.1 release79ba428Fixed privacy plugin not picking up protocol-relative URLs61cad24Updated dependenciesdde13ceFixed false positives and negatives captured in privacy plugin (#8542)291012dUpdated requests to 2.30+ to mitigate CVE in urllib673d8caFixed links1722784Documentationaee925fFixed links- Additional commits viewable in compare view
Updates mypy from 1.18.2 to 1.19.1
Changelog
Sourced from mypy's changelog.
Mypy 1.19.1
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
- Allow
types.NoneTypein match cases (A5rocks, PR 20383)- Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
- Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
- Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
- Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
- Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- A5rocks
- BobTheBuidler
- bzoracler
- Chainfire
- Christoph Tyralla
- David Foster
- Frank Dana
- Guo Ci
- iap
- Ivan Levkivskyi
- James Hilton-Balfe
- jhance
- Joren Hammudoglu
- Jukka Lehtosalo
- KarelKenens
- Kevin Kannammalil
- Marc Mueller
- Michael Carlstrom
- Michael J. Sullivan
- Piotr Sawicki
- Randolf Scholz
- Shantanu
- Sigve Sebastian Farstad
- sobolevn
- Stanislav Terliakov
- Stephen Morton
- Theodore Ando
- Thiago J. Barbalho
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.18
We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance
... (truncated)
Commits
412c19aBump version to 1.19.120aea0aUpdate changelog for 1.19.1 (#20414)2b23b50Serialize raw errors in cache metas (#20372)f60f90fFail on PyPy in main instead of setup.py (#20389)58d485bFail with an explicit error on PyPy (#20384)a4b31a2Allowtypes.NoneTypein match cases (#20383)8a6eff4[mypyc] fix generator regression with empty tuple (#20371)70eceeaFix noncommutative joins with bounded TypeVars (#20345)3890fc4Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917Fix crash on star import of redefinition (#20333)- Additional commits viewable in compare view
Updates types-markdown from 3.9.0.20250906 to 3.10.0.20251106
Commits
- See full diff in compare view
Updates nox from 2025.10.16 to 2025.11.12
Release notes
Sourced from nox's releases.
2025.11.12 🦃
This is a small release to fix a warning when running in script mode before we drop Python 3.8.
We'd like to thank the following folks who contributed to this release:
Bugfixes:
- Avoid warnings when running in script mode by
@henryiiiin wntrblm/nox#1025nox --report <file>should supportPathby@henryiiiin wntrblm/nox#1026- Install env was typed differently by
@henryiiiin wntrblm/nox#1028Internal changes:
- pytest
log_levelis better thanlog_cli_levelby@henryiiiin wntrblm/nox#1029- Use last intel macOS image by
@henryiiiin wntrblm/nox#1031- Add a few more passing ruff checks by
@henryiiiin wntrblm/nox#1030
Changelog
Sourced from nox's changelog.
2025.11.12
This is a small release to fix a warning when running in script mode before we drop Python 3.8.
We'd like to thank the following folks who contributed to this release:
Bugfixes:
- Avoid warnings when running in script mode by
@henryiiiin wntrblm/nox#1025nox --report <file>should supportPathby@henryiiiin wntrblm/nox#1026- Install env was typed differently by
@henryiiiin wntrblm/nox#1028Internal changes:
- pytest
log_levelis better thanlog_cli_levelby@henryiiiin wntrblm/nox#1029- Use last intel macOS image by
@henryiiiin wntrblm/nox#1031- Add a few more passing ruff checks by
@henryiiiin wntrblm/nox#1030
Commits
0eee2e4chore: prepare for 2025.11.12 (#1032)9e9b47echore: add a few more passing ruff checks (#1030)5cfea65ci: use last intel macOS image (#1031)f690869chore: pytest log_level is better than log_cli_level (#1029)6d669aefix(typing): install env was typed differently (#1028)3455f55fix: avoid warnings when running in script mode (#1025)b17113dfix: json should support Path (#1026)38dea06chore(deps): bump the actions group with 2 updates (#1020)- See full diff in compare view
Updates hypothesis from 6.142.5 to 6.151.4
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.151.4
This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that <1% of test cases pass.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.3
This patch makes Hypothesis more tolerant of slow-to-satisfy "assume()" calls. Previously, Hypothesis would give up after "max_examples * 10" attempts; now it uses a statistical test to stop only when 99% confident that <1% of examples would pass (issue #4623).
Thanks to
@ajdavisfor this improvement!The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.2
Format our code with the latest version of black.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.1
Improve internal categorization of test cases when an alternative backend raises "BackendCannotProceed".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.0
Add 2025.12 to the list of recognized Array API versions in "hypothesis.extra.array_api".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.150.3
Hypothesis now generates powers of 2 more often when using "integers()".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.150.2
Update some internal type hints.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.150.1
This patch fixes a bug where "recursive()" would fail in cases where the "extend=" function does not reference it's argument - which was assumed by the recent "min_leaves=" feature, because the strategy can't actually recurse otherwise. (issue #4638)
... (truncated)
Commits
fefce87Bump hypothesis-python version to 6.151.4 and update changelogcfb0d37Merge pull request #4650 from Liam-DeVoe/stopping-rulee4d7549drop long commenta09166cadjust stopping rulef3d71e9Bump hypothesis-python version to 6.151.3 and update changelog42126d6Merge pull request #4643 from ajdavis/issue-4623-filter-conditionf69cad6response to comments34282edMerge pull request #4649 from Liam-DeVoe/next7de805fBump hypothesis-python version to 6.151.2 and update changelog559b1c1Merge pull request #4646 from HypothesisWorks/create-pull-request/patch- Additional commits viewable in compare view
Updates setuptools from 80.9.0 to 80.10.2
Changelog
Sourced from setuptools's changelog.
v80.10.2
Bugfixes
- Update vendored dependencies. (#5159)
Misc
v80.10.1
Misc
v80.10.0
Features
Misc
Commits
5cf2d08Bump version: 80.10.1 → 80.10.2852cd5eMerge pull request #5166 from pypa/bugfix/5159-vendor-bin-free11115eeSuppress deprecation warning.5cf9185Update vendored dependencies.cf59f41Delete all binaries generated by vendored package install.89a5981Add missing newsfragmentsc0114afPostpone deprecation warnings related to PEP 639 to 2027-Feb-18 (#5115)de07603Revert "[CI] Constraint transient test dependency on pyobjc" (#5128)3afd5d6Revert "[CI] Constraint transient test dependency on pyobjc"adfb0c9Bump version: 80.10.0 → 80.10.1- Additional commits viewable in compare view
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
Package Dependencies
types-markdown
conda
3.9.0.20250906 → 3.10.0.20251106
Minor
Technical Details
| ID: | 14271669 |
| UUID: | 3883022832 |
| Node ID: | PR_kwDOMI1fJ87Aw5pj |
| Host: | GitHub |
| Repository: | frequenz-floss/frequenz-quantities-python |