Skip to content

Commit 185ba83

Browse files
build(deps-dev): bump ruff from 0.15.22 to 0.16.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.3. - [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.22...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 066628e commit 185ba83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev = [
6060
"mypy==2.3.0",
6161
"pre-commit==4.6.1",
6262
"pytest-mock==3.15.1",
63-
"ruff==0.15.22",
63+
"ruff==0.16.3",
6464
"types-PyYAML==6.0.12.20260724",
6565
"types-requests==2.33.0.20260712",
6666
"types-urllib3==1.26.25.14",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mypy==2.3.0
33
pre-commit==4.6.1
44
pytest-mock==3.15.1
5-
ruff==0.15.22
5+
ruff==0.16.3
66
types-PyYAML==6.0.12.20260724
77
types-requests==2.33.0.20260712
88
types-urllib3==1.26.25.14

0 commit comments

Comments
 (0)