Skip to content

Commit 9e61baf

Browse files
chore(pip): update ruff requirement from ~=0.4.4 to ~=0.4.7 (#533)
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@v0.4.4...v0.4.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4eca91e commit 9e61baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest>=6
33
pytest-mock>=3.5
44
mypy>=0.910
55
pyright>=1.1.290
6-
ruff~=0.4.4
6+
ruff~=0.4.7
77
pre-commit>=2.15.0
88
msgpack>=1.0.5
99
numpy>=1.24

0 commit comments

Comments
 (0)