Bump the patch group with 6 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 3
(11 months ago)
(11 months ago)
(11 months ago)
by llucax
part:tooling type:tech-debt part:dispatcher
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
codecsdeprecation 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
<fooand Python 3.14.Release 3.8.1
Fixed
Changelog
Sourced from markdown's changelog.
[3.8.2] - 2025-06-19
Fixed
- Fix
codecsdeprecation 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
<fooand 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
abbrextension by introducing methodcreate_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_listontoc(#1493).- Ensure
md_in_htmlprocesses content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions (#1503).md_in_htmlhandle tags within inline code blocks better (#1075).md_in_htmlfix handling of one-liner block HTML handling (#1074).- Ensure
<center>is treated like a block-level element (#1481).- Ensure that
abbrextension respectsAtomicStringand does not process perceived abbreviations in these strings (#1512).- Ensure
smartyextension correctly renders nested closing quotes (#1514).[3.7.0] - 2024-08-16
Changed
Refactor
abbrExtensionA new
AbbrTreeprocessorhas been introduced, which replaces the now deprecatedAbbrInlineProcessor. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (#1460).The
AbbrPreprocessorclass has been renamed toAbbrBlockprocessor, which
... (truncated)
Commits
d9c8431Bump version to 3.8.29980cb5Fixes for Python 3.143561310Properly document version specification.3bb9d42Update documentation for release process3870f20Bump version to 3.8.18207214Ensure incomplete markup declaration in raw HTML doesn't crash parser.64a3c0fFix HTML handling of\</>f2b9fd1Ensuremd_in_htmldoes not drop content513de8aUpdate 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
Commits
3c4424dchore: Prepare release 1.16.12d57740ffix: 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
mikeversions 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 toprotoc -I.What's Changed
- Clear release notes by
@llucaxin frequenz-floss/frequenz-repo-config-python#405- Fix typos in documentation by
@llucaxin frequenz-floss/frequenz-repo-config-python#416- setuptools: Fix passing empty include paths by
@llucaxin frequenz-floss/frequenz-repo-config-python#418- Fix missing comparison for equal versions by
@llucaxin frequenz-floss/frequenz-repo-config-python#415Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5
Commits
0da3bdbFix missing comparison for equal versions (#415)5fb428bPrepare release notes for the v0.13.5 release15c1a4eFix semver version regex escaping of.64d8b8cFix missing comparison for equal versionsf93e20fsetuptools: Fix passing empty include paths (#418)735bd98Add release notesef1733aClean comma-separated include paths in grpc_tools6aff099Do not convert array of paths to a string1b3c39cFix typos in documentation (#416)3b81b2bFix typos in documentation- Additional commits viewable in compare view
Updates mypy from 1.16.0 to 1.16.1
Commits
68b8fa0Bump version to 1.16.1e253edeSingle underscore is not a sunder (#19273)9fb5ff6Fix properties with setters after deleters (#19248)c20fd78Handle assignment of bound methods in class bodies (#19233)c86480cTighten metaclass call handling in protocols (#19191)cb3c6ecFix crash on partial type used as context (#19216)c39f5e7[mypyc] Fixing condition for handling user-defined del (#19188)0a4f284Fix crash on invalid property inside its own body (#19208)9b079f6Bump version to 1.16.1+dev- See full diff in compare view
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
--withdependencies (#14340)- Drop trailing slashes when converting index URL from URL (#14346)
- Ignore
UV_PYTHON_CACHE_DIRwhen empty (#14336)- Fix error message ordering for
pyvenv.cfgversion 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 | shInstall 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
0.7.16
Release Notes
... (truncated)
Changelog
Sourced from uv's changelog.
0.7.17
Bug fixes
- Apply build constraints when resolving
--withdependencies (#14340)- Drop trailing slashes when converting index URL from URL (#14346)
- Ignore
UV_PYTHON_CACHE_DIRwhen empty (#14336)- Fix error message ordering for
pyvenv.cfgversion conflict (#14329)0.7.16
Python
- Add Python 3.14.0b3
See the
python-build-standalonerelease 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
/simplecomponent (#14251)0.7.15
Enhancements
- Consistently use
Ordering::Relaxedfor standalone atomic use cases (#14190)
... (truncated)
Commits
41c218aBump version to 0.7.17 (#14347)734b228Drop trailing slashes when converting index URL from URL (#14346)f9d3f8eFix error message ordering forpyvenv.cfgversion conflict (#14329)ec18f48Fix typo (#14341)0cfbdceIgnoreUV_PYTHON_CACHE_DIRwhen empty (#14336)608a102Update the Python query cache comment (#14330)692667cUse the canonicalImplementationName->&strimplementation (#14337)db14cc3Sync latest Python releases (#14339)731689eApply build constraints when resolving--withdependencies (#14340)b6b7409Bump version to 0.7.16 (#14334)- Additional commits viewable in compare view
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
mikeversions 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 toprotoc -I.What's Changed
- Clear release notes by
@llucaxin frequenz-floss/frequenz-repo-config-python#405- Fix typos in documentation by
@llucaxin frequenz-floss/frequenz-repo-config-python#416- setuptools: Fix passing empty include paths by
@llucaxin frequenz-floss/frequenz-repo-config-python#418- Fix missing comparison for equal versions by
@llucaxin frequenz-floss/frequenz-repo-config-python#415Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5
Commits
0da3bdbFix missing comparison for equal versions (#415)5fb428bPrepare release notes for the v0.13.5 release15c1a4eFix semver version regex escaping of.64d8b8cFix missing comparison for equal versionsf93e20fsetuptools: Fix passing empty include paths (#418)735bd98Add release notesef1733aClean comma-separated include paths in grpc_tools6aff099Do not convert array of paths to a string1b3c39cFix typos in documentation (#416)3b81b2bFix 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 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
Pull Request Statistics
1
1
+8
-8
Package Dependencies
Technical Details
| ID: | 2635581 |
| UUID: | 2631257394 |
| Node ID: | PR_kwDOLWfGeM6c1c0y |
| Host: | GitHub |
| Repository: | frequenz-floss/frequenz-dispatch-python |
| Merge State: | Unknown |