diff options
author | 2024-04-02 19:44:49 +0100 | |
---|---|---|
committer | 2024-04-02 19:44:49 +0100 | |
commit | a70ad816199a3e3a59d7db8e060e24c4c8e9ff88 (patch) | |
tree | bd024ea80c503e22a03821052a70b1c6da8f44a1 /pyproject.toml | |
parent | Set elidable on RunPython operations in migrations (diff) | |
parent | Merge pull request #1279 from python-discord/add-test-case-drf-3.15-regression (diff) |
Merge branch 'main' into set-elidable-on-run-python-operations-in-migrations
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 760ec819..964f03eb 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.3.4" +ruff = "0.3.5" [tool.poetry.group.lint.dependencies] pre-commit = "3.7.0" |