From b3b7d0d58028ea5f3a29cfb7168a5db449b8845f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:40:07 +0000 Subject: [PATCH] build: bump identify from 2.6.0 to 2.6.1 Bumps [identify](https://github.com/pre-commit/identify) from 2.6.0 to 2.6.1. - [Commits](https://github.com/pre-commit/identify/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7aabb3d1..ba7f740a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.43 # via rocm-docs-core (pyproject.toml) -identify==2.6.0 +identify==2.6.1 # via pre-commit idna==3.8 # via requests