Bump the optional group with 5 updates#215
Merged
tiyash-basu-frequenz merged 1 commit intov0.x.xfrom Mar 11, 2024
Merged
Conversation
Bumps the optional group with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.10` | `9.5.13` | | [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.8.0` | `0.9.1` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.0.3` | `3.1.0` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.8.0` | `0.9.1` | Updates `mkdocs-material` from 9.5.10 to 9.5.13 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.10...9.5.13) Updates `frequenz-repo-config[api]` from 0.8.0 to 0.9.1 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.8.0...v0.9.1) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) Updates `pylint` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.0.3...v3.1.0) Updates `frequenz-repo-config[extra-lint-examples]` from 0.8.0 to 0.9.1 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: frequenz-repo-config[api] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional ... Signed-off-by: dependabot[bot] <support@github.com>
tiyash-basu-frequenz
approved these changes
Mar 11, 2024
Contributor
|
You updated repo-conf from 0.8 to 0.9 here, but that also requires further changes when you checkout the release notes: https://github.com/frequenz-floss/frequenz-repo-config-python/releases/tag/v0.9.0 |
Contributor
|
Damn. I will submit the changes in a PR in a bit. I also suggest we remove repo-config from dependabot. This is more of a hassle than help at this point, especially since the tests work, but the release notes require more changes. |
Contributor
|
PR created: #218 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the optional group with 5 updates:
9.5.109.5.130.8.00.9.11.8.01.9.03.0.33.1.00.8.00.9.1Updates
mkdocs-materialfrom 9.5.10 to 9.5.13Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
6ace043Updated changelog36e9cffPrepare 9.5.13 releasec7de6efDocumentation (#6873)dc808caUpdated dependencies63de275Extended info plugin's validation message4478522Added validation of paths to the info plugin819e209Added projects plugin handling in the info plugin79129d5Added exclusion logic for info plugin64a8b6aChanged info plugin to store more platform information712bc1cFixed info plugin to gather all files recursivelyUpdates
frequenz-repo-config[api]from 0.8.0 to 0.9.1Release notes
Sourced from frequenz-repo-config[api]'s releases.
... (truncated)
Commits
b3925caClean up release notes for 0.9.1 (#232)ae48810Clean up release notes for 0.9.1fb2851aInitialize repos to version 0.9.1 (#231)1498b05Initialize repos to version 0.9.1017b18eClear release notes (#228)4ca01acClear release notes3e198cePrepare release notes for v0.9.0 (#227)665c447Remove placeholder from RELEASE_NOTES.md9545f59Add summary to release notes3258f97Remove conflict markers from RELEASE_NOTES.mdUpdates
mypyfrom 1.8.0 to 1.9.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
5ff46f8Remove +dev.155909a[Release 1.9] Unsupport targetting 3.7. (#16883) (#16900)6615cab[Release 1.9] Stubtest: ignore a new protocol dunder (#16895) (#16899)b956e6astubtest: Private parameters can be omitted (#16507)ede0b20Bump ruff to 0.2.0 (#16870)7bdd61fstubgen: Fix crash on star unpack of TypeVarTuple (#16869)8c2ef9dUpdate hashes in sync-typeshed.py following recent typeshed sync0dd4b6fRevert use ofParamSpecforfunctools.wrapsdd12a2dRevert typeshed ctypes changed132999Revert sum literal integer change (#13961)Updates
pylintfrom 3.0.3 to 3.1.0Commits
053c2c3Bump pylint to 3.1.0, update changelogc954636Upgrade release documentation, and contributors.txt7300ed2Discover.pyifiles (#9241)9dbf3dfMerge maintenance 3.0.x into main following 3.0.4 release (#9459)28e89b0Remove changelog fragments pertaining to 3.0.44332ea1Merge branch 'maintenance/3.0.x' into main following 3.0.4 release8115381Bump pylint to 3.0.4, update changelog (#9458)4bf3524[false-negative] Fix for consider-using-min/max-builtin (#9127)8c24b1e[pre-commit.ci] pre-commit autoupdate (#9448)f499686Update astroid version to 3.1.0 (#9457)Updates
frequenz-repo-config[extra-lint-examples]from 0.8.0 to 0.9.1Release notes
Sourced from frequenz-repo-config[extra-lint-examples]'s releases.
... (truncated)
Commits
b3925caClean up release notes for 0.9.1 (#232)ae48810Clean up release notes for 0.9.1fb2851aInitialize repos to version 0.9.1 (#231)1498b05Initialize repos to version 0.9.1017b18eClear release notes (#228)4ca01acClear release notes3e198cePrepare release notes for v0.9.0 (#227)665c447Remove placeholder from RELEASE_NOTES.md9545f59Add summary to release notes3258f97Remove conflict markers from RELEASE_NOTES.mdDependabot 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