Skip to content

Commit cfeded1

Browse files
authored
Bump the minor group with 7 updates (#8)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.4.1` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250809` | `3.9.0.20250906` | | [nox](https://github.com/wntrblm/nox) | `2025.5.1` | `2025.10.16` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` | Updates `black` from 25.1.0 to 25.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>25.9.0</h2> <h3>Highlights</h3> <ul> <li>Remove support for pre-python 3.7 <code>await/async</code> as soft keywords/variable names (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crash while formatting a long <code>del</code> statement containing tuples (<a href="https://redirect.github.com/psf/black/issues/4628">#4628</a>)</li> <li>Fix crash while formatting expressions using the walrus operator in complex <code>with</code> statements (<a href="https://redirect.github.com/psf/black/issues/4630">#4630</a>)</li> <li>Handle <code># fmt: skip</code> followed by a comment at the end of file (<a href="https://redirect.github.com/psf/black/issues/4635">#4635</a>)</li> <li>Fix crash when a tuple appears in the <code>as</code> clause of a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4634">#4634</a>)</li> <li>Fix crash when tuple is used as a context manager inside a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4646">#4646</a>)</li> <li>Fix crash when formatting a <code>\</code> followed by a <code>\r</code> followed by a comment (<a href="https://redirect.github.com/psf/black/issues/4663">#4663</a>)</li> <li>Fix crash on a <code>\\r\n</code> (<a href="https://redirect.github.com/psf/black/issues/4673">#4673</a>)</li> <li>Fix crash on <code>await ...</code> (where <code>...</code> is a literal <code>Ellipsis</code>) (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> <li>Fix crash on parenthesized expression inside a type parameter bound (<a href="https://redirect.github.com/psf/black/issues/4684">#4684</a>)</li> <li>Fix crash when using line ranges excluding indented single line decorated items (<a href="https://redirect.github.com/psf/black/issues/4670">#4670</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix a bug where one-liner functions/conditionals marked with <code># fmt: skip</code> would still be formatted (<a href="https://redirect.github.com/psf/black/issues/4552">#4552</a>)</li> <li>Improve <code>multiline_string_handling</code> with ternaries and dictionaries (<a href="https://redirect.github.com/psf/black/issues/4657">#4657</a>)</li> <li>Fix a bug where <code>string_processing</code> would not split f-strings directly after expressions (<a href="https://redirect.github.com/psf/black/issues/4680">#4680</a>)</li> <li>Wrap the <code>in</code> clause of comprehensions across lines if necessary (<a href="https://redirect.github.com/psf/black/issues/4699">#4699</a>)</li> <li>Remove parentheses around multiple exception types in <code>except</code> and <code>except*</code> without <code>as</code>. (<a href="https://redirect.github.com/psf/black/issues/4720">#4720</a>)</li> <li>Add <code>\r</code> style newlines to the potential newlines to normalize file newlines both from and to (<a href="https://redirect.github.com/psf/black/issues/4710">#4710</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Rewrite tokenizer to improve performance and compliance (<a href="https://redirect.github.com/psf/black/issues/4536">#4536</a>)</li> <li>Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (<a href="https://redirect.github.com/psf/black/issues/4602">#4602</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid using an extra process when running with only one worker (<a href="https://redirect.github.com/psf/black/issues/4734">#4734</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Fix the version check in the vim file to reject Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4567">#4567</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to read Black version from an additional section in pyproject.toml: <code>[project.dependency-groups]</code> (<a href="https://redirect.github.com/psf/black/issues/4606">#4606</a>)</li> <li>Build gallery docker image with python3-slim and reduce image size (<a href="https://redirect.github.com/psf/black/issues/4686">#4686</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>25.9.0</h2> <h3>Highlights</h3> <ul> <li>Remove support for pre-python 3.7 <code>await/async</code> as soft keywords/variable names (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crash while formatting a long <code>del</code> statement containing tuples (<a href="https://redirect.github.com/psf/black/issues/4628">#4628</a>)</li> <li>Fix crash while formatting expressions using the walrus operator in complex <code>with</code> statements (<a href="https://redirect.github.com/psf/black/issues/4630">#4630</a>)</li> <li>Handle <code># fmt: skip</code> followed by a comment at the end of file (<a href="https://redirect.github.com/psf/black/issues/4635">#4635</a>)</li> <li>Fix crash when a tuple appears in the <code>as</code> clause of a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4634">#4634</a>)</li> <li>Fix crash when tuple is used as a context manager inside a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4646">#4646</a>)</li> <li>Fix crash when formatting a <code>\</code> followed by a <code>\r</code> followed by a comment (<a href="https://redirect.github.com/psf/black/issues/4663">#4663</a>)</li> <li>Fix crash on a <code>\\r\n</code> (<a href="https://redirect.github.com/psf/black/issues/4673">#4673</a>)</li> <li>Fix crash on <code>await ...</code> (where <code>...</code> is a literal <code>Ellipsis</code>) (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> <li>Fix crash on parenthesized expression inside a type parameter bound (<a href="https://redirect.github.com/psf/black/issues/4684">#4684</a>)</li> <li>Fix crash when using line ranges excluding indented single line decorated items (<a href="https://redirect.github.com/psf/black/issues/4670">#4670</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix a bug where one-liner functions/conditionals marked with <code># fmt: skip</code> would still be formatted (<a href="https://redirect.github.com/psf/black/issues/4552">#4552</a>)</li> <li>Improve <code>multiline_string_handling</code> with ternaries and dictionaries (<a href="https://redirect.github.com/psf/black/issues/4657">#4657</a>)</li> <li>Fix a bug where <code>string_processing</code> would not split f-strings directly after expressions (<a href="https://redirect.github.com/psf/black/issues/4680">#4680</a>)</li> <li>Wrap the <code>in</code> clause of comprehensions across lines if necessary (<a href="https://redirect.github.com/psf/black/issues/4699">#4699</a>)</li> <li>Remove parentheses around multiple exception types in <code>except</code> and <code>except*</code> without <code>as</code>. (<a href="https://redirect.github.com/psf/black/issues/4720">#4720</a>)</li> <li>Add <code>\r</code> style newlines to the potential newlines to normalize file newlines both from and to (<a href="https://redirect.github.com/psf/black/issues/4710">#4710</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Rewrite tokenizer to improve performance and compliance (<a href="https://redirect.github.com/psf/black/issues/4536">#4536</a>)</li> <li>Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (<a href="https://redirect.github.com/psf/black/issues/4602">#4602</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid using an extra process when running with only one worker (<a href="https://redirect.github.com/psf/black/issues/4734">#4734</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Fix the version check in the vim file to reject Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4567">#4567</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to read Black version from an additional section in pyproject.toml: <code>[project.dependency-groups]</code> (<a href="https://redirect.github.com/psf/black/issues/4606">#4606</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/af0ba72a73598c76189d6dd1b21d8532255d5942"><code>af0ba72</code></a> Prepare docs for release 25.9.0 (<a href="https://redirect.github.com/psf/black/issues/4751">#4751</a>)</li> <li><a href="https://github.com/psf/black/commit/ffc01a027580d99401abb3197e83d50dc4f4c746"><code>ffc01a0</code></a> Fix schema generation error caused by new click version (<a href="https://redirect.github.com/psf/black/issues/4750">#4750</a>)</li> <li><a href="https://github.com/psf/black/commit/626b32fe2b5387656be6694da9a4b7a3148fb892"><code>626b32f</code></a> Add normalizing for <code>\r</code> style newlines (<a href="https://redirect.github.com/psf/black/issues/4710">#4710</a>)</li> <li><a href="https://github.com/psf/black/commit/57a461258f324e33bca189b2eb49d7f7a944ffe7"><code>57a4612</code></a> Fix mypy type issue (<a href="https://redirect.github.com/psf/black/issues/4745">#4745</a>)</li> <li><a href="https://github.com/psf/black/commit/4f6ad7cf8c3092e0fb4d82f54fe77ccde134468a"><code>4f6ad7c</code></a> Wrap the <code>in</code> clause of comprehensions across lines if necessary (<a href="https://redirect.github.com/psf/black/issues/4699">#4699</a>)</li> <li><a href="https://github.com/psf/black/commit/24f516961720c5578069dee30415b776359b7be5"><code>24f5169</code></a> ci: Run diff-shades on unstable instead of preview (<a href="https://redirect.github.com/psf/black/issues/4741">#4741</a>)</li> <li><a href="https://github.com/psf/black/commit/4d55e6017993ee3f0927524e8bc19ead8de9e8ed"><code>4d55e60</code></a> Bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/psf/black/issues/4744">#4744</a>)</li> <li><a href="https://github.com/psf/black/commit/0cf39efdbc3aaea455f95d31e5b42efb6bd61478"><code>0cf39ef</code></a> Improve the performance of get_string_prefix (<a href="https://redirect.github.com/psf/black/issues/4742">#4742</a>)</li> <li><a href="https://github.com/psf/black/commit/1f779dec013db37475fa56a5c9939a09eab7e7d6"><code>1f779de</code></a> Fix line ranges decorator edge case (<a href="https://redirect.github.com/psf/black/issues/4670">#4670</a>)</li> <li><a href="https://github.com/psf/black/commit/203fd6b5cdad975178b8174394a7f7fb13d14f02"><code>203fd6b</code></a> Optimize Line string method (<a href="https://redirect.github.com/psf/black/issues/4739">#4739</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/25.1.0...25.9.0">compare view</a></li> </ul> </details> <br /> Updates `markdown` from 3.8.2 to 3.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Python-Markdown/markdown/releases">markdown's releases</a>.</em></p> <blockquote> <h2>Release 3.9.0</h2> <h3>Changed</h3> <ul> <li>Footnotes are now ordered by the occurrence of their references in the document. A new configuration option for the footnotes extension, <code>USE_DEFINITION_ORDER</code>, has been added to support restoring the previous behavior of ordering footnotes by the occurrence of definitions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1367">#1367</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure inline processing iterates through elements in document order (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1546">#1546</a>).</li> <li>Fix handling of incomplete HTML tags in code spans in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1547">#1547</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's changelog</a>.</em></p> <blockquote> <p>title: Changelog toc_depth: 2</p> <h1>Python-Markdown Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>, and this project adheres to the <a href="https://packaging.python.org/en/latest/specifications/version-specifiers/">Python Version Specification</a>. See the <a href="https://github.com/Python-Markdown/markdown/blob/master/docs/contributing.md">Contributing Guide</a> for details.</p> <h2>[Unreleased]</h2> <h3>Fixed</h3> <ul> <li>Fix an HTML comment parsing case in some Python versions that can cause an infinite loop (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1554">#1554</a>).</li> </ul> <h2>[3.9.0] - 2025-09-04</h2> <h3>Changed</h3> <ul> <li>Footnotes are now ordered by the occurrence of their references in the document. A new configuration option for the footnotes extension, <code>USE_DEFINITION_ORDER</code>, has been added to support restoring the previous behavior of ordering footnotes by the occurrence of definitions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1367">#1367</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure inline processing iterates through elements in document order (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1546">#1546</a>).</li> <li>Fix handling of incomplete HTML tags in code spans in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1547">#1547</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/f39cf84a24124526c1a0efbe52219fa9950774f6"><code>f39cf84</code></a> Bump version to 3.9</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/07bf2076623be5de9952e1f35bfb8c218b699300"><code>07bf207</code></a> Order footnotes by reference</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/23c301de28e12426408656efdfa153b11d4ff558"><code>23c301d</code></a> Fix failing cases for Python 3.14</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/4669a09894d4a35cd5f5d2106b0da95e48d1a3f9"><code>4669a09</code></a> fix typo</li> <li>See full diff in <a href="https://github.com/Python-Markdown/markdown/compare/3.8.2...3.9.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md">mkdocs-macros-plugin's changelog</a>.</em></p> <blockquote> <h2>1.4.1, 2025-10-18</h2> <ul> <li>Added: support for j2_extensions paramater in config file (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li>Fixed: missing dependency declaration on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> </ul> <h2>1.4.0, 2025-09-21</h2> <ul> <li>Removed: auto-install of missing pluglet (meaningful error message <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li>Fixed: error with yaml dumps (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>Fixed: detection of Jinja2, to allow title rendering (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/266">#266</a>)</li> <li>Small improvements to documentation</li> </ul> <h2>1.3.7, 2024-10-18</h2> <ul> <li>Fixed: incompatibility with the d2 module (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li> </ul> <h2>1.3.6, 2024-10-17</h2> <ul> <li>Added: complete test framework, using pytest and Mkdocs-Test (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/244">#244</a>) A number of automated test cases are implemented.</li> <li>Changed: move from setup.py to pyproject.toml (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/250">#250</a>)</li> </ul> <h2>1.2.0, 2024-09-15</h2> <ul> <li>Added: three hooks <code>register_variables/macros/filters</code> to facilitate cooperation with other MkDocs plugins.</li> <li>Fixed: `define_env() was always required in module (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/191">#191</a>)</li> <li>Added: trace the case when no module is found (INFO)</li> <li>Improved documentation, particularly about HTML pages</li> <li>Added: parameters <code>j2_comment_start_string</code> and <code>j2_comment_end_string</code> to plugin's parameters, to specify alternate markers for comments.</li> <li>Added the multiline parameter <code>force_render_paths</code> in the config file, to specify directories or file patterns to be rendered for the case when <code>render_by_default = false</code> (the <code>render_macros</code> parameter in the YAML header of the page has the last word).</li> </ul> <h2>1.0.5, 2023-10-31</h2> <ul> <li>Added: git.short_tag (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/183">#183</a>)</li> <li>Added: Mermaid diagrams in the documentation (Readthedocs)</li> <li>Fixed: Changelog was no longer displayed (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/186">#186</a>)</li> </ul> <h2>1.0.4, 2023-08-07</h2> <ul> <li>Fixed: Warning due to filter issue with mkdocs &gt;= 1.5</li> <li>Fixed: Debug html tables (including for <code>macro_info()</code>) are now readable also in dark mode.</li> </ul> <h2>1.0.2, 2023-07-02</h2> <ul> <li>Added: it is now possible to use macros in page titles, in the nav section of the yaml file, or in the level 1 titles; the macros are correctly interpreted in the navigation part of the page.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a93a1f74402b5d632acbab35a77d5171eb5d0e6d"><code>a93a1f7</code></a> Update CHANGELOG for version 1.4.1</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a76d62bf02f66cc9090cb8b266df738f97c1c80b"><code>a76d62b</code></a> Add documentation for jinja2_extensions (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9a329bc2c44af538556c840530d65266ee02ec44"><code>9a329bc</code></a> Merge branch 'master' of <a href="https://github.com/fralau/mkdocs-macros-plugin">https://github.com/fralau/mkdocs-macros-plugin</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/2eaf0330e74c458d6ec348a212a94dd7199a89e5"><code>2eaf033</code></a> Update post_production.md</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/c6ea72ac8d57f3a750891953fa00ad0ffa683ea8"><code>c6ea72a</code></a> Enable j2 extensions in mkdocs-macros without false-positive warning (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/273">#273</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/51a3afc4868838f2c0e5f69485e74264cf173af8"><code>51a3afc</code></a> Add dependency on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/b1dacfb0fba951fc79d36f50895cda3bed3163f6"><code>b1dacfb</code></a> Delete install_package() function from codebase</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/4ec687e81b6c1b6ac2ad11f1c8cfae671d86bef0"><code>4ec687e</code></a> Remove auto-install of missing pluglet (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/e9dec13e22f12e4fb36bee8065ab90d5e3b90d6e"><code>e9dec13</code></a> Remove installation of missing pluglet (but meaningful message) <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9ef2b98d2b6d9971ecd68da3fcc9360d07373c71"><code>9ef2b98</code></a> Include new function <code>yaml_support()</code> from super_collections (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>See full diff in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.9...v1.4.1">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.9.0 to 1.18.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p> <blockquote> <h3>Mypy 1.18.2</h3> <ul> <li>Fix crash on recursive alias (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/19845">19845</a>)</li> <li>Add additional guidance for stubtest errors when runtime is <code>object.__init__</code> (Stephen Morton, PR <a href="https://redirect.github.com/python/mypy/pull/19733">19733</a>)</li> <li>Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR <a href="https://redirect.github.com/python/mypy/pull/19846">19846</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Ali Hamdan</li> <li>Anthony Sottile</li> <li>BobTheBuidler</li> <li>Brian Schubert</li> <li>Chainfire</li> <li>Charlie Denton</li> <li>Christoph Tyralla</li> <li>CoolCat467</li> <li>Daniel Hnyk</li> <li>Emily</li> <li>Emma Smith</li> <li>Ethan Sarp</li> <li>Ivan Levkivskyi</li> <li>Jahongir Qurbonov</li> <li>Jelle Zijlstra</li> <li>Joren Hammudoglu</li> <li>Jukka Lehtosalo</li> <li>Marc Mueller</li> <li>Omer Hadari</li> <li>Piotr Sawicki</li> <li>PrinceNaroliya</li> <li>Randolf Scholz</li> <li>Robsdedude</li> <li>Saul Shanabrook</li> <li>Shantanu</li> <li>Stanislav Terliakov</li> <li>Stephen Morton</li> <li>wyattscarpenter</li> </ul> <p>I’d also like to thank my employer, Dropbox, for supporting mypy development.</p> <h2>Mypy 1.17</h2> <p>We’ve just uploaded mypy 1.17 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/df05f05555ee62dbdb9960c64cad186172e92be1"><code>df05f05</code></a> remove +dev from version</li> <li><a href="https://github.com/python/mypy/commit/01a7a1285d03cb7a330359b22cb462aacb5f9720"><code>01a7a12</code></a> Update changelog for 1.18.2 (<a href="https://redirect.github.com/python/mypy/issues/19873">#19873</a>)</li> <li><a href="https://github.com/python/mypy/commit/ca5abf09f3bfc543ac9c18a364696bc5da20bc03"><code>ca5abf0</code></a> Typeshed cherry-pick: Make type of <code>unitest.mock.Any</code> a subclass of <code>Any</code> (<a href="https://redirect.github.com/python/mypy/issues/1">#1</a>...</li> <li><a href="https://github.com/python/mypy/commit/9d794b57d9c5b03d61caa3286756c05e0ae3021b"><code>9d794b5</code></a> [mypyc] fix: inappropriate <code>None</code>s in f-strings (<a href="https://redirect.github.com/python/mypy/issues/19846">#19846</a>)</li> <li><a href="https://github.com/python/mypy/commit/2c0510c84868b6bb42ef0f305b701e530a85c25f"><code>2c0510c</code></a> stubtest: additional guidance on errors when runtime is object.<strong>init</strong> (<a href="https://redirect.github.com/python/mypy/issues/19733">#19733</a>)</li> <li><a href="https://github.com/python/mypy/commit/2f3f03c3e39e68dbfa3544c01a34f99803b3e1c2"><code>2f3f03c</code></a> Bump version to 1.18.2+dev for point release</li> <li><a href="https://github.com/python/mypy/commit/76698412bc1f3ca99000d52649acd5a0e06aa71d"><code>7669841</code></a> Fix crash on recursive alias in indirection.py (<a href="https://redirect.github.com/python/mypy/issues/19845">#19845</a>)</li> <li><a href="https://github.com/python/mypy/commit/03fbaa941bccc3a9f8aea796d586603b67119bf2"><code>03fbaa9</code></a> bump version to 1.18.1 due to wheels failure</li> <li><a href="https://github.com/python/mypy/commit/b44a1fbf0cf9fd90fd29d6bcd9f64c55dd2fd4c8"><code>b44a1fb</code></a> removed +dev from version</li> <li><a href="https://github.com/python/mypy/commit/7197a99d1aebb1b7a584f82a53c44efb7dddf136"><code>7197a99</code></a> Removed Unreleased in the Changelog for Release 1.18 (<a href="https://redirect.github.com/python/mypy/issues/19827">#19827</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/1.9.0...v1.18.2">compare view</a></li> </ul> </details> <br /> Updates `types-markdown` from 3.8.0.20250809 to 3.9.0.20250906 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typeshed-internal/stub_uploader/commits">compare view</a></li> </ul> </details> <br /> Updates `nox` from 2025.5.1 to 2025.10.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/releases">nox's releases</a>.</em></p> <blockquote> <h2>2025.10.16 ⏲️</h2> <p>This is a quick release to make our new dependency, pbs-installer, optional. This is only needed to install Python if you are not using the uv backend. We've also added the time taken to the output when it's over a second.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> </ul> <p>Changes:</p> <ul> <li>Make pbs-installer an optional dependency by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1017">wntrblm/nox#1017</a></li> <li>Include time on longer runs (adds <code>humanize</code> dependency) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1014">wntrblm/nox#1014</a></li> </ul> <p>Internal:</p> <ul> <li>Run conda on Windows/Linux again by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1015">wntrblm/nox#1015</a></li> </ul> <h2>2025.10.14 🥧</h2> <p>This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> (first contribution)</li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/IvanIsCoding"><code>@​IvanIsCoding</code></a> (first contribution)</li> <li><a href="https://github.com/jbdyn"><code>@​jbdyn</code></a> (first contribution)</li> <li><a href="https://github.com/johnthagen"><code>@​johnthagen</code></a></li> <li><a href="https://github.com/saucoide"><code>@​saucoide</code></a></li> <li><a href="https://github.com/shenxianpeng"><code>@​shenxianpeng</code></a> (first contribution)</li> <li><a href="https://github.com/Spacetown"><code>@​Spacetown</code></a> (first contribution)</li> <li><a href="https://github.com/zzzeek"><code>@​zzzeek</code></a> (first contribution)</li> </ul> <p>Features:</p> <ul> <li>Add <code>--download-python</code> python option by <a href="https://github.com/saucoide"><code>@​saucoide</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/989">wntrblm/nox#989</a></li> <li>Add <code>session.env_dir</code> to get the Path to the environment by <a href="https://github.com/jbdyn"><code>@​jbdyn</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li> </ul> <p>Changes:</p> <ul> <li>GitHub Action 3.10-3.14 default by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1003">wntrblm/nox#1003</a></li> <li>Percolate the <code>verbose</code> global option to the <code>silent</code> argument for session installation commands, and document it by <a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/983">wntrblm/nox#983</a></li> <li>Disallow abbreviated options by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/973">wntrblm/nox#973</a></li> <li>Log output of failed process by <a href="https://github.com/jbdyn"><code>@​jbdyn</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li> <li>Use a separate logging level (<code>SESSION_INFO</code>) for session info instead of warning by <a href="https://github.com/Spacetown"><code>@​Spacetown</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/990">wntrblm/nox#990</a></li> </ul> <p>Bugfixes:</p> <ul> <li>Support scripts with custom names by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1007">wntrblm/nox#1007</a></li> <li>Correctly match free-threaded python versions by <a href="https://github.com/zzzeek"><code>@​zzzeek</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/999">wntrblm/nox#999</a></li> <li>Let uv replace the directory instead of deleting it ourselves by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/981">wntrblm/nox#981</a></li> <li>Tighten type for <code>venv_backend</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/967">wntrblm/nox#967</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">nox's changelog</a>.</em></p> <blockquote> <h2>2025.10.16</h2> <p>This is a quick release to make our new dependency, pbs-installer, optional. This is only needed to install Python if you are not using the uv backend. We've also added the time taken to the output when it's over a second.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> </ul> <p>Changes:</p> <ul> <li>Make pbs-installer an optional dependency by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1017">wntrblm/nox#1017</a></li> <li>Include time on longer runs (adds <code>humanize</code> dependency) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1014">wntrblm/nox#1014</a></li> </ul> <p>Internal:</p> <ul> <li>Run conda on Windows/Linux again by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1015">wntrblm/nox#1015</a></li> </ul> <h2>2025.10.14</h2> <p>This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> (first contribution)</li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/IvanIsCoding"><code>@​IvanIsCoding</code></a> (first contribution)</li> <li><a href="https://github.com/jbdyn"><code>@​jbdyn</code></a> (first contribution)</li> <li><a href="https://github.com/johnthagen"><code>@​johnthagen</code></a></li> <li><a href="https://github.com/saucoide"><code>@​saucoide</code></a></li> <li><a href="https://github.com/shenxianpeng"><code>@​shenxianpeng</code></a> (first contribution)</li> <li><a href="https://github.com/Spacetown"><code>@​Spacetown</code></a> (first contribution)</li> <li><a href="https://github.com/zzzeek"><code>@​zzzeek</code></a> (first contribution)</li> </ul> <p>Features:</p> <ul> <li>Add <code>--download-python</code> python option by <a href="https://github.com/saucoide"><code>@​saucoide</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/989">wntrblm/nox#989</a></li> <li>Add <code>session.env_dir</code> to get the Path to the environment by <a href="https://github.com/jbdyn"><code>@​jbdyn</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li> </ul> <p>Changes:</p> <ul> <li>GitHub Action 3.10-3.14 default by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1003">wntrblm/nox#1003</a></li> <li>Percolate the <code>verbose</code> global option to the <code>silent</code> argument for session installation commands, and document it by <a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/983">wntrblm/nox#983</a></li> <li>Disallow abbreviated options by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/973">wntrblm/nox#973</a></li> <li>Log output of failed process by <a href="https://github.com/jbdyn"><code>@​jbdyn</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li> <li>Use a separate logging level (<code>SESSION_INFO</code>) for session info instead of warning by <a href="https://github.com/Spacetown"><code>@​Spacetown</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/990">wntrblm/nox#990</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wntrblm/nox/commit/d9e5e0c2e39e5122e635d76cd2ba3268d67eb18f"><code>d9e5e0c</code></a> chore: prepare for 2025.10.16 (<a href="https://redirect.github.com/wntrblm/nox/issues/1018">#1018</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/7cb261457e2b815415569e2bd29d254cff7518b3"><code>7cb2614</code></a> fix: include time on longer runs (<a href="https://redirect.github.com/wntrblm/nox/issues/1014">#1014</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/4eb0037cf14950c763c64d999d27627fb0f23704"><code>4eb0037</code></a> fix: make pbs an optional dependency (<a href="https://redirect.github.com/wntrblm/nox/issues/1017">#1017</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/572f34a20cc004bd326d55b28ecfa3168c4f4a96"><code>572f34a</code></a> ci: run conda on Windows/Linux again (<a href="https://redirect.github.com/wntrblm/nox/issues/1015">#1015</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/449f9352f26eb6465c0f0c7e6d89810e087f6f26"><code>449f935</code></a> docs: prepare for 2025.10.14 (<a href="https://redirect.github.com/wntrblm/nox/issues/1010">#1010</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/61749600ecf5802e0ad0ef25ba36f9b5d5da13de"><code>6174960</code></a> fix: show a warning if a duplicate session is encountered (<a href="https://redirect.github.com/wntrblm/nox/issues/1013">#1013</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/1dc691030a3ca7c4dfee708af7ba2596472bf592"><code>1dc6910</code></a> chore: remove docs from default dev group (<a href="https://redirect.github.com/wntrblm/nox/issues/1012">#1012</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/bd6629a55552d742f5ee19c897cb4c5472dadc40"><code>bd6629a</code></a> fix: validation error for nox.options.keywords (<a href="https://redirect.github.com/wntrblm/nox/issues/1011">#1011</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/1a4b11afb2caf9885dad7dee83547146222505fb"><code>1a4b11a</code></a> fix: log output of failed process (<a href="https://redirect.github.com/wntrblm/nox/issues/974">#974</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/a0d354c6b86b378d075d27672508b35d8933d7db"><code>a0d354c</code></a> feat: use a separate logging level for session info instead of warning</li> <li>Additional commits viewable in <a href="https://github.com/wntrblm/nox/compare/2025.05.01...2025.10.16">compare view</a></li> </ul> </details> <br /> Updates `pytest-mock` from 3.14.0 to 3.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-mock/releases">pytest-mock's releases</a>.</em></p> <blockquote> <h2>v3.15.1</h2> <p><em>2025-09-16</em></p> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/529">#529</a>: Fixed <code>itertools._tee object has no attribute error</code> -- now <code>duplicate_iterators=True</code> must be passed to <code>mocker.spy</code> to duplicate iterators.</li> </ul> <h2>v3.15.0</h2> <p><em>2025-09-04</em></p> <ul> <li>Python 3.8 (EOL) is no longer supported.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest-mock/pull/524">#524</a>: Added <code>spy_return_iter</code> to <code>mocker.spy</code>, which contains a duplicate of the return value of the spied method if it is an <code>Iterator</code>.</li> </ul> <h2>v3.14.1</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest-mock/pull/503">#503</a>: Python 3.14 is now officially supported.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst">pytest-mock's changelog</a>.</em></p> <blockquote> <h2>3.15.1</h2> <p><em>2025-09-16</em></p> <ul> <li><code>[#529](pytest-dev/pytest-mock#529) &lt;https://github.com/pytest-dev/pytest-mock/issues/529&gt;</code>_: Fixed <code>itertools._tee object has no attribute error</code> -- now <code>duplicate_iterators=True</code> must be passed to <code>mocker.spy</code> to duplicate iterators.</li> </ul> <h2>3.15.0</h2> <p><em>2025-09-04</em></p> <ul> <li>Python 3.8 (EOL) is no longer supported.</li> <li><code>[#524](pytest-dev/pytest-mock#524) &lt;https://github.com/pytest-dev/pytest-mock/pull/524&gt;</code>_: Added <code>spy_return_iter</code> to <code>mocker.spy</code>, which contains a duplicate of the return value of the spied method if it is an <code>Iterator</code>.</li> </ul> <h2>3.14.1 (2025-05-26)</h2> <ul> <li><code>[#503](pytest-dev/pytest-mock#503) &lt;https://github.com/pytest-dev/pytest-mock/pull/503&gt;</code>_: Python 3.14 is now officially supported.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/e1b5c62a38c5a05cae614aef3847f240ba50d269"><code>e1b5c62</code></a> Release 3.15.1</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/184eb190d6be417f5f33727bcbc9704909479498"><code>184eb19</code></a> Set <code>spy_return_iter</code> only when explicitly requested (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/537">#537</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/4fa0088a0aa85eefb1313bd97adf43889bf1f647"><code>4fa0088</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/536">#536</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/f5aff33ce71ed4620acc43dc41cb3b198bcf4cb0"><code>f5aff33</code></a> Fix test failure with pytest 8+ and verbose mode (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/535">#535</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/adc41873c9d6aa69b87e3f108c93a29c847869aa"><code>adc4187</code></a> Bump actions/setup-python from 5 to 6 in the github-actions group (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/533">#533</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/95ad5700609aae73c6f767b8cc2ccfb2483e0f5c"><code>95ad570</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/532">#532</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/e696bf02c199b1f7d0c48adb450f40e5a75b699a"><code>e696bf0</code></a> Fix standalone mock support (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/531">#531</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/5b29b03ce9581cfcd867dd6c04a970fb2c861291"><code>5b29b03</code></a> Fix gen-release-notes script</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/7d22ef4e560351832e60687d8bd15ebe2785ff3b"><code>7d22ef4</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/528">#528</a> from pytest-dev/release-3.15.0</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/90b29f89e2086c139a7b4fea89202faa192ee5a9"><code>90b29f8</code></a> Update CHANGELOG for 3.15.0</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details>
2 parents 408d519 + 6a48971 commit cfeded1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,27 @@ dev-flake8 = [
4545
"pydoclint == 0.7.6",
4646
"pydocstyle == 6.3.0",
4747
]
48-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
48+
dev-formatting = ["black == 25.9.0", "isort == 6.0.0"]
4949
dev-mkdocs = [
50-
"Markdown == 3.8.2",
51-
"black == 25.1.0",
50+
"Markdown == 3.9",
51+
"black == 25.9.0",
5252
"mike == 2.1.3",
5353
"mkdocs-gen-files == 0.5.0",
5454
"mkdocs-literate-nav == 0.6.2",
55-
"mkdocs-macros-plugin == 1.3.9",
55+
"mkdocs-macros-plugin == 1.4.1",
5656
"mkdocs-material == 9.6.23",
5757
"mkdocstrings[python] == 0.30.1",
5858
"mkdocstrings-python == 1.18.2",
5959
"frequenz-repo-config[lib] == 0.13.6",
6060
]
6161
dev-mypy = [
62-
"mypy == 1.9.0",
63-
"types-Markdown == 3.8.0.20250809",
62+
"mypy == 1.18.2",
63+
"types-Markdown == 3.9.0.20250906",
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-microgrid-component-graph[dev-mkdocs,dev-noxfile,dev-pytest]",
6666
]
6767
dev-noxfile = [
68-
"nox == 2025.5.1",
68+
"nox == 2025.10.16",
6969
"frequenz-repo-config[lib] == 0.13.6",
7070
]
7171
dev-pylint = [
@@ -77,7 +77,7 @@ dev-pytest = [
7777
"pytest == 8.4.2",
7878
"pylint == 4.0.2", # We need this to check for the examples
7979
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
80-
"pytest-mock == 3.14.0",
80+
"pytest-mock == 3.15.1",
8181
"pytest-asyncio == 1.2.0",
8282
"async-solipsism == 0.8",
8383
]

0 commit comments

Comments
 (0)