the-dotify-project / dotify

🐍🎶 Yet another Spotify Web API Python library
https://the-dotify-project.github.io/dotify/
MIT License
6 stars 2 forks source link

chore(deps): update dependency mkdocstrings to ^0.25.0 #355

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings (changelog) ^0.15.0 -> ^0.25.0 age adoption passing confidence

Release Notes

mkdocstrings/mkdocstrings (mkdocstrings) ### [`v0.25.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0250---2024-04-27) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.3...0.25.0) [Compare with 0.24.3](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.3...0.25.0) ##### Features - Support `once` parameter in logging methods, allowing to log a message only once with a given logger ([1532b59](https://togithub.com/mkdocstrings/mkdocstrings/commit/1532b59a6efd99fed846cf7edfd0b26525700d3f) by Timothée Mazzucotelli). - Support blank line between `::: path` and YAML options ([d799d2f](https://togithub.com/mkdocstrings/mkdocstrings/commit/d799d2f3903bce44fb751f8cf3fb8078d25549da) by Timothée Mazzucotelli). [Issue-450](https://togithub.com/mkdocstrings/mkdocstrings/issues/450) ##### Code Refactoring - Allow specifying name of template loggers ([c5b5f69](https://togithub.com/mkdocstrings/mkdocstrings/commit/c5b5f697c83271d961c7ac795412d6b4964ba2b7) by Timothée Mazzucotelli). ### [`v0.24.3`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0243---2024-04-05) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.2...0.24.3) [Compare with 0.24.2](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.2...0.24.3) ##### Bug Fixes - Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...) ([7fe3e5f](https://togithub.com/mkdocstrings/mkdocstrings/commit/7fe3e5f28239c08094fb656728369998f52630ea) by Timothée Mazzucotelli). ### [`v0.24.2`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0242---2024-04-02) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.1...0.24.2) [Compare with 0.24.1](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.1...0.24.2) ##### Bug Fixes - Support HTML toc labels with Python-Markdown 3.6+ ([c0d0090](https://togithub.com/mkdocstrings/mkdocstrings/commit/c0d009000678a2ccbfb0c8adfeff3dc83845ee41) by Timothée Mazzucotelli). [Issue-mkdocstrings/python-143](https://togithub.com/mkdocstrings/python/issues/143) ### [`v0.24.1`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0241---2024-02-27) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.0...0.24.1) [Compare with 0.24.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.24.0...0.24.1) ##### Code Refactoring - Support new pymdownx-highlight options ([a7a2907](https://togithub.com/mkdocstrings/mkdocstrings/commit/a7a29079aebcd79be84ac38ce275797920e4c75e) by Timothée Mazzucotelli). - Backup anchors with id and no href, for compatibility with autorefs' Markdown anchors ([b5236b4](https://togithub.com/mkdocstrings/mkdocstrings/commit/b5236b4333ebde9648c84f6e4b0f4c2b10f3ecd4) by Timothée Mazzucotelli). [PR-#​651](https://togithub.com/mkdocstrings/mkdocstrings/pull/651), [Related-to-mkdocs-autorefs#39](https://togithub.com/mkdocstrings/autorefs/pull/39), Co-authored-by: Oleh Prypin ### [`v0.24.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0240---2023-11-14) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.23.0...0.24.0) [Compare with 0.23.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.23.0...0.24.0) ##### Features - Cache downloaded inventories as local file ([ce84dd5](https://togithub.com/mkdocstrings/mkdocstrings/commit/ce84dd57dc5cd3bf3f4be9623ddaa73e1c1868f0) by Oleh Prypin). [PR #​632](https://togithub.com/mkdocstrings/mkdocstrings/pull/632) ##### Bug Fixes - Make `custom_templates` relative to the config file ([370a61d](https://togithub.com/mkdocstrings/mkdocstrings/commit/370a61d12b33f3fb61f6bddb3939eb8ff6018620) by Waylan Limberg). [Issue #​477](https://togithub.com/mkdocstrings/mkdocstrings/issues/477), [PR #​627](https://togithub.com/mkdocstrings/mkdocstrings/pull/627) - Remove duplicated headings for docstrings nested in tabs/admonitions ([e2123a9](https://togithub.com/mkdocstrings/mkdocstrings/commit/e2123a935edea0abdc1b439e2c2b76e002c76e2b) by Perceval Wajsburt, [f4a94f7](https://togithub.com/mkdocstrings/mkdocstrings/commit/f4a94f7d8b8eb1ac01d65bb7237f0077e320ddac) by Oleh Prypin). [Issue #​609](https://togithub.com/mkdocstrings/mkdocstrings/issues/609), [PR #​610](https://togithub.com/mkdocstrings/mkdocstrings/pull/610), [PR #​613](https://togithub.com/mkdocstrings/mkdocstrings/pull/613) ##### Code Refactoring - Drop support for MkDocs < 1.4, modernize usages ([b61d4d1](https://togithub.com/mkdocstrings/mkdocstrings/commit/b61d4d15258c66b14266aa04b456f191f101b2c6) by Oleh Prypin). [PR #​629](https://togithub.com/mkdocstrings/mkdocstrings/pull/629) ### [`v0.23.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0230---2023-08-28) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.22.0...0.23.0) [Compare with 0.22.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.22.0...0.23.0) ##### Breaking Changes - Removed `BaseCollector` and `BaseRenderer` classes: they were merged into the `BaseHandler` class. - Removed the watch feature, as MkDocs now provides it natively. - Removed support for `selection` and `rendering` keys in YAML blocks: use `options` instead. - Removed support for loading handlers from the `mkdocstrings.handler` namespace. Handlers must now be packaged under the `mkdocstrings_handlers` namespace. ##### Features - Register all anchors for each object in the inventory ([228fb73](https://togithub.com/mkdocstrings/mkdocstrings/commit/228fb737caca4e20e600053bf59cbfa3e9c73906) by Timothée Mazzucotelli). ##### Bug Fixes - Don't add `codehilite` CSS class to inline code ([7690d41](https://togithub.com/mkdocstrings/mkdocstrings/commit/7690d41e2871997464367e673023585c4fb05e26) by Timothée Mazzucotelli). - Support cross-references for API docs rendered in top-level index page ([b194452](https://togithub.com/mkdocstrings/mkdocstrings/commit/b194452be93aee33b3c28a468762b4d96c501f4f) by Timothée Mazzucotelli). ##### Code Refactoring - Sort inventories before writing them to disk ([9371e9f](https://togithub.com/mkdocstrings/mkdocstrings/commit/9371e9fc7dd68506b73aa1580a12c5f5cd779aba) by Timothée Mazzucotelli). - Stop accepting sets as return value of `get_anchors` (only tuples), to preserve order ([2e10374](https://togithub.com/mkdocstrings/mkdocstrings/commit/2e10374be258e9713b26f73dd06d0c2520ec07a5) by Timothée Mazzucotelli). - Remove deprecated parts ([0a90a47](https://togithub.com/mkdocstrings/mkdocstrings/commit/0a90a474c8dcbd95821700d7dab63f03e392c40f) by Timothée Mazzucotelli). - Use proper parameters in `Inventory.register` method ([433c6e0](https://togithub.com/mkdocstrings/mkdocstrings/commit/433c6e01aab9333589f755e483f124db0836f143) by Timothée Mazzucotelli). ### [`v0.22.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0220---2023-05-25) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.2...0.22.0) [Compare with 0.21.2](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.2...0.22.0) ##### Features - Allow extensions to add templates ([cf0af05](https://togithub.com/mkdocstrings/mkdocstrings/commit/cf0af059eb89240eba0437de417c124389e2f20e) by Timothée Mazzucotelli). [PR #​569](https://togithub.com/mkdocstrings/mkdocstrings/pull/569) ##### Code Refactoring - Report inventory loading errors ([2c05d78](https://togithub.com/mkdocstrings/mkdocstrings/commit/2c05d7854b87251e26c1a2e1810b85702ff110f3) by Timothée Mazzucotelli). Co-authored-by: Oleh Prypin ### [`v0.21.2`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0212---2023-04-06) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.1...0.21.2) [Compare with 0.21.1](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.1...0.21.2) ##### Bug Fixes - Fix regression with LRU cached method ([85efbd2](https://togithub.com/mkdocstrings/mkdocstrings/commit/85efbd285d4c8977755bda1c36220b241a9e1502) by Timothée Mazzucotelli). [Issue #​549](https://togithub.com/mkdocstrings/mkdocstrings/issues/549) ### [`v0.21.1`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0211---2023-04-05) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.0...0.21.1) [Compare with 0.21.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.0...0.21.1) ##### Bug Fixes - Fix missing typing-extensions dependency on Python less than 3.10 ([bff760b](https://togithub.com/mkdocstrings/mkdocstrings/commit/bff760b77c1eedfa770e852aa994a69ff51b0a32) by Timothée Mazzucotelli). [Issue #​548](https://togithub.com/mkdocstrings/mkdocstrings/issues/548) ### [`v0.21.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0210---2023-04-05) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.21.0) [Compare with 0.20.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.21.0) ##### Features - Expose the full config to handlers ([15dacf6](https://togithub.com/mkdocstrings/mkdocstrings/commit/15dacf62f8479a05e9604383155ffa6fade0522d) by David Patterson). [Issue #​501](https://togithub.com/mkdocstrings/mkdocstrings/issues/501), [PR #​509](https://togithub.com/mkdocstrings/mkdocstrings/pull/509) ### [`v0.20.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0200---2023-01-19) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.19.1...0.20.0) [Compare with 0.19.1](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.19.1...0.20.0) ##### Features - Add `enabled` configuration option ([8cf117d](https://togithub.com/mkdocstrings/mkdocstrings/commit/8cf117daeefb4fc522145cc567b40eb4256c0a94) by StefanBRas). [Issue #​478](https://togithub.com/mkdocstrings/mkdocstrings/issues/478), [PR #​504](https://togithub.com/mkdocstrings/mkdocstrings/pull/504) ##### Bug Fixes - Handle updating Jinja environment of multiple handlers ([a6ea80c](https://togithub.com/mkdocstrings/mkdocstrings/commit/a6ea80c992f2a200d8cee3c9ff3b651ddd049a3d) by David Patterson). [Related PR #​201](https://togithub.com/mkdocstrings/mkdocstrings/pull/201), [Issue #​502](https://togithub.com/mkdocstrings/mkdocstrings/issues/502), [PR #​507](https://togithub.com/mkdocstrings/mkdocstrings/pull/507) ##### Code Refactoring - Make `_load_inventory` accept lists as arguments ([105ed82](https://togithub.com/mkdocstrings/mkdocstrings/commit/105ed8210d4665f6b52f2cc04d56df2d35cd3caf) by Sorin Sbarnea). [Needed by PR mkdocstrings/python#49](https://togithub.com/mkdocstrings/python/issues/49), [PR #​511](https://togithub.com/mkdocstrings/mkdocstrings/pull/511) - Remove support for MkDocs < 1.2 (we already depended on MkDocs >= 1.2) ([ac963c8](https://togithub.com/mkdocstrings/mkdocstrings/commit/ac963c88c793e640d2a7a31392aff1fc2d15ba52) by Timothée Mazzucotelli). ### [`v0.19.1`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0191---2022-12-13) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.19.0...0.19.1) [Compare with 0.19.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.19.0...0.19.1) ##### Bug Fixes - Fix regular expression for Sphinx inventory parsing ([348bdd5](https://togithub.com/mkdocstrings/mkdocstrings/commit/348bdd5e930f3cf7a8e27835189794ec940ae1b7) by Luis Michaelis). [Issue #​496](https://togithub.com/mkdocstrings/mkdocstrings/issues/496), [PR #​497](https://togithub.com/mkdocstrings/mkdocstrings/issues/497) ##### Code Refactoring - Small fixes to type annotations ([9214b74](https://togithub.com/mkdocstrings/mkdocstrings/commit/9214b74367da1f9c808eacc8ceecc4134d5c9d3c) by Oleh Prypin). [PR #​470](https://togithub.com/mkdocstrings/mkdocstrings/issues/470) - Report usage-based warnings as user-facing messages ([03dd7a6](https://togithub.com/mkdocstrings/mkdocstrings/commit/03dd7a6e4fefa44889bda9899d9b698bcfd07990) by Oleh Prypin). [PR #​464](https://togithub.com/mkdocstrings/mkdocstrings/issues/464) ### [`v0.19.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0190---2022-05-28) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.18.1...0.19.0) [Compare with 0.18.1](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.18.1...0.19.0) ##### Highlights We decided to deprecate a few things to pave the way towards a more stable code base, bringing us closer to a v1. - Selection and rendering options are now combined into a single `options` key. Using the old keys will emit a deprecation warning. - The `BaseCollector` and `BaseRenderer` classes are deprecated in favor of `BaseHandler`, which merges their functionality. Using the old classes will emit a deprecation warning. New versions of the Python handler and the legacy Python handler were also released in coordination with *mkdocstrings* 0.19. See their respective changelogs: [python](https://mkdocstrings.github.io/python/changelog/#​070-2022-05-28), [python-legacy](https://mkdocstrings.github.io/python-legacy/changelog/#​023-2022-05-28). Most notably, the Python handler gained the `members` and `filters` options that prevented many users to switch to it. *mkdocstrings* stopped depending directly on the legacy Python handler. It means you now have to explicitely depend on it, directly or through the extra provided by *mkdocstrings*, if you want to continue using it. ##### Packaging / Dependencies - Stop depending directly on mkdocstrings-python-legacy ([9055d58](https://togithub.com/mkdocstrings/mkdocstrings/commit/9055d582a6244a45a1af1aeccd8bf3436889a1a5) by Timothée Mazzucotelli). [Issue #​376](https://togithub.com/mkdocstrings/mkdocstrings/issues/376) ##### Features - Pass config file path to handlers ([cccebc4](https://togithub.com/mkdocstrings/mkdocstrings/commit/cccebc40c0d51c23381d53432d9355fba9a290ae) by Timothée Mazzucotelli). [Issue #​311](https://togithub.com/mkdocstrings/mkdocstrings/issues/311), [PR #​425](https://togithub.com/mkdocstrings/mkdocstrings/issues/425) ##### Code Refactoring - Support options / deprecated options mix-up ([7c71f26](https://togithub.com/mkdocstrings/mkdocstrings/commit/7c71f2623b667d43c5e9eb8aea881df2c9984a0e) by Timothée Mazzucotelli). - Deprecate watch feature in favor of MkDocs' built-in one ([c20022e](https://togithub.com/mkdocstrings/mkdocstrings/commit/c20022e6adfd3a18fd698f50355dfce534b9feb9) by Timothée Mazzucotelli). - Log relative template paths if possible, instead of absolute ([91f5f83](https://togithub.com/mkdocstrings/mkdocstrings/commit/91f5f83408c7aab9124cc19fa47c940541d6f5ec) by Timothée Mazzucotelli). - Deprecate `selection` and `rendering` YAML keys ([3335310](https://togithub.com/mkdocstrings/mkdocstrings/commit/3335310b985401642fea8322aba503cafa1c50b1) by Timothée Mazzucotelli). [PR #​420](https://togithub.com/mkdocstrings/mkdocstrings/issues/420) - Deprecate `BaseCollector` and `BaseRenderer` ([eb822cb](https://togithub.com/mkdocstrings/mkdocstrings/commit/eb822cb11ec065da0b1277299aae4ffeeffadc6f) by Timothée Mazzucotelli). [PR #​413](https://togithub.com/mkdocstrings/mkdocstrings/issues/413) ### [`v0.18.1`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0181---2022-03-01) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.18.0...0.18.1) [Compare with 0.18.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.18.0...0.18.1) ##### Bug Fixes - Don't preemptively register identifiers as anchors ([c7ac043](https://togithub.com/mkdocstrings/mkdocstrings/commit/c7ac04324d005d9cf7d2c1f3b2c39f212275d451) by Timothée Mazzucotelli). ### [`v0.18.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0180---2022-02-06) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.17.0...0.18.0) [Compare with 0.17.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.17.0...0.18.0) ##### Highlights - Python 3.6 support is dropped. - We provide a new, experimental Python handler based on [Griffe](https://togithub.com/mkdocstrings/griffe). This new handler brings automatic cross-references for every annotation in your code, including references to third-party libraries' APIs if they provide objects inventories and you explicitely [load them](https://mkdocstrings.github.io/usage/#cross-references-to-other-projects-inventories) in `mkdocs.yml`. [See migration notes in the documentation](https://mkdocstrings.github.io/handlers/overview/#about-the-python-handlers). - The "legacy" Python handler now lives in its own repository at https://github.com/mkdocstrings/python-legacy. ##### Packaging / Dependencies - Add Crystal extra, update Python extras versions ([b8222b0](https://togithub.com/mkdocstrings/mkdocstrings/commit/b8222b0150d4743be857bcbf40f014265095885b) by Timothée Mazzucotelli). [PR #​374](https://togithub.com/mkdocstrings/mkdocstrings/pull/374) - Update autorefs to actually required version ([fc6c7f6](https://togithub.com/mkdocstrings/mkdocstrings/commit/fc6c7f652a420ac29cf16cbb99b11a55aa9b38ea) by Timothée Mazzucotelli). - Drop Python 3.6 support ([7205ac6](https://togithub.com/mkdocstrings/mkdocstrings/commit/7205ac6cf2861db61c2a5b8bf07d0e6b1a7f49fb) by Timothée Mazzucotelli). ##### Features - Allow unwrapping the `

