diff options
| author | 2024-04-14 11:23:27 +0000 | |
|---|---|---|
| committer | 2024-04-14 11:23:27 +0000 | |
| commit | 2f2bd16a7846fee90ea7969330c835e8679acd39 (patch) | |
| tree | ffe20f81af7bf63f44310f6603d6d3ee36ece951 /pyproject.toml | |
| parent | Bump rapidfuzz from 3.7.0 to 3.8.1 (#1508) (diff) | |
Bump ruff from 0.3.5 to 0.3.7 (#1511)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.5...v0.3.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 45c0974b..de8474a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pydantic-settings = "2.2.1" pip-licenses = "4.4.0" pre-commit = "3.7.0" python-dotenv = "1.0.1" -ruff = "0.3.5" +ruff = "0.3.7" taskipy = "1.12.2" [tool.taskipy.tasks] |