diff options
author | 2024-02-18 21:56:30 -0800 | |
---|---|---|
committer | 2024-02-18 21:56:30 -0800 | |
commit | a8b5b82191060d4c7a67ab9b9a147d295e7e82cd (patch) | |
tree | cd3f0a3543ec3b389a2063ecad034bf2796c7749 /pyproject.toml | |
parent | Merge pull request #1236 from python-discord/dependabot/pip/cryptography-42.0.2 (diff) | |
parent | Bump ruff from 0.2.1 to 0.2.2 (diff) |
Merge pull request #1237 from python-discord/dependabot/pip/ruff-0.2.2
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 f2a0a5da..b1190c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.18"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.1" taskipy = "1.12.2" -ruff = "0.2.1" +ruff = "0.2.2" [tool.poetry.group.lint.dependencies] pre-commit = "3.6.1" |