build(deps): bump the dependencies group across 1 directory with 5 updates - #593
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
…dates Bumps the dependencies group with 5 updates in the /misc/qt-updater directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.16.5` | `0.16.8` | | [ty](https://github.com/astral-sh/ty) | `0.0.75` | `0.0.82` | | [types-requests](https://github.com/python/typeshed) | `2.33.0.20260712` | `2.33.0.20260906` | | [idna](https://github.com/kjd/idna) | `3.19` | `3.20` | | [urllib3](https://github.com/urllib3/urllib3) | `2.7.0` | `2.8.0` | Updates `ruff` from 0.16.5 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.5...0.16.8) Updates `ty` from 0.0.75 to 0.0.82 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.75...0.0.82) Updates `types-requests` from 2.33.0.20260712 to 2.33.0.20260906 - [Commits](https://github.com/python/typeshed/commits) 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 `urllib3` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.7.0...2.8.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ty dependency-version: 0.0.82 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260906 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: idna dependency-version: '3.20' dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... 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 dependencies group with 5 updates in the /misc/qt-updater directory:
0.16.50.16.80.0.750.0.822.33.0.202607122.33.0.202609063.193.202.7.02.8.0Updates
rufffrom 0.16.5 to 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
tyfrom 0.0.75 to 0.0.82Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
6999edbBump version to 0.0.82 (#4547)69ee79cUpdate prek dependencies (#4534)9bbacccRemove accidental uv version constraint (#4537)edb7fabUpdate astral-sh/setup-uv action to v10.1.0 (#4535)bc531b1Update dependency prek to v0.4.14 (#4533)66d7e3frenovate: track uv versions/checksums with setup-uv (#4532)4edd772Bump version to 0.0.81 (#4528)8cfdd79Use paid GitHub-hosted runners for Linux (#4502)7fd8e15Bump version to 0.0.80 (#4501)c163f21Update dependency prek to v0.4.12 (#4494)Updates
types-requestsfrom 2.33.0.20260712 to 2.33.0.20260906Commits
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
urllib3from 2.7.0 to 2.8.0Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
b1d30abRelease 2.8.09016d7eSkiptest_read_chunked_with_trailing_data_does_not_hangfor brotlicffi (#5258)9101f58Fixnox -s docswarning (#5256)cd770b0Merge commit from forkea2ad7bMerge commit from fork0716e31Fix loading unencrypted client keys with a password in pyOpenSSL (#5255)43c68c8Test pickling ofInvalidChunkLength(#5247)308b279Share security policy between GitHub and Read the Docs (#5253)53fa073Add policy on duplicate pull requests (#5252)5f2a6a8Assert on the ALPN extension in test_tunnel_sets_http_11_alpn (#5232)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