aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-04-02 19:44:49 +0100
committerGravatar GitHub <[email protected]>2024-04-02 19:44:49 +0100
commita70ad816199a3e3a59d7db8e060e24c4c8e9ff88 (patch)
treebd024ea80c503e22a03821052a70b1c6da8f44a1 /pyproject.toml
parentSet elidable on RunPython operations in migrations (diff)
parentMerge 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.toml2
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"