-
Notifications
You must be signed in to change notification settings - Fork 6
Bump the patch group with 6 updates #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
llucax
previously approved these changes
Jul 1, 2025
@dependabot rebase |
Looks like this PR is already up-to-date with v0.x.x! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8` | `3.8.2` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.11` | `1.16.12` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [uv](https://github.com/astral-sh/uv) | `0.7.9` | `0.7.17` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | Updates `markdown` from 3.8 to 3.8.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8...3.8.2) Updates `mkdocstrings-python` from 1.16.11 to 1.16.12 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.11...1.16.12) Updates `frequenz-repo-config[lib]` from 0.13.4 to 0.13.5 - [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.13.4...v0.13.5) Updates `mypy` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.16.1) Updates `uv` from 0.7.9 to 0.7.17 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.7.9...0.7.17) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.4 to 0.13.5 - [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.13.4...v0.13.5) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 1.16.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
26435c6
to
de18c2a
Compare
llucax
approved these changes
Jul 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
part:dispatcher
Affects the high-level dispatcher interface
part:tooling
Affects the development tooling (CI, deployment, dependency management, etc.)
type:tech-debt
Improves the project without visible changes for users
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 patch group with 6 updates:
3.8
3.8.2
1.16.11
1.16.12
0.13.4
0.13.5
1.16.0
1.16.1
0.7.9
0.7.17
0.13.4
0.13.5
Updates
markdown
from 3.8 to 3.8.2Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
d9c8431
Bump version to 3.8.29980cb5
Fixes for Python 3.143561310
Properly document version specification.3bb9d42
Update documentation for release process3870f20
Bump version to 3.8.18207214
Ensure incomplete markup declaration in raw HTML doesn't crash parser.64a3c0f
Fix HTML handling of\</>
f2b9fd1
Ensuremd_in_html
does not drop content513de8a
Update pypa/gh-action-pypi-publish to v1.12.4Updates
mkdocstrings-python
from 1.16.11 to 1.16.12Release notes
Sourced from mkdocstrings-python's releases.
Changelog
Sourced from mkdocstrings-python's changelog.
Commits
3c4424d
chore: Prepare release 1.16.12d57740f
fix: Only replace CSS class in first highlighting spanUpdates
frequenz-repo-config[lib]
from 0.13.4 to 0.13.5Release notes
Sourced from frequenz-repo-config[lib]'s releases.
Commits
0da3bdb
Fix missing comparison for equal versions (#415)5fb428b
Prepare release notes for the v0.13.5 release15c1a4e
Fix semver version regex escaping of.
64d8b8c
Fix missing comparison for equal versionsf93e20f
setuptools: Fix passing empty include paths (#418)735bd98
Add release notesef1733a
Clean comma-separated include paths in grpc_tools6aff099
Do not convert array of paths to a string1b3c39c
Fix typos in documentation (#416)3b81b2b
Fix typos in documentationUpdates
mypy
from 1.16.0 to 1.16.1Commits
68b8fa0
Bump version to 1.16.1e253ede
Single underscore is not a sunder (#19273)9fb5ff6
Fix properties with setters after deleters (#19248)c20fd78
Handle assignment of bound methods in class bodies (#19233)c86480c
Tighten metaclass call handling in protocols (#19191)cb3c6ec
Fix crash on partial type used as context (#19216)c39f5e7
[mypyc] Fixing condition for handling user-defined del (#19188)0a4f284
Fix crash on invalid property inside its own body (#19208)9b079f6
Bump version to 1.16.1+devUpdates
uv
from 0.7.9 to 0.7.17Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
... (truncated)
Commits
41c218a
Bump version to 0.7.17 (#14347)734b228
Drop trailing slashes when converting index URL from URL (#14346)f9d3f8e
Fix error message ordering forpyvenv.cfg
version conflict (#14329)ec18f48
Fix typo (#14341)0cfbdce
IgnoreUV_PYTHON_CACHE_DIR
when empty (#14336)608a102
Update the Python query cache comment (#14330)692667c
Use the canonicalImplementationName
->&str
implementation (#14337)db14cc3
Sync latest Python releases (#14339)731689e
Apply build constraints when resolving--with
dependencies (#14340)b6b7409
Bump version to 0.7.16 (#14334)Updates
frequenz-repo-config[extra-lint-examples]
from 0.13.4 to 0.13.5Release notes
Sourced from frequenz-repo-config[extra-lint-examples]'s releases.
Commits
0da3bdb
Fix missing comparison for equal versions (#415)5fb428b
Prepare release notes for the v0.13.5 release15c1a4e
Fix semver version regex escaping of.
64d8b8c
Fix missing comparison for equal versionsf93e20f
setuptools: Fix passing empty include paths (#418)735bd98
Add release notesef1733a
Clean comma-separated include paths in grpc_tools6aff099
Do not convert array of paths to a string1b3c39c
Fix typos in documentation (#416)3b81b2b
Fix typos in documentationDependabot 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 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