diff options
author | 2024-02-02 12:52:52 +0000 | |
---|---|---|
committer | 2024-02-02 12:52:52 +0000 | |
commit | 110d730f9030d5c0541e46bf776387ad6ffba875 (patch) | |
tree | ef28a50a33fd856119eb1a4187fddef200bb8269 /pyproject.toml | |
parent | Bump emoji from 2.10.0 to 2.10.1 (#2906) (diff) |
Bump ruff from 0.1.15 to 0.2.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0.
- [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.1.15...v0.2.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 62f71bac0..fa91b1ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "8.0.0" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.5.0" -ruff = "0.1.15" +ruff = "0.2.0" taskipy = "1.12.2" |