Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 657ba7c

Browse files
authoredJan 31, 2025··
chore(deps-dev): update ruff requirement from ~=0.9.3 to ~=0.9.4
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.9.3...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5201fd commit 657ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit = "~=4.1"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"
13-
ruff = "~=0.9.3"
13+
ruff = "~=0.9.4"
1414
tox = "~=4.24"
1515
types-python-dateutil = "~=2.9"
1616

0 commit comments

Comments
 (0)
Please sign in to comment.