From b9dbfb032b7dc6bcc60d055447e9001c89e7a624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:19:26 +0000 Subject: [PATCH] [pip] Update pre-commit requirement from ~=3.5.0 to ~=3.6.2 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.5.0...v3.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9de53d7..252207f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ janus~=1.0.0 -pre-commit~=3.5.0 +pre-commit~=3.6.2 python-decouple~=3.8 scpi-protocol~=0.2.0 pydantic~=2.5.2