diff options
| author | 2023-05-08 16:17:26 +0000 | |
|---|---|---|
| committer | 2023-05-08 16:17:26 +0000 | |
| commit | 7861205c1acd00961bb98c5d6b83f6c924394e26 (patch) | |
| tree | 3cc9bf926d6332a0158be750cc05203054f853d2 /pyproject.toml | |
| parent | Merge pull request #48 from shtlrs/bundle-workflows (diff) | |
build(deps-dev): bump ruff from 0.0.264 to 0.0.265 (#57)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.264 to 0.0.265.
- [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.264...v0.0.265)
---
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 5ad2d34..14a2068 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.264" +ruff = "0.0.265" pre-commit = "3.3.1" |