Bump the dev-dependencies group across 1 directory with 6 updates#42
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the dev-dependencies group across 1 directory with 6 updates#42dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [types-protobuf](https://github.com/python/typeshed) | `5.29.1.20241207` | `5.29.1.20250208` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.15.0` | | [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) | `3.1.2` | `3.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.3` | `0.9.6` | | [brokrpc](https://github.com/zerlok/BrokRPC) | `0.2.3` | `0.2.5` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241230` | Updates `types-protobuf` from 5.29.1.20241207 to 5.29.1.20250208 - [Commits](https://github.com/python/typeshed/commits) Updates `mypy` from 1.13.0 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.15.0) Updates `pytest-mypy-plugins` from 3.1.2 to 3.2.0 - [Release notes](https://github.com/TypedDjango/pytest-mypy-plugins/releases) - [Changelog](https://github.com/typeddjango/pytest-mypy-plugins/blob/master/CHANGELOG.md) - [Commits](typeddjango/pytest-mypy-plugins@3.1.2...3.2.0) Updates `ruff` from 0.8.3 to 0.9.6 - [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.8.3...0.9.6) Updates `brokrpc` from 0.2.3 to 0.2.5 - [Release notes](https://github.com/zerlok/BrokRPC/releases) - [Commits](zerlok/BrokRPC@v0.2.3...v0.2.5) Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241230 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-mypy-plugins dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: brokrpc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #43. |
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 dev-dependencies group with 6 updates in the / directory:
5.29.1.202412075.29.1.202502081.13.01.15.03.1.23.2.00.8.30.9.60.2.30.2.56.0.12.202409176.0.12.20241230Updates
types-protobuffrom 5.29.1.20241207 to 5.29.1.20250208Commits
Updates
mypyfrom 1.13.0 to 1.15.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
9397454remove +dev from version ahead of final release686b591remove "unreleased" from 1.15 changelog entrycb4b243Various small updates to 1.15 changelog (#18599)1a26502Prepare changelog for 1.15 release (#18583)d4515e4Fix a few PR links in the changelog (#18586)f83b643Add object self-type to tuple test fixture (#18592)ebc2cb8Prevent crash on generic NamedTuple with unresolved typevar bound (#18585)63c251eempty commit to trigger wheel rebuildc30573eFix literal context for ternary expressions (for real) (#18545)23d862dFix isinstance with explicit (non generic) type alias (#18512)Updates
pytest-mypy-pluginsfrom 3.1.2 to 3.2.0Release notes
Sourced from pytest-mypy-plugins's releases.
Changelog
Sourced from pytest-mypy-plugins's changelog.
Commits
ccbfce7Release 3.2.0 (#160)6bc5efeFix internal error (#154) (#156)c26355cTighten regex for output assertion parsing (#157)2a45fecWork-around pytest 8.3.0 renaming _TracebackStyle (#159)b9437c8Update test.ymlbb643e6Remove support for pytest 6.x (#151)3995a96Extract some code from yaml test item (#149)d000b4bDocument how to useassert_type(#148)Updates
rufffrom 0.8.3 to 0.9.6Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
524cf6eBump version to 0.9.6 (#16074)857cf0dRevert tailwindcss v4 update (#16075)0f1eb1eImprove migration document (#16072)b69eb90Fix reference definition labels for backtick-quoted shortcut links (#16035)d2f661fRUF009 should behave similar to B008 and ignore attributes with immutable typ...07cf885[pylint] Also report when the object isn't a literal (PLE1310) (#15985)c089896Update Rust crate rustc-hash to v2.1.1 (#16060)869a954Root exclusions in the server to project root (#16043)cc0a5ddDirectly includeSettingsstruct for the server (#16042)b54e390Update Rust crate clap to v4.5.28 (#16059)Updates
brokrpcfrom 0.2.3 to 0.2.5Release notes
Sourced from brokrpc's releases.
Commits
4ec3768Merge pull request #23 from zerlok/improve-type-checkingc8d5ff1patch versione95d7daMerge branch 'refs/heads/dependabot/pip/dev-dependencies-8b71d4ef98' into imp...794328fadddisallow_any_expr = trueffe9076adddisallow_any_explicit = true8005d72set mypy options explicitly42663fbBump the dev-dependencies group across 1 directory with 4 updatesab897d7fix typing in testsd016294add pydantic serializer9b52b31Merge pull request #19 from zerlok/dependabot/pip/yarl-1.18.3Updates
types-pyyamlfrom 6.0.12.20240917 to 6.0.12.20241230Commits
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