diff options
author | 2023-10-17 05:45:44 +0000 | |
---|---|---|
committer | 2023-10-17 05:45:44 +0000 | |
commit | aef5d9fcd757a3b7cf4a7025b5dbf48fb2dcbe6e (patch) | |
tree | 2aac128733d50b3d349951e6e00f3a27f914772c /pyproject.toml | |
parent | Merge pull request #1125 from python-discord/dependabot/pip/pre-commit-3.5.0 (diff) |
Bump ruff from 0.0.292 to 0.1.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.292...v0.1.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 3d6b4970..1db6789d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.12"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" taskipy = "1.12.0" -ruff = "0.0.292" +ruff = "0.1.0" [tool.poetry.group.lint.dependencies] pre-commit = "3.5.0" |