Skip to content

Commit c648963

Browse files
chore(deps-dev): update ruff requirement in the dev-dependencies group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.13 - [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.12...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 469aab7 commit c648963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=25.2 # GHSA-4xh5-x5gv-qwph: usar versión corregida disponible en ejecutores de CI
22
pytest
33
pytest-cov>=7
4-
ruff>=0.15.12
4+
ruff>=0.15.13
55
mypy>=2.1.0
66
coveralls
77
tomli

0 commit comments

Comments
 (0)