Skip to content

Commit 3991bef

Browse files
chore(deps-dev): bump ruff from 0.15.20 to 0.16.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 to 0.16.1. - [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.15.20...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d113e4 commit 3991bef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dev = [
7979
# (wired only into the test-windows job in ci.yml, scoped to the specific
8080
# error). Local/Linux/macOS runs never rerun, so real failures stay loud.
8181
"pytest-rerunfailures>=12.0",
82-
"ruff==0.15.20",
82+
"ruff==0.16.1",
8383
"psutil>=5.9",
8484
# Property-based testing — generates hundreds of random inputs per
8585
# test to find counterexamples the hand-written positive tests miss.
@@ -147,7 +147,7 @@ dev = [
147147
# (wired only into the test-windows job in ci.yml, scoped to the specific
148148
# error). Local/Linux/macOS runs never rerun, so real failures stay loud.
149149
"pytest-rerunfailures>=12.0",
150-
"ruff==0.15.20",
150+
"ruff==0.16.1",
151151
"psutil>=5.9",
152152
"hypothesis>=6.0",
153153
"pre-commit>=3.0",

0 commit comments

Comments
 (0)