From aa796bd864700b9a0201a48001e4f55958bfa541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:37:07 +1300 Subject: [PATCH] build(deps-dev): bump pre-commit from 3.3.1 to 3.5.0 (#691) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.1...v3.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1780359c..a37220ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -864,13 +864,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.1" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, - {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1375,4 +1375,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "a051c63a3a4d7aaa0206dab525176b3fa18f7752093266fb81ab62892c45b70f" +content-hash = "0cffb8e0222e5026dfabd88a64846e3758faefb896c24682ba32c42e303dab75" diff --git a/pyproject.toml b/pyproject.toml index 64864deb..a87a6e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ isort = "^5.12.0" gitlint = "^0.19.1" mypy = "^1.6" pylint = "^3.0.2" -pre-commit = "^3.3.1" +pre-commit = "^3.5.0" mypy-boto3-s3 = "^1.28.19" pytest = "^7.4.3" pytest-dependency = "^0.5.1"