frequenz-floss / frequenz-dispatch-python

High-level interface to dispatch API
https://frequenz-floss.github.io/frequenz-dispatch-python/
MIT License
0 stars 2 forks source link

Bump the optional group with 3 updates #20

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the optional group with 3 updates: mkdocs-material, mkdocstrings[python] and uv.

Updates mkdocs-material from 9.5.16 to 9.5.17

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.17

  • Updated Serbian translations
  • Fixed #7003: Confusing keyboard interaction for palette toggle
  • Fixed #7001: Blog posts now show time by default (9.5.16 regression)
  • Fixed edge case in backport of social plugin font loading logic
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)

  • Fixed social plugin crashing when no colors are specified in palettes

mkdocs-material-9.5.17 (2024-04-02)

  • Updated Serbian translations
  • Fixed #7003: Confusing keyboard interaction for palette toggle
  • Fixed #7001: Blog posts now show time by default (9.5.16 regression)
  • Fixed edge case in backport of social plugin font loading logic

mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31)

  • Fixed #6973: Escaping issue in tags extra files deprecation helper

mkdocs-material-9.5.16 (2024-03-31)

  • Updated Russian translations
  • Improved error handling and reporting in social plugin
  • Improved error handling and reporting in privacy plugin
  • Fixed blog plugin not allowing to use time in format strings
  • Fixed #6983: Social plugin crashes because of Google Fonts API change

mkdocs-material-9.5.15+insiders-4.53.3 (2024-03-23)

  • Added support for font variants in social plugin
  • Improved resilience of font resolution in social plugin
  • Fixed tag listing sometimes not being auto-populated
  • Fixed tag listing scope not being correctly resolved
  • Fixed #6941: Meta plugin adding duplicate entries
  • Fixed #6928: Social plugin crashes for some fonts

mkdocs-material-9.5.15 (2024-03-23)

  • Reverted fix for transparent iframes (9.5.14)
  • Fixed #6929: Interference of social plugin and auto dark mode
  • Fixed #6938: Giscus shows dark background in light mode (9.5.14 regression)

mkdocs-material-9.5.14+insiders-4.53.2 (2024-03-18)

  • Fixed abort on first non-matching configuration in preview extension
  • Fixed #6914: Meta files take precedence over front matter

mkdocs-material-9.5.14 (2024-03-18)

  • Added support for hiding versions from selector when using mike
  • Added init system to improve signal handling in Docker image
  • Fixed edge cases in exclusion logic of info plugin
  • Fixed inability to reset pipeline in search plugin
  • Fixed syntax error in Finnish translations

... (truncated)

Commits
  • 570161a Prepare 9.5.17 release
  • 78e93ac Improved keyboard interactions for palette toggle
  • a3655e8 Updated Serbian translations
  • 1041766 Fixed time sneaking into default post format string
  • e741f80 Documentation
  • 7e13ae6 Fix typos
  • 7d6d8d7 Updated slugify documentation
  • e71f00b Fixed backporting of social plugin font loading logic
  • See full diff in compare view


Updates mkdocstrings[python] from 0.24.1 to 0.24.2

Release notes

Sourced from mkdocstrings[python]'s releases.

0.24.2

0.24.2 - 2024-04-02

Compare with 0.24.1

Bug Fixes

Changelog

Sourced from mkdocstrings[python]'s changelog.

0.24.2 - 2024-04-02

Compare with 0.24.1

Bug Fixes

Commits
  • 7b9827c chore: Prepare release 0.24.2
  • 17bfc87 chore: Use PEP 440 versioning scheme for changelog
  • 024ac41 ci: Ignore mypy warning
  • c0d0090 fix: Support HTML toc labels with Python-Markdown 3.6+
  • ccbbbf1 chore: Template upgrade
  • 56cf7d5 docs: List VBA handler
  • 9e1bf62 docs: Fix link to Griffe extension
  • f071d5d chore: Switch to Copier UV template
  • 1a6955f docs: List mkdocstrings-typescript insiders project
  • eef46ae chore: Template upgrade
  • Additional commits viewable in compare view


Updates uv from 0.1.26 to 0.1.28

Release notes

Sourced from uv's releases.

0.1.28

Release Notes

Enhancements

  • Recursively resolve direct URL references upfront (#2684)

Performance

  • Populate the in-memory index when resolving lookahead URLs (#2761)

Bug fixes

  • Detect Fish via FISH_VERSION (#2781)
  • Exclude installed distributions with multiple versions from consideration in the resolver (#2779)
  • Resolve non-determistic behavior in preferences due to site-packages ordering (#2780)
  • Use canonical URL to key redirect map (#2764)
  • Use distribution database and index for all pre-resolution phases (#2766)
  • Fix uv self update on Linux (#2783)

Install uv 0.1.28

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.1.28

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS 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-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

... (truncated)

Changelog

Sourced from uv's changelog.

0.1.28

Enhancements

  • Recursively resolve direct URL references upfront (#2684)

Performance

  • Populate the in-memory index when resolving lookahead URLs (#2761)

Bug fixes

  • Detect Fish via FISH_VERSION (#2781)
  • Exclude installed distributions with multiple versions from consideration in the resolver (#2779)
  • Resolve non-determistic behavior in preferences due to site-packages ordering (#2780)
  • Use canonical URL to key redirect map (#2764)
  • Use distribution database and index for all pre-resolution phases (#2766)
  • Fix uv self update on Linux (#2783)

0.1.27

Enhancements

  • Add --exclude-editable support to pip-freeze (#2740)
  • Add pyproject.toml et al to list of prompted packages (#2746)
  • Consider installed packages during resolution (#2596)
  • Recursively allow URL requirements for local dependencies (#2702)

Configuration

  • Add UV_RESOLUTION environment variable for --resolution (#2720)

Bug fixes

  • Respect overrides in all direct-dependency iterators (#2742)
  • Respect subdirectories when reading static metadata (#2728)
Commits
  • 0046a0d Bump version to 0.1.28 (#2785)
  • 0382abe Bump cargo-dist to 0.13.0-prerelease.3 (#2783)
  • 03b709a Detect Fish via FISH_VERSION (#2781)
  • 1ac9672 Resolve non-determistic behavior in preferences due to site-packages ordering...
  • 119d753 Exclude installed distributions with multiple versions from consideration in ...
  • b73cfbb Use user_display for source tree error (#2768)
  • ccd457a Use distribution database and index for all pre-resolution phases (#2766)
  • dfdcce6 Split get_or_build_wheel_metadata into distinct methods (#2765)
  • f2c9e88 Populate the in-memory index when resolving lookahead URLs (#2761)
  • 999d653 Use canonical URL to key redirect map (#2764)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions