diff options
| author | 2023-04-12 14:27:42 +0000 | |
|---|---|---|
| committer | 2023-04-12 14:27:42 +0000 | |
| commit | dea1873adfe96cfde4c309e83671f191240342ab (patch) | |
| tree | 844ad5a5c65e9544cd2a7b153781bed1cfb7dd53 /pyproject.toml | |
| parent | Merge pull request #2524 from python-discord/fix_alert_message_logging (diff) | |
Bump ruff from 0.0.260 to 0.0.261 (#2532)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.261.
- [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.260...v0.0.261)
---
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 dc6520391..fc7f59535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest = "7.3.0" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" -ruff = "0.0.260" +ruff = "0.0.261" taskipy = "1.10.4" |