From 08b3e4a70370ebf133eb0d019a7f9c522db61d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:54:11 +0000 Subject: [PATCH] requirement: bump identify from 2.6.2 to 2.6.3 Bumps [identify](https://github.com/pre-commit/identify) from 2.6.2 to 2.6.3. - [Commits](https://github.com/pre-commit/identify/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 9ef85ea244..2ac5e81f7d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -631,9 +631,9 @@ httpx==0.27.2 \ huey==2.5.2 \ --hash=sha256:df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f # via -r requirements/test.txt -identify==2.6.2 \ - --hash=sha256:c097384259f49e372f4ea00a19719d95ae27dd5ff0fd77ad630aa891306b82f3 \ - --hash=sha256:fab5c716c24d7a789775228823797296a2994b075fb6080ac83a102772a98cbd +identify==2.6.3 \ + --hash=sha256:62f5dae9b5fef52c84cc188514e9ea4f3f636b1d8799ab5ebc475471f9e47a02 \ + --hash=sha256:9edba65473324c2ea9684b1f944fe3191db3345e50b6d04571d10ed164f8d7bd # via pre-commit idna==3.10 \ --hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \