diff options
| author | 2023-06-12 12:11:05 +0100 | |
|---|---|---|
| committer | 2023-06-12 12:11:05 +0100 | |
| commit | 7a4ab83dfef0706c4ac2369ae6cc064f12a8c0c5 (patch) | |
| tree | d2fb966edfc5964f79addb45ecb3a2214c9d4987 /pyproject.toml | |
| parent | Bump pydis-core from 9.6.0 to 9.7.0 (#1297) (diff) | |
Bump ruff from 0.0.270 to 0.0.272 (#1295)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.270 to 0.0.272.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.270...v0.0.272)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
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 f3595da4..99e9b484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ isort = "5.12.0" pip-licenses = "4.3.2" pre-commit = "3.3.2" python-dotenv = "1.0.0" -ruff = "0.0.270" +ruff = "0.0.272" taskipy = "1.11.0" [tool.taskipy.tasks] |