aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-26 13:19:58 +0000
committerGravatar GitHub <[email protected]>2024-09-26 13:19:58 +0000
commitff44f2430731367bf1c967b4e2c6323346f321ce (patch)
tree070c8bde367f458c66d5e75de769b237de4259c8 /pyproject.toml
parentBump version to 2.8.0 (diff)
Bump ruff from 0.6.4 to 0.6.8dependabot/pip/ruff-0.6.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.6.8. - [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/0.6.4...0.6.8) --- 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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 00460b8..8fdc4fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ asyncpg = "0.29.0"
[tool.poetry.dev-dependencies]
pre-commit = "3.8.0"
-ruff = "0.6.4"
+ruff = "0.6.8"
[build-system]
requires = ["poetry>=0.12"]