diff options
author | 2024-01-22 16:14:00 +0100 | |
---|---|---|
committer | 2024-01-22 16:14:00 +0100 | |
commit | be5d503c603389c4ffcadd9013b67e5491639b95 (patch) | |
tree | aa40232f35a2316c768f1e541745febd5765a0ed /pyproject.toml | |
parent | Bump resource limits that are close to being hit (diff) |
Bump ruff from 0.1.13 to 0.1.14 (#176)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14.
- [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.13...v0.1.14)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
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 51f6ce6..d41fa77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "3.11.*" pre-commit = "3.6.0" -ruff = "0.1.13" +ruff = "0.1.14" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] |