pip: bump the pip-updates group across 1 directory with 5 updates#1357
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
pip: bump the pip-updates group across 1 directory with 5 updates#1357dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Updates the requirements on [kopf](https://github.com/nolar/kopf), [multidict](https://github.com/aio-libs/multidict), [pycparser](https://github.com/eliben/pycparser), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `kopf` from 1.40.0 to 1.43.0 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.40.0...1.43.0) Updates `multidict` from 6.7.0 to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.7.0...v6.7.1) Updates `pycparser` from 2.23 to 3.0 - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](eliben/pycparser@release_v2.23...release_v3.00) Updates `ruff` to 0.15.1 - [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.14.10...0.15.1) Updates `black` to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) --- updated-dependencies: - dependency-name: kopf dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:production dependency-group: pip-updates - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:production dependency-group: pip-updates ... 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.
Updates the requirements on kopf, multidict, pycparser, ruff and black to permit the latest version.
Updates
kopffrom 1.40.0 to 1.43.0Release notes
Sourced from kopf's releases.
... (truncated)
Commits
b0ab4e0Merge pull request #1210 from nolar/uve3b3871Switch to uv for python/venv management (only in CI)52189e5Update docker image versions in docsbaf4148Merge pull request #1251 from nolar/uv-docsf56c5f6Document installation using uv49019ffMerge pull request #1250 from nolar/canonical-urlseaa3dfcMerge pull request #1249 from nolar/aiohttp-min-versionfe87a5fAdd the canonical rels to docs heads (for google & other search engines)4f6dc36Require aiohttp>=3.11.0 for proxy support (released ~Nov'24)8bd35aaMerge pull request #1248 from nolar/trackable-docsUpdates
multidictfrom 6.7.0 to 6.7.1Release notes
Sourced from multidict's releases.
Changelog
Sourced from multidict's changelog.
Commits
39d3c32Release 6.7.1 (#1289)77bb95eFix memory leak caused by identity when default value is inplace (#1284)87dd4a4Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 (#1287)6c76412Bump actions/cache from 4 to 5 (#1275)b91a033Bump actions/upload-artifact from 4 to 6 (#1277)84bf82cBump psutil from 7.1.3 to 7.2.1 (#1279)3f7b3ceBump pypa/cibuildwheel from 3.3.0 to 3.3.1 (#1280)bbae902Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 (#1274)000b5b0Remove follow_untyped_imports for mypy-sphinx (#1286)3d2d630Bump actions/download-artifact from 6 to 7 (#1276)Updates
pycparserfrom 2.23 to 3.0Release notes
Sourced from pycparser's releases.
Commits
77de509Prepare for release 3.00e57ccd1Update README230e12ddisable uv caching in CI9c52f40Update CI to run make check+test via uvx6b8f064Use dataclass where applicable; add 'make test' to Makefile25376cbUse f-strings instead of older formatting in other auxiliary files9bd8997Use f-strings instead of older formatting in core code + tests664eac2Modernize some code with pattern matching842f064Add type annotations to more examples076f374Add types to several exmaplesUpdates
ruffto 0.15.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a2f11d2Prepare for 0.15.1 (#23253)d29628eRemove docker-run-action (#23254)8a04266[ty] Allow discovering dependencies in system Python environments (#22994)55d06c8Ensure pending suppression diagnostics are reported (#23242)d056a9f[isort] support for configurable import section heading comments (#23151)e22fa4f[ty] Fix method calls on subclasses ofAny(#23248)fa56c15[ty] Fix bound method access onNone(#23246)4fd07d0Make range suppression test snapshot actually useful (#23251)8c63bce[ty] Include conditional symbols (likedatetime.UTC) in auto-import in more...46be943Exclude WASM artifacts from GitHub releases (#23221)Updates
blackto 26.1.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
6305bf1Prepare 2026.1.0 release (#4892)e71305bBump pypa/cibuildwheel from 3.3.0 to 3.3.1 (#4961)21a2a8cFix Shutdown multiprocessing Manager in schedule_formatting (#4952)e3146ceBump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#4919)fe1fbc4Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#4923)2b4b7fcBump actions/download-artifact from 6.0.0 to 7.0.0 (#4922)d745be6docs: document --force-exclude for pre-commit workflows (#4957)b41acd6Various CI and doc refactors (#4928)6f43612Handle pathspec v1 changes (#4958)200c550Bump furo from 2025.9.25 to 2025.12.19 in /docs (#4933)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 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