Bump the dev-dependencies group across 1 directory with 7 updates#45
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the dev-dependencies group across 1 directory with 7 updates#45dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dev-dependencies group with 7 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](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [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.10` | | [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` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) 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.10 - [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.10) 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 dependency-type: direct:development update-type: version-update:semver-patch 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
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 7 updates in the / directory:
5.29.1.202412075.29.1.202502081.13.01.15.08.3.48.3.53.1.23.2.00.8.30.9.100.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
pytestfrom 8.3.4 to 8.3.5Release notes
Sourced from pytest's releases.
Commits
b55ab2aPrepare release version 8.3.5e217726Added dedicated page about using types with pytest #12842 (#12963) (#13260)2fa3f83Add more resources and studies to flaky tests page in docs (#13250) (#13259)e5c2efeMerge pull request #13256 from webknjaz/maintenance/towncrier-bump (#13258)3419674Merge pull request #13187 from pytest-dev/patchback/backports/8.3.x/b4009b319...b75cfb1Add readline workaround for libedit (#13176)edbfff7doc: Clarify capturing .readouterr() return value (#13222) (#13225)2ebba00Merge pull request #13199 from jakkdl/tox_docs_no_fetch (#13200)eb6496bdoc: Change training to remote only (#13196) (#13197)78cf1f6ci: Bump build-and-inspect-python-package (#13188)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.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
0dfa810Bump 0.9.10 (#16556)9cd0cdeAssert that formatted code doesn't introduce any new unsupported syntax error...05a4c29print MDTEST_TEST_FILTER value in single-quotes (and escaped) (#16548)b3c884f[syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)6c14225[syntax-errors] Tuple unpacking inreturnandyieldbefore Python 3.8 (#1...0a627ef[red-knot] Never is callable and iterable. Arbitrary attributes can be access...a25be46Clarify that D417 only checks docstrings with an arguments section (#16494)ce0018cAddOsSystemsupport to mdtests (#16518)48f906eAdd tests for case-sensitive module resolution (#16517)ebd172e[red-knot] Several failing tests for generics (#16509)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