diff options
author | 2024-05-30 23:45:26 +0000 | |
---|---|---|
committer | 2024-05-30 23:45:26 +0000 | |
commit | 6856963a23a995a9b69b085fabb848a23646d23b (patch) | |
tree | a085541144252820042f40141fa728cf085bb7f5 /pyproject.toml | |
parent | Bump rapidfuzz from 3.9.1 to 3.9.2 (#1543) (diff) |
Bump ruff from 0.4.5 to 0.4.6 (#1541)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.6.
- [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.4.5...v0.4.6)
---
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 3bc66e79..239900c6 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.1" python-dotenv = "1.0.1" -ruff = "0.4.5" +ruff = "0.4.6" taskipy = "1.12.2" [tool.taskipy.tasks] |