Skip to content

Commit b59e905

Browse files
chore(deps): update poetry (major) (#1963)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mkdocstrings](https://redirect.github.com/mkdocstrings/mkdocstrings) ([changelog](https://mkdocstrings.github.io/changelog)) | `0.30.1` -> `1.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/mkdocstrings/1.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mkdocstrings/0.30.1/1.0.0?slim=true) | | pytest-splunk-addon-ui-smartx | `5.4.1` -> `6.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-splunk-addon-ui-smartx/6.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-splunk-addon-ui-smartx/5.4.1/6.0.0?slim=true) | --- ### Release Notes <details> <summary>mkdocstrings/mkdocstrings (mkdocstrings)</summary> ### [`v1.0.0`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#100---2025-11-27) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0) <small>[Compare with 0.30.1](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0)</small> ##### Breaking Changes - `BaseHandler.name`: *Attribute value was changed*: `''` -> unset - `BaseHandler.domain`: *Attribute value was changed*: `''` -> unset - `BaseHandler.fallback_config`: *Public object was removed* - `BaseHandler.__init__(args)`: *Parameter was removed* - `BaseHandler.__init__(kwargs)`: *Parameter was removed* - `BaseHandler.__init__(theme)`: *Parameter was added as required* - `BaseHandler.__init__(custom_templates)`: *Parameter was added as required* - `BaseHandler.__init__(mdx)`: *Parameter was added as required* - `BaseHandler.__init__(mdx_config)`: *Parameter was added as required* - `BaseHandler.update_env(args)`: *Parameter was removed* - `BaseHandler.update_env(kwargs)`: *Parameter was removed* - `BaseHandler.update_env(config)`: *Parameter was added as required* - `Handlers.get_anchors`: *Public object was removed* (import from `mkdocstrings` directly) - `mkdocstrings.plugin`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.loggers`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.inventory`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.extension`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.handlers`: *Public module was removed* (import from `mkdocstrings` directly) ##### Code Refactoring - Remove deprecated code before v1 ([de34044](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/de34044a02b45250e215af0f969dca581dfb82c5) by Timothée Mazzucotelli). - Expect Zensical to pass extension configuration instead of loading it again from YAML ([6b73d5a](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/6b73d5a2f455062ab6c68376c85adce6adc037a3) by Timothée Mazzucotelli). - Expose the Markdown extension, to make mkdocstrings compatible with Zensical ([6de2667](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/6de266759b79eb72cddd300e6a0a8576085fae40) by Timothée Mazzucotelli). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2 weeks on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/splunk/addonfactory-ucc-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 990d70a commit b59e905

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

poetry.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ validate = ["splunk-appinspect"]
6868
mkdocs = "^1.6.1"
6969
pytest = "^7.2.1"
7070
pytest-splunk-addon = "^6.0.0"
71-
pytest-splunk-addon-ui-smartx = "5.4.1"
71+
pytest-splunk-addon-ui-smartx = "6.0.0"
7272
pytest-rerunfailures = "^11.1.1"
7373
mkdocs-material = "^9.6.16"
7474
mkdocstrings = {version=">=0", extras=["python"]}

0 commit comments

Comments
 (0)