aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-10-15 22:58:22 -0700
committerGravatar GitHub <[email protected]>2023-10-15 22:58:22 -0700
commitbabb33cf90ffcf9b2527f20ade3a6f0f9de3b595 (patch)
treeb9f9914ca6dd257934ec348fada7e162632ea0ec /pyproject.toml
parentMerge pull request #1124 from python-discord/dependabot/pip/whitenoise-6.6.0 (diff)
parentBump pre-commit from 3.4.0 to 3.5.0 (diff)
Merge pull request #1125 from python-discord/dependabot/pip/pre-commit-3.5.0
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 0a3547ca..3d6b4970 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ taskipy = "1.12.0"
ruff = "0.0.292"
[tool.poetry.group.lint.dependencies]
-pre-commit = "3.4.0"
+pre-commit = "3.5.0"
[tool.poetry.group.test.dependencies]
coverage = "7.3.2"