diff options
author | 2023-08-18 05:07:51 +0000 | |
---|---|---|
committer | 2023-08-18 05:07:51 +0000 | |
commit | a61128373f6279ffde9fdabcc17e0f8fd474d662 (patch) | |
tree | 9fb3c8750633d03e1eda7bd46643564f93f2f871 /pyproject.toml | |
parent | Merge pull request #1073 from python-discord/dependabot/pip/coverage-7.3.0 (diff) |
Bump ruff from 0.0.284 to 0.0.285
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.0.285.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.284...v0.0.285)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1e2cb684..ca067559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.10"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" taskipy = "1.12.0" -ruff = "0.0.284" +ruff = "0.0.285" [tool.poetry.group.lint.dependencies] pre-commit = "3.3.3" |