Bump the minor group with 5 updates - #76
Merged
Merged
Conversation
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [cython](https://github.com/cython/cython) | `3.2.9` | `3.3.0` | | [prek](https://github.com/j178/prek) | `0.4.11` | `0.5.0` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `2.0.5` | `2.0.7` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.5` | | [zensical](https://github.com/zensical/zensical) | `0.0.51` | `0.0.57` | Updates `cython` from 3.2.9 to 3.3.0 - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@3.2.9...3.3.0) Updates `prek` from 0.4.11 to 0.5.0 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.11...v0.5.0) Updates `mkdocstrings-python` from 2.0.5 to 2.0.7 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.5...2.0.7) Updates `ruff` from 0.16.0 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.0...0.16.5) Updates `zensical` from 0.0.51 to 0.0.57 - [Release notes](https://github.com/zensical/zensical/releases) - [Commits](zensical/zensical@v0.0.51...v0.0.57) --- updated-dependencies: - dependency-name: cython dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: prek dependency-version: 0.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocstrings-python dependency-version: 2.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: zensical dependency-version: 0.0.57 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor group with 5 updates:
3.2.93.3.00.4.110.5.02.0.52.0.70.16.00.16.50.0.510.0.57Updates
cythonfrom 3.2.9 to 3.3.0Changelog
Sourced from cython's changelog.
... (truncated)
Commits
bcd04a2Update changelog.dd3ab0aPrepare release of 3.3.0.294caa8Fix use of PyState_RemoveModule on module init failure path (#7906)a5d566aBuild: Validate that all expected wheels were built.2dd996dBuild: Upgrade cibuildwheel.1b9e5ecUpdate changelog.148e945Avoid useless None checks in PyTypeTestNode. (GH-7904)82e4301Fix type checks for exception base types. (#7903)207f4a9Allow pipes in srctree tests (GH-7901)ef74612Update version for next release.Updates
prekfrom 0.4.11 to 0.5.0Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
... (truncated)
Commits
67f8535Bump version to 0.5.0 (#2631)4546befRemove legacyinit-template-dircommand (#2623)e63bd4bRemove hook marker schema 0 (#2622)8c433aeRemove config-tracking cache bootstrap (#2621)62ca460RemovePREK_MAX_CONCURRENCY(#2620)e2468eaRemove legacy update aliases (#2619)795c3a4Group run options in CLI help (#2629)b27eb6eDocument prek run architecture (#2630)7dd9aa9Avoid persisting docs workflow credentials (#2627)23815bdRemove the@builtingroup selector (#2628)Updates
mkdocstrings-pythonfrom 2.0.5 to 2.0.7Release notes
Sourced from mkdocstrings-python's releases.
Changelog
Sourced from mkdocstrings-python's changelog.
Commits
624974achore: Prepare release 2.0.784ba73efix: Don't render environment paths in source block labelsa025f49chore: Prepare release 2.0.63c782f5ci: Fix type-checking issuesbb49b15tests: Re-add griffe as dev-dep to run API checks4b38b6bfix: Don't pass unsupported options to Griffe parsers6ff2749fix: Increase stash key length from 1 to 20fa2d2echore: Update sponsors section in README (#332)Updates
rufffrom 0.16.0 to 0.16.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9e4938cBump 0.16.5 (#28110)aad0e90Allow rules without codes (#28049)5fdab73Update preview default rules and categories (#27877)29c8e5bDocument rule acceptance guidelines (#27910)50a4d7fDocument the new category selectors (#27906)ada8795Introduce category selectors (#27666)d894723[ty] Infer lambda parameters through callable type aliases (#28109)2685fde[ty] Narrow functional enum members in==andmatch(#28103)efcffd2[ty] Intersection simplifications with subtype-related generic specialization...eb78048[ty] Bump ecosystem-analyzer for HTML escaping (#28104)Updates
zensicalfrom 0.0.51 to 0.0.57Release notes
Sourced from zensical's releases.
... (truncated)
Commits
f18bb99chore: release v0.0.57325758ffix: update ui to v0.0.26b020159refactor: increase max header size to 8kb (#875)7372e5bfix: support pymdownx blocks in markdown exec (#871)ab17429chore: release v0.0.56e6c56cerefactor: report invalid autorefs underinvalid_linksvalidation setting9973ac9fix: regression reporting unresolved references (#866)b60354cchore: release v0.0.55b53048erefactor: revert code blocks to TOML 1.0 (#860)7fe9b24Merge pull request #862 from zensical/fix/reference-extractorDependabot 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 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