` tag in `convert_markdown` filter ([5351fc8](https://togithub.com/mkdocstrings/mkdocstrings/commit/5351fc8b417fb20f0681a22f49fcc902579eacdb) by Oleh Prypin). [PR #​369](https://togithub.com/mkdocstrings/mkdocstrings/pull/369) - Support handlers spanning multiple locations ([f42dfc6](https://togithub.com/mkdocstrings/mkdocstrings/commit/f42dfc61ce4f9f317c4bd17f568e504ed9764d35) by Timothée Mazzucotelli). [PR #​355](https://togithub.com/mkdocstrings/mkdocstrings/pull/355) ##### Code Refactoring - Prefix logs with the package name only ([6c2b734](https://togithub.com/mkdocstrings/mkdocstrings/commit/6c2b7348ae40989e4adccc087feae599fcea949d) by Timothée Mazzucotelli). [PR #​375](https://togithub.com/mkdocstrings/mkdocstrings/pull/375) - Extract the Python handler into its own repository ([74371e4](https://togithub.com/mkdocstrings/mkdocstrings/commit/74371e49c32059fefd34c7cc7f7b8f085b383237) by Timothée Mazzucotelli). [PR #​356](https://togithub.com/mkdocstrings/mkdocstrings/pull/356) - Support Jinja2 3.1 ([b377227](https://togithub.com/mkdocstrings/mkdocstrings/commit/b37722716b1e0ed6393ec71308dfb0f85e142f3b) by Timothée Mazzucotelli). [Issue #​360](https://togithub.com/mkdocstrings/mkdocstrings/issues/360), [PR #​361](https://togithub.com/mkdocstrings/mkdocstrings/pull/361) - Find templates in new and deprecated namespaces ([d5d5f18](https://togithub.com/mkdocstrings/mkdocstrings/commit/d5d5f1844dbac3affacc95f2f3eab57a61d2068c) by Timothée Mazzucotelli). [PR #​367](https://togithub.com/mkdocstrings/mkdocstrings/pull/367) - Support loading handlers from the `mkdocstrings_handlers` namespace ([5c22c6c](https://togithub.com/mkdocstrings/mkdocstrings/commit/5c22c6ce4e056ac2334e2dfcd47c1f1a7884d352) by Timothée Mazzucotelli). [PR #​367](https://togithub.com/mkdocstrings/mkdocstrings/pull/367) ### [`v0.17.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0170---2021-12-27) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.16.2...0.17.0) [Compare with 0.16.2](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.16.2...0.17.0) ##### Features - Add `show_signature` rendering option ([024ee82](https://togithub.com/mkdocstrings/mkdocstrings/commit/024ee826bb6f0aa297ba857bc18075d6f4162cad) by Will Da Silva). [Issue #​341](https://togithub.com/mkdocstrings/mkdocstrings/issues/341), [PR #​342](https://togithub.com/mkdocstrings/mkdocstrings/pull/342) - Support Keyword Args and Yields sections ([1286427](https://togithub.com/mkdocstrings/mkdocstrings/commit/12864271b7f997af7b421a834919b1e686793905) by Timothée Mazzucotelli). [Issue #​205](https://togithub.com/mkdocstrings/mkdocstrings/issues/205) and [#​324](https://togithub.com/mkdocstrings/mkdocstrings/issues/324), [PR #​331](https://togithub.com/mkdocstrings/mkdocstrings/pull/331) ##### Bug Fixes - Do minimum work when falling back to re-collecting an object to get its anchor ([f6cf570](https://togithub.com/mkdocstrings/mkdocstrings/commit/f6cf570255df17db1088b6e6cd94bcc823b3b17f) by Timothée Mazzucotelli). [Issue #​329](https://togithub.com/mkdocstrings/mkdocstrings/issues/329), [PR #​330](https://togithub.com/mkdocstrings/mkdocstrings/pull/330) ##### Code Refactoring - Return multiple identifiers from fallback method ([78c498c](https://togithub.com/mkdocstrings/mkdocstrings/commit/78c498c4a6cfc33cc6ceab9829426bd64e518d44) by Timothée Mazzucotelli). [Issue mkdocstrings/autorefs#11](https://togithub.com/mkdocstrings/autorefs/issues/11), [PR #​350](https://togithub.com/mkdocstrings/mkdocstrings/pull/350) ### [`v0.16.2`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0162---2021-10-04) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.16.1...0.16.2) [Compare with 0.16.1](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.16.1...0.16.2) ##### Dependencies - Support `pymdown-extensions` v9.x ([0831343](https://togithub.com/mkdocstrings/mkdocstrings/commit/0831343aa8726ed785b17bba1c8d4adf49b46748) by Ofek Lev and [38b22ec](https://togithub.com/mkdocstrings/mkdocstrings/commit/38b22ec11cded4689115dafc43e16a1e8e40feda) by Timothée Mazzucotelli). ### [`v0.16.1`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0161---2021-09-23) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.16.0...0.16.1) [Compare with 0.16.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.16.0...0.16.1) ##### Bug Fixes - Fix ReadTheDocs "return" template ([598621b](https://togithub.com/mkdocstrings/mkdocstrings/commit/598621bff29d2aeda0e14f350cda36c1a1f418d5) by Timothée Mazzucotelli). ### [`v0.16.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0160---2021-09-20) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.15.2...0.16.0) [Compare with 0.15.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.15.0...0.16.0) ##### Features - Add a rendering option to change the sorting of members ([b1fff8b](https://togithub.com/mkdocstrings/mkdocstrings/commit/b1fff8b8ef4d6d77417fc43ed8be4b578d6437e4) by Joe Rickerby). [Issue #​114](https://togithub.com/mkdocstrings/mkdocstrings/issues/114), [PR #​274](https://togithub.com/mkdocstrings/mkdocstrings/pull/274) - Add option to show Python base classes ([436f550](https://togithub.com/mkdocstrings/mkdocstrings/commit/436f5504ad72ab6d1f5b4303e6b68bc84562c32b) by Brian Koropoff). [Issue #​269](https://togithub.com/mkdocstrings/mkdocstrings/issues/269), [PR #​297](https://togithub.com/mkdocstrings/mkdocstrings/pull/297) - Support loading external Python inventories in Sphinx format ([a8418cb](https://togithub.com/mkdocstrings/mkdocstrings/commit/a8418cb4c6193d35cdc72508b118a712cf0334e1) by Oleh Prypin). [PR #​287](https://togithub.com/mkdocstrings/mkdocstrings/pull/287) - Support loading external inventories and linking to them ([8b675f4](https://togithub.com/mkdocstrings/mkdocstrings/commit/8b675f4671f8bbfd2f337ed043e3682b0a0ad0f6) by Oleh Prypin). [PR #​277](https://togithub.com/mkdocstrings/mkdocstrings/pull/277) - Very basic support for MkDocs theme ([974ca90](https://togithub.com/mkdocstrings/mkdocstrings/commit/974ca9010efca1b8279767faf8efcd2470a8371d) by Oleh Prypin). [PR #​272](https://togithub.com/mkdocstrings/mkdocstrings/pull/272) - Generate objects inventory ([14ed959](https://togithub.com/mkdocstrings/mkdocstrings/commit/14ed959860a784a835cd71f911081f2026d66c81) and [bbd85a9](https://togithub.com/mkdocstrings/mkdocstrings/commit/bbd85a92fa70bddfe10a907a4d63b8daf0810cb2) by Timothée Mazzucotelli). [Issue #​251](https://togithub.com/mkdocstrings/mkdocstrings/issues/251), [PR #​253](https://togithub.com/mkdocstrings/mkdocstrings/pull/253) ##### Bug Fixes - Don't render empty code blocks for missing type annotations ([d2e9e1e](https://togithub.com/mkdocstrings/mkdocstrings/commit/d2e9e1ef3cf304081b07f763843a9722bf9b117e) by Oleh Prypin). - Fix custom handler not being used ([6dcf342](https://togithub.com/mkdocstrings/mkdocstrings/commit/6dcf342fb83b19e385d56d37235f2b23e8c8c767) by Timothée Mazzucotelli). [Issue #​259](https://togithub.com/mkdocstrings/mkdocstrings/issues/259), [PR #​263](https://togithub.com/mkdocstrings/mkdocstrings/pull/263) - Don't hide `setup_commands` errors ([92418c4](https://togithub.com/mkdocstrings/mkdocstrings/commit/92418c4b3e80b67d5116efa73931fc113daa60e9) by Gabriel Vîjială). [PR #​258](https://togithub.com/mkdocstrings/mkdocstrings/pull/258) ##### Code Refactoring - Move writing extra files to an earlier stage in the build ([3890ab5](https://togithub.com/mkdocstrings/mkdocstrings/commit/3890ab597692e56d7ece576c166373b66ff4e615) by Oleh Prypin). [PR #​275](https://togithub.com/mkdocstrings/mkdocstrings/pull/275)


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 4 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: poetry.lock
Creating virtualenv dotify-goMkGsqJ-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...

The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - mkdocstrings requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8

Because mkdocstrings (0.25.0) requires Python >=3.8
 and no versions of mkdocstrings match >0.25.0,<0.26.0, mkdocstrings is forbidden.
So, because dotify depends on mkdocstrings (^0.25.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mkdocstrings, a possible solution would be to set the `python` property to ">=3.8,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
stale[bot] commented 4 months ago

This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed.

stale[bot] commented 4 months ago

Closing the issue due to inactivity.

renovate[bot] commented 4 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.25.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.