From 5b7f5f3c135f5304e2c2bc2e69d1c515e90b07c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:35:49 +0000 Subject: [PATCH] chore(deps-dev): Update pre-commit requirement from ==4.3.* to ==4.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/v4.3.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de2ea63..c3e0147 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ httpx==0.28.* # For FastAPI testing black==25.9.* flake8==7.3.* mypy==1.18.* -pre-commit==4.3.* +pre-commit==4.5.* # Type stubs types-requests==2.32.* \ No newline at end of file