From 331779f2d3299d0561aba6db5421cfc233204899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:08:03 -0300 Subject: [PATCH] chore(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 (#156) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Mansueli --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 74317e8e..12a58de2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -990,13 +990,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.4.0" +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.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, - {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, + {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] @@ -1962,4 +1962,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6099a484edda832d95939dc73ef1215f190da720ad2cc8ee0505e7e9b95fdece" +content-hash = "4561cf4e3ae68ab38ee4d40803260c75630261c5ba80ecef3f3b897e65de9d07" diff --git a/pyproject.toml b/pyproject.toml index d8acc183..7feee931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python-dateutil = "^2.8.2" python-semantic-release = "^9.1.1" black = "^23.10.0" isort = "^5.12.0" -pre-commit = "^3.4.0" +pre-commit = "^3.5.0" pytest = "^7.4.3" pytest-asyncio = "^0.21.0" pytest-cov = "^4.1.0"