Skip to content

Commit 65fb086

Browse files
build(deps): bump the test-and-lint-dependencies group with 3 updates (#975)
Bumps the test-and-lint-dependencies group with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [ruff](https://github.com/astral-sh/ruff) and [zizmor](https://github.com/woodruffw/zizmor). Updates `coverage` from 7.6.12 to 7.7.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.12...7.7.0) Updates `ruff` from 0.9.10 to 0.11.0 - [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.9.10...0.11.0) Updates `zizmor` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/woodruffw/zizmor/releases) - [Changelog](https://github.com/woodruffw/zizmor/blob/main/docs/release-notes.md) - [Commits](zizmorcore/zizmor@v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-and-lint-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-and-lint-dependencies - dependency-name: zizmor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-and-lint-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2f8663 commit 65fb086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mypy==1.15.0
2-
ruff==0.9.10
3-
zizmor==1.4.1
2+
ruff==0.11.0
3+
zizmor==1.5.1

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# additional test tools
2-
coverage==7.6.12
2+
coverage==7.7.0

0 commit comments

Comments
 (0)