Skip to content

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 1 commit into from
Jul 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps the patch group with 6 updates:

Package From To
markdown 3.8 3.8.2
mkdocstrings-python 1.16.11 1.16.12
frequenz-repo-config[lib] 0.13.4 0.13.5
mypy 1.16.0 1.16.1
uv 0.7.9 0.7.17
frequenz-repo-config[extra-lint-examples] 0.13.4 0.13.5

Updates markdown from 3.8 to 3.8.2

Release notes

Sourced from markdown's releases.

Release 3.8.2

Fixed

  • Fix codecs deprecation in Python 3.14.
  • Fix issue with unclosed comment parsing in Python 3.14.
  • Fix issue with unclosed declarations in Python 3.14.
  • Fix issue with unclosed HTML tag <foo and Python 3.14.

Release 3.8.1

Fixed

  • Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534).
  • Fixed dropped content in md_in_html (#1526).
  • Fixed HTML handling corner case that prevented some content from not being rendered (#1528).
Changelog

Sourced from markdown's changelog.

[3.8.2] - 2025-06-19

Fixed

  • Fix codecs deprecation in Python 3.14.
  • Fix issue with unclosed comment parsing in Python 3.14.
  • Fix issue with unclosed declarations in Python 3.14.
  • Fix issue with unclosed HTML tag <foo and Python 3.14.

[3.8.1] - 2025-06-18

Fixed

  • Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534).
  • Fixed dropped content in md_in_html (#1526).
  • Fixed HTML handling corner case that prevented some content from not being rendered (#1528).

[3.8.0] - 2025-04-09

Changed

  • DRY fix in abbr extension by introducing method create_element (#1483).
  • Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.
  • Improved performance of the raw HTML post-processor (#1510).

Fixed

  • Backslash Unescape IDs set via attr_list on toc (#1493).
  • Ensure md_in_html processes content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions (#1503).
  • md_in_html handle tags within inline code blocks better (#1075).
  • md_in_html fix handling of one-liner block HTML handling (#1074).
  • Ensure <center> is treated like a block-level element (#1481).
  • Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings (#1512).
  • Ensure smarty extension correctly renders nested closing quotes (#1514).

[3.7.0] - 2024-08-16

Changed

  • Refactor abbr Extension

    A new AbbrTreeprocessor has been introduced, which replaces the now deprecated AbbrInlineProcessor. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (#1460).

    The AbbrPreprocessor class has been renamed to AbbrBlockprocessor, which

... (truncated)

Commits
  • d9c8431 Bump version to 3.8.2
  • 9980cb5 Fixes for Python 3.14
  • 3561310 Properly document version specification.
  • 3bb9d42 Update documentation for release process
  • 3870f20 Bump version to 3.8.1
  • 8207214 Ensure incomplete markup declaration in raw HTML doesn't crash parser.
  • 64a3c0f Fix HTML handling of \</>
  • f2b9fd1 Ensure md_in_html does not drop content
  • 513de8a Update pypa/gh-action-pypi-publish to v1.12.4
  • See full diff in compare view

Updates mkdocstrings-python from 1.16.11 to 1.16.12

Release notes

Sourced from mkdocstrings-python's releases.

1.16.12

1.16.12 - 2025-06-03

Compare with 1.16.11

Bug Fixes

  • Only replace CSS class in first highlighting span (d57740f by Timothée Mazzucotelli). Issue-281
Changelog

Sourced from mkdocstrings-python's changelog.

1.16.12 - 2025-06-03

Compare with 1.16.11

Bug Fixes

  • Only replace CSS class in first highlighting span (d57740f by Timothée Mazzucotelli). Issue-281
Commits
  • 3c4424d chore: Prepare release 1.16.12
  • d57740f fix: Only replace CSS class in first highlighting span
  • See full diff in compare view

Updates frequenz-repo-config[lib] from 0.13.4 to 0.13.5

Release notes

Sourced from frequenz-repo-config[lib]'s releases.

v0.13.5

Frequenz Repository Configuration Release Notes

Bug Fixes

  • Fixed some typos in the docs.

  • Fixed wrong comparison for mike versions when versions were equal.

  • Fixed version regex escaping of .. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.

  • setuptools.grpc_tools: Fix wrong passing of include paths when passed via:

    • Command-line: Now extra white-spaces and empty strings are removed, before they were passed to protoc -I.
    • pyproject.toml: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to protoc -I.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.4...v0.13.5

Commits
  • 0da3bdb Fix missing comparison for equal versions (#415)
  • 5fb428b Prepare release notes for the v0.13.5 release
  • 15c1a4e Fix semver version regex escaping of .
  • 64d8b8c Fix missing comparison for equal versions
  • f93e20f setuptools: Fix passing empty include paths (#418)
  • 735bd98 Add release notes
  • ef1733a Clean comma-separated include paths in grpc_tools
  • 6aff099 Do not convert array of paths to a string
  • 1b3c39c Fix typos in documentation (#416)
  • 3b81b2b Fix typos in documentation
  • Additional commits viewable in compare view

Updates mypy from 1.16.0 to 1.16.1

Commits

Updates uv from 0.7.9 to 0.7.17

Release notes

Sourced from uv's releases.

0.7.17

Release Notes

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

Install uv 0.7.17

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.17/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.17/uv-installer.ps1 | iex"

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.7.16

Release Notes

... (truncated)

Changelog

Sourced from uv's changelog.

0.7.17

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

0.7.16

Python

  • Add Python 3.14.0b3

See the python-build-standalone release notes for more details.

Enhancements

  • Include path or URL when failing to convert in lockfile (#14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#14008)

Preview features

  • Ensure preview default Python installs are upgradeable (#14261)

Performance

  • Share workspace cache between lock and sync operations (#14321)

Bug fixes

  • Allow local indexes to reference remote files (#14294)
  • Avoid rendering desugared prefix matches in error messages (#14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#14288)
  • Normalize index URLs to remove trailing slash (#14245)
  • Respect URL-encoded credentials in redirect location (#14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#14174)

Documentation

  • Note that GCP Artifact Registry download URLs must have /simple component (#14251)

0.7.15

Enhancements

  • Consistently use Ordering::Relaxed for standalone atomic use cases (#14190)

... (truncated)

Commits

Updates frequenz-repo-config[extra-lint-examples] from 0.13.4 to 0.13.5

Release notes

Sourced from frequenz-repo-config[extra-lint-examples]'s releases.

v0.13.5

Frequenz Repository Configuration Release Notes

Bug Fixes

  • Fixed some typos in the docs.

  • Fixed wrong comparison for mike versions when versions were equal.

  • Fixed version regex escaping of .. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.

  • setuptools.grpc_tools: Fix wrong passing of include paths when passed via:

    • Command-line: Now extra white-spaces and empty strings are removed, before they were passed to protoc -I.
    • pyproject.toml: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to protoc -I.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.4...v0.13.5

Commits
  • 0da3bdb Fix missing comparison for equal versions (#415)
  • 5fb428b Prepare release notes for the v0.13.5 release
  • 15c1a4e Fix semver version regex escaping of .
  • 64d8b8c Fix missing comparison for equal versions
  • f93e20f setuptools: Fix passing empty include paths (#418)
  • 735bd98 Add release notes
  • ef1733a Clean comma-separated include paths in grpc_tools
  • 6aff099 Do not convert array of paths to a string
  • 1b3c39c Fix typos in documentation (#416)
  • 3b81b2b Fix typos in documentation
  • Additional commits viewable in compare view

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 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

@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jul 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2025 07:33
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jul 1, 2025
@github-actions github-actions bot added the part:dispatcher Affects the high-level dispatcher interface label Jul 1, 2025
llucax
llucax previously approved these changes Jul 1, 2025
@llucax llucax enabled auto-merge July 1, 2025 09:20
@llucax
Copy link
Contributor

llucax commented Jul 1, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

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.

@llucax
Copy link
Contributor

llucax commented Jul 1, 2025

@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>
@dependabot dependabot bot force-pushed the dependabot/pip/patch-cc75b2152c branch from 26435c6 to de18c2a Compare July 1, 2025 09:54
@llucax llucax added this pull request to the merge queue Jul 1, 2025
Merged via the queue into v0.x.x with commit ab62c06 Jul 1, 2025
6 checks passed
@llucax llucax deleted the dependabot/pip/patch-cc75b2152c branch July 1, 2025 10:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant