diff options
author | 2023-03-24 17:30:21 +0000 | |
---|---|---|
committer | 2023-03-24 17:30:21 +0000 | |
commit | aade5636ef4e487491b3b36f986fdfed9b490263 (patch) | |
tree | ffae94c13994705065fbd73bb13336be71883787 /pyproject.toml | |
parent | Bump pydantic from 1.10.6 to 1.10.7 (#2481) (diff) |
Bump pre-commit from 3.1.1 to 3.2.0 (#2479)
Co-authored-by: dependabot[bot] <49699333+dependabot[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 07406f3fe..ec3ca4777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ flake8-tidy-imports = "4.8.0" flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" -pre-commit = "3.1.1" +pre-commit = "3.2.0" pip-licenses = "4.1.0" pytest = "7.2.2" pytest-cov = "4.0.0" |