diff options
author | 2024-03-22 12:58:53 +0000 | |
---|---|---|
committer | 2024-03-22 12:58:53 +0000 | |
commit | 613ef2cb15c1dbbefc30dabf29fe2a7143501fe8 (patch) | |
tree | cca330de640b3ec585bc322d1ad58121b4d3f4e9 /pyproject.toml | |
parent | Bump rapidfuzz from 3.6.1 to 3.6.2 (#2945) (diff) |
Bump ruff from 0.3.3 to 0.3.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.4.
- [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.3...v0.3.4)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 c549556fc..c4cfe0a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "8.1.1" pytest-cov = "4.1.0" pytest-subtests = "0.12.1" pytest-xdist = "3.5.0" -ruff = "0.3.3" +ruff = "0.3.4" taskipy = "1.12.2" |