aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-24 20:21:50 -0700
committerGravatar GitHub <[email protected]>2024-03-24 20:21:50 -0700
commit340768a4ade3e58c9efe1a6117f1dbbf141f2ee2 (patch)
tree795905a30a4ce5d08400187a95a8c0622f4c1ddd /pyproject.toml
parentBump ruff from 0.3.2 to 0.3.3 (#191) (diff)
Bump pre-commit from 3.6.2 to 3.7.0 (#194)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fb04690..fdd7209 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.*"
-pre-commit = "3.6.2"
+pre-commit = "3.7.0"
ruff = "0.3.3"
taskipy = "1.12.2"