diff options
author | 2023-03-24 17:30:21 +0000 | |
---|---|---|
committer | 2023-03-24 17:30:21 +0000 | |
commit | aade5636ef4e487491b3b36f986fdfed9b490263 (patch) | |
tree | ffae94c13994705065fbd73bb13336be71883787 | |
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>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 437a06e4d..e5cac79c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1373,14 +1373,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.1.1" +version = "3.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.1.1-py2.py3-none-any.whl", hash = "sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"}, - {file = "pre_commit-3.1.1.tar.gz", hash = "sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"}, + {file = "pre_commit-3.2.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, + {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, ] [package.dependencies] @@ -2440,4 +2440,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "2d3a027d954326fcde58b1f5fa0db197dbbfd57ac799ff393e58cb3bc5bb008b" +content-hash = "5f63b3a89c3b2078fdc3556844b0656f72b8bd7bbe868342e2df8579583e3637" 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" |