diff options
| author | 2023-05-15 19:55:31 +0000 | |
|---|---|---|
| committer | 2023-05-15 19:55:31 +0000 | |
| commit | 0999ef47fb55e7e70cbbd9ae644c83e0f67b042d (patch) | |
| tree | c8f1703fac1224671ed06837e5f8eb6f4378ddc8 /pyproject.toml | |
| parent | build(deps): bump pydis-core from 9.5.1 to 9.6.0 (#58) (diff) | |
build(deps-dev): bump ruff from 0.0.265 to 0.0.267 (#59)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267)
---
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 6429a2a..e5e13da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ jishaku = "2.5.1" black = "23.3.0" isort = "5.12.0" taskipy = "1.10.4" -ruff = "0.0.265" +ruff = "0.0.267" pre-commit = "3.3.1" |