diff options
author | 2024-07-29 10:11:42 +0100 | |
---|---|---|
committer | 2024-07-29 10:11:42 +0100 | |
commit | 162b8bb7ecc54269b428480136a5a2ccc519b10b (patch) | |
tree | 7f9d07104766b8a30e597f0a2a32a12c686590da /pyproject.toml | |
parent | Also reflect ghcr pull secret to modmail namespace (diff) |
Update dependency pre-commit to v3.8.0 (#434)
| datasource | package | from | to |
| ---------- | ---------- | ----- | ----- |
| pypi | pre-commit | 3.7.1 | 3.8.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 15241c8..6c0c4b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = ">3.11,<4.0" -pre-commit = "3.7.1" +pre-commit = "3.8.0" ruff = "0.5.5" taskipy = "1.13.0" |