forked from ethereum/staking-deposit-cli
-
Notifications
You must be signed in to change notification settings - Fork 34
Bump the pip-deps group across 1 directory with 5 updates #387
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
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 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.24.0` | `4.25.0` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.17.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.0.0` | `1.1.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.3` | `0.12.7` | Updates `jsonschema` from 4.24.0 to 4.25.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.24.0...v4.25.0) Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) Updates `coverage` from 7.9.2 to 7.10.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.2...7.10.2) Updates `ruff` from 0.12.3 to 0.12.7 - [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.3...0.12.7) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: coverage dependency-version: 7.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.12.7 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 |
remyroy
approved these changes
Aug 4, 2025
Member
remyroy
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.
Seems good.
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 5 updates in the / directory:
4.24.04.25.01.16.11.17.11.0.01.1.07.9.27.10.20.12.30.12.7Updates
jsonschemafrom 4.24.0 to 4.25.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
Commits
9889f69Add the new functionality to the CHANGELOG.18855d0Merge pull request #1388 from jkowalleck/feat/validate_rfc3987_non-gpl/rfc398...1a6067fadjust rfc3987-syntax min-version6aadb8bAdd the fix to the CHANGELOG.785741eAdd a dependency group for our new test dependency.dc54734Add a uv.lock.b5572c9Merge pull request #1390 from kurtmckee/fix-json_path-str-rendering4cf45b9Feedback: Use jsonpath-ng to re-parse the rendered JSON path2680f6aFeedback: Make a compiled regex pattern private9a957d7Unambiguously quote and escape properties in JSON path renderingUpdates
mypyfrom 1.16.1 to 1.17.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
acb2983Bump version to 1.17.1933c913RetainNoneas constraints bottom if no bottoms were provided (#19485)5f4428fFix "ignored exception inhasattr" in dmypy (#19428)88fdeaaPrevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14fBump version to 1.17.1+dev0260991Update version string3901aa2Updates to 1.17 changelog (#19436)7d13396Initial changelog for 1.17 release (#19427)a182decCombine the revealed types of multiple iteration steps in a more robust manne...ab4fd57Improve the handling of "iteration dependent" errors and notes in finally cla...Updates
pytest-asynciofrom 1.0.0 to 1.1.0Release notes
Sourced from pytest-asyncio's releases.
Commits
ce06c07chore: Prepare release of v1.1.0.d9a8dccci: Workaround missing Tag annotation during release.d66e12f[pre-commit.ci] pre-commit autoupdate9e5e25fBuild(deps): Bump certifi in /dependencies/docs0e63423Build(deps): Bump hypothesis in /dependencies/defaultbd4551cBuild(deps): Bump ncipollo/release-action from 1.16.0 to 1.18.08e20305Build(deps): Bump hypothesis in /dependencies/defaultb7a8ab5Build(deps): Bump coverage from 7.9.1 to 7.9.2 in /dependencies/default8cc378dBuild(deps): Bump typing-extensions in /dependencies/defaultfb6bfbf[pre-commit.ci] pre-commit autoupdateUpdates
coveragefrom 7.9.2 to 7.10.2Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
a867852docs: sample HTML for 7.10.2e7bfabedocs: prep for 7.10.25dbd736test: this test often borks metacov, retry itb7430fadebug: more convenient run_trace.pye2039d0refactor: less redundancy in branch_trailsc177731fix: see through nop bytecodes to get the right arcs. #19997a83ab0test: don't try to make pth files when invoked from pth #20116d8b091refactor: remove a commented-out linefc507adtest: add a case for an extension-less Python file parse error05a6e8dtest: no need for skip, we already skip windowsUpdates
rufffrom 0.12.3 to 0.12.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c5ac998Bump 0.12.7 (#19627)04a8f64Revertlicenseandlicense-fileschanges inpyproject.toml(#19624)6e00adfBump 0.12.6 (#19622)864196bAddChecker::contextmethod, deduplicate Unicode checks (#19609)ae26fa0[flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)88a6799[ty] Add flow diagram for import resolution941be52[ty] Add comments to some core resolver functions13624ce[ty] Add missing ticks and use consistent quotingedb2f8e[ty] Reflow some long lines5e6ad84[ty] Unexport helper functionDependabot 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