diff options
| author | 2024-03-24 20:21:50 -0700 | |
|---|---|---|
| committer | 2024-03-24 20:21:50 -0700 | |
| commit | 340768a4ade3e58c9efe1a6117f1dbbf141f2ee2 (patch) | |
| tree | 795905a30a4ce5d08400187a95a8c0622f4c1ddd /pyproject.toml | |
| parent | Bump 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.toml | 2 |
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" |