diff options
author | 2024-04-22 02:59:22 +0000 | |
---|---|---|
committer | 2024-04-27 19:09:48 +0100 | |
commit | ab9015e983d13ef894d7d6f332aec2234ce61d36 (patch) | |
tree | ae77d85c8d6038d7dca358b735ea250288c5da21 /pyproject.toml | |
parent | Merge remote-tracking branch 'origin/update-onboarding-document' (diff) |
Bump ruff from 0.3.7 to 0.4.1
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:production
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 f5fb859..b336322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.7.0" -ruff = "0.3.7" +ruff = "0.4.2" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] |