diff options
author | 2025-03-05 18:43:00 +0100 | |
---|---|---|
committer | 2025-03-05 18:43:00 +0100 | |
commit | e127f4eb4ccfd431b66b730f3ae30f786aba64d4 (patch) | |
tree | 2804f258764b4ca8df4fd4b8dcfc2e1156593d9b /pyproject.toml | |
parent | Merge pull request #1477 from python-discord/dependabot/pip/django-filter-25.1 (diff) | |
parent | Bump ruff from 0.9.7 to 0.9.9 (diff) |
Merge pull request #1480 from python-discord/dependabot/pip/ruff-0.9.9
Bump ruff from 0.9.7 to 0.9.9
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 f789d53c..333405e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ whitenoise = "6.9.0" [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.1" taskipy = "1.14.1" -ruff = "0.9.7" +ruff = "0.9.9" [tool.poetry.group.lint.dependencies] pre-commit = "4.1.0" |