diff options
| author | 2024-04-20 13:23:40 +0100 | |
|---|---|---|
| committer | 2024-04-20 13:23:40 +0100 | |
| commit | 0d823089b97f0ea85259298c7553901b5c5e6310 (patch) | |
| tree | c8cda5f343f6da4157e7b7bce081b663dcc6a61f /pyproject.toml | |
| parent | Bump regex from 2023.12.25 to 2024.4.16 (#3020) (diff) | |
Bump ruff from 0.3.7 to 0.4.1 (#3025)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.1.
- [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.7...v0.4.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 1dbb17962..ead1133ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "8.1.1" pytest-cov = "5.0.0" pytest-subtests = "0.12.1" pytest-xdist = "3.5.0" -ruff = "0.3.7" +ruff = "0.4.1" taskipy = "1.12.2" |