From cbdd69076faf6781e526f691e0196ac6f7f8a6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:20:08 +0000 Subject: [PATCH] Update pre-commit requirement from ^2.5.1 to ^3.6.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v2.5.1...v3.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ca6443..c4737ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ black = "^19.10b0" pytest = "^5.4.3" flake8 = "^3.8.3" pytest-mock = "^3.1.1" -pre-commit = "^2.5.1" +pre-commit = "^3.6.0" responses = "^0.10.15" pytest-cov = "^2.10.0"