forked from ethereum/staking-deposit-cli
-
Notifications
You must be signed in to change notification settings - Fork 34
Bump the pip-deps group with 4 updates #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Bumps the pip-deps group with 4 updates: [coverage](https://github.com/nedbat/coveragepy), [rpds-py](https://github.com/crate-py/rpds), [typing-extensions](https://github.com/python/typing_extensions) and [ruff](https://github.com/astral-sh/ruff). Updates `coverage` from 7.9.1 to 7.9.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.1...7.9.2) Updates `rpds-py` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.25.1...v0.26.0) Updates `typing-extensions` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.0...4.14.1) Updates `ruff` from 0.12.1 to 0.12.2 - [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.12.1...0.12.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: rpds-py dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: typing-extensions dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <support@github.com>
|
Test Coverage: Download HTML Report |
valefar-on-discord
approved these changes
Jul 8, 2025
Collaborator
valefar-on-discord
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
run-tests
Request tests to run on the CI
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 pip-deps group with 4 updates: coverage, rpds-py, typing-extensions and ruff.
Updates
coveragefrom 7.9.1 to 7.9.2Changelog
Sourced from coverage's changelog.
Commits
6e77492docs: oops, beta 3b24cf7edocs: sample HTML for 7.9.235305c3docs: prep for 7.9.29a8d9b6docs: add pull request link88dcaa2fix: assume a missing line number is intra-line. #1991678ec80build: use pyenv for nightly builds. Thanks, Paul Timminsa3d00d5build: workflow jobs should have names279310achore: bump the action-dependencies group with 2 updates (#1988)614dfbffix: enable measuring test coverage for Python archive (.par) files (#1984)42bf82cchore: bump the action-dependencies group with 2 updates (#1985)Updates
rpds-pyfrom 0.25.1 to 0.26.0Release notes
Sourced from rpds-py's releases.
Commits
ff9278fTag a release.d2f69efUpdate requirements.58ee607Merge pull request #146 from edgarrmondragon/136-require-maturin-1.9-pep6395433ab6Require maturin>=1.9.0 to ensure support for PEP 6397557e53Merge pull request #144 from crate-py/dependabot/github_actions/github/codeql...d0963aeMerge pull request #145 from crate-py/dependabot/github_actions/astral-sh/set...513ec22Bump astral-sh/setup-uv from 6.3.0 to 6.3.1cbb4277Bump github/codeql-action from 3.29.0 to 3.29.225123e9Merge pull request #143 from crate-py/dependabot/github_actions/PyO3/maturin-...7a59bb7Merge pull request #142 from crate-py/dependabot/github_actions/astral-sh/set...Updates
typing-extensionsfrom 4.14.0 to 4.14.1Release notes
Sourced from typing-extensions's releases.
Changelog
Sourced from typing-extensions's changelog.
Commits
42027abPrepare release 4.14.1 (#620)59d2c20Fix off by one in pickle protocol tests (#618)40e22ebDo not use slots for_TypedDictSpecialForm(#616)d17c456allow TypedDict as a type argument (#614)Updates
rufffrom 0.12.1 to 0.12.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9bee837Bump 0.12.2 (#19126)1c6717bFilter private symbols from stubs if they are internal types (#19121)1b813cdFix description of theformat.skip-magic-trailing-commaexample (#19095)b00f68a[ruff] Allow morefieldcalls fromattrs(RUF009) (#19021)710c60f[flake8-pytest-style] Make example error out-of-the-box (PT023) (#19104)811e25d[flake8-pytest-style] Make example error out-of-the-box (PT030) (#19105)b78af2d[flake8-quotes] Make example error out-of-the-box (Q003) (#19106)4f36f06Document link betweenimport-outside-top-level (PLC0415)and `lint.flake8-t...2589a29[flake8-simplify] Make example error out-of-the-box (SIM113) (#19109)26bb8f7[flake8-simplify] Make example error out-of-the-box (SIM401) (#19110)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