Skip to content

Commit ba38ccd

Browse files
chore(deps-dev): update ruff requirement from ~=0.11.11 to ~=0.11.12 (#1131)
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.11.11...0.11.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 617ba6c commit ba38ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit = "~=4.2"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"
13-
ruff = "~=0.11.11"
13+
ruff = "~=0.11.12"
1414
tox = "~=4.26"
1515
types-python-dateutil = "~=2.9"
1616

0 commit comments

Comments
 (0)