pip: bump the pip-updates group across 1 directory with 6 updates - #325
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [idna](https://github.com/kjd/idna), [multidict](https://github.com/aio-libs/multidict), [propcache](https://github.com/aio-libs/propcache), [yarl](https://github.com/aio-libs/yarl), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `idna` from 3.19 to 3.20 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.19...v3.20) Updates `multidict` from 6.8.0 to 6.9.0 - [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.8.0...v6.9.0) Updates `propcache` from 0.5.2 to 0.5.4 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](aio-libs/propcache@v0.5.2...v0.5.4) Updates `yarl` from 1.24.5 to 1.25.1 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.24.5...v1.25.1) Updates `ruff` to 0.16.8 - [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.7...0.16.8) Updates `coverage` to 7.16.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.16.0...7.16.1) --- updated-dependencies: - dependency-name: idna dependency-version: '3.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: multidict dependency-version: 6.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: propcache dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: yarl dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:production dependency-group: pip-updates - dependency-name: coverage dependency-version: 7.16.1 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This branch has not been deployed
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 idna, multidict, propcache, yarl, ruff and coverage to permit the latest version.
Updates
idnafrom 3.19 to 3.20Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
d55e65eRelease 3.200c0824aPre-release 3.20rc0bd7c316Note Python 3.15 support in the 3.20 changelogb6cce85Merge pull request #276 from kjd/unicode-189a4bc59Update to Unicode 18.0.0dfab5a0Merge branch 'python-3.15'417c354Read the latest Unicode version from the DerivedAge.txt header instead of the...cd17392Merge pull request #274 from kjd/fix-decode-length-checkc5796d7Skip the decode round-trip check for domains past encode's length limitd6ee690Update to Python 3.15 release candidate in CI and add trove classifierUpdates
multidictfrom 6.8.0 to 6.9.0Release notes
Sourced from multidict's releases.
... (truncated)
Changelog
Sourced from multidict's changelog.
... (truncated)
Commits
087fbedUpdate CHANGE for the release fix PR (#1476)c715facStop installing hypothesis where its tests never run (#1475)e1ddc39Release 6.9.0 (#1474)a9aa239Speed up adding many values for the same key (#1466)684b085Disable pytest output capturing in the ASan/TSan CI jobs (#1472)255ad03Add bencmarks for setitem (#1471)72eadccSkip abstractmethods from coverage leaks report (#1470)445f9f9Drop dead code (#1469)f4218f8Build(deps): Bump actions/upload-artifact from 4 to 7 (#1468)838ebf7Bump to 6.9.0.dev0 (#1467)Updates
propcachefrom 0.5.2 to 0.5.4Release notes
Sourced from propcache's releases.
... (truncated)
Changelog
Sourced from propcache's changelog.
... (truncated)
Commits
cc9882fRelease 0.5.4 (#303)4ea72dbPass extra build flags through CPPFLAGS so wheels keep -O3 (#302)98b92bcBump version to 0.5.4.dev0 (#301)d7b6afaRelease 0.5.3 (#298)36b96a5Skip in-build wheel tests off-tag (#300)e514a4fDrop the deprecated license classifier (#299)3447e83Makeunder_cached_propertyandcached_propertysafe for free-threading (#...19f4e0e[pre-commit.ci] pre-commit autoupdate (#264)fe44b45Discussion should be in GH Org (#217)c48781aBump astral-sh/setup-uv from 10.0.1 to 10.1.0 (#296)Updates
yarlfrom 1.24.5 to 1.25.1Release notes
Sourced from yarl's releases.
... (truncated)
Changelog
Sourced from yarl's changelog.
... (truncated)
Commits
604eb6dRelease 1.25.1 (#1907)467b48eSkip the in-build test run for riscv64 wheels (#1906)3dc4b26Release 1.25.0 (#1905)7f07a89Write escapes for ignored characters directly in the pure Python unquoter (#1...a27544bWrite escapes for ignored characters directly in the C unquoter (#1902)1868daeReject non-ASCII ignore characters in the unquoters (#1903)4a243c1Reject ignore characters the unquoters decode anyway (#1900)e1c4d5dRemove unused constants from the quoting modules (#1901)c239085Add public query_to_pairs with max_fields and encoding (#1899)ce45762Speed up the pure Python unquoter for long and escape heavy strings (#1889)Updates
ruffto 0.16.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
62914c4Bump version to 0.16.8 (#28648)c47e0cd[ty] Bound aliased intersection expansion during inference (#28546)ff4747brenovate: update uv hashes correctly with setup-uv (#28621)94efeaa[ty] Compact reachable binding and declaration histories (#28349)50020fb[ty] Avoid storing constraint nodes twice (#28375)446bb68[ty] Compare bound-method receivers before signatures (#28384)304ab86[flake8-type-checking] Prefer lazy imports overTYPE_CHECKINGon 3.15+ (`...d940b24[ty] Watch script dependencies in CLI watch mode (#28125)fe9f065[flake8-tidy-imports] Addextend-banned-api(#28644)31131db[ty] Supporttype[A & B](#27124)Updates
coverageto 7.16.1Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
ccbb992docs: prep for 7.16.10697cccchore: make upgrade12f3595chore: bump docker/setup-qemu-action in the action-dependencies group (#2280)35b58d3fix: CoverageData.update() can be called twice on an in-memory database. #227992e1ce9chore: bump the action-dependencies group with 4 updates (#2278)bf07310build: quote var expansion (actionlint SC2086)3c434f5quality: use shellcheck-py to get shellcheck in GitHub CI632f397build: use .txt instead of .pip, even though it's a stupid extensionffc6a4atest: only run diff-cover on pull requests33553b3fix: exclude thecaseline when an irrefutable case body is excluded (#2269)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