Skip to content

Commit 0365153

Browse files
chore(deps): Update ruff requirement from ==0.14.* to ==0.15.* (#363)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.14.0...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82de8b2 commit 0365153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-xdist == 3.*
55
twine == 5.*
66
mypy == 1.*
77
black == 25.*
8-
ruff == 0.14.*
8+
ruff == 0.15.*
99
moto[s3,sts] == 5.*
1010
pipgrip == 0.11.*
1111
types-pyyaml == 6.*

0 commit comments

Comments
 (0)