From 3f85bd13a45fcc396ea9a2f12e19b16d43ad9860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:20:59 +0000 Subject: [PATCH] chore(deps): update pre-commit requirement from <4,>=3.8.0 to >=3.8.0,<5 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/v3.8.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3067ae2..15c7928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "numpy>=2.0.1,<3", "causaldata>=0.1.4,<0.2", "pystata>=0.0.1,<0.0.2", - "pre-commit>=3.8.0,<4", + "pre-commit>=3.8.0,<5", "ruff>=0.5.7,<0.7", "sqlfluff>=3.1.0,<4", "mdformat>=0.7.17,<0.8",