From 84c3f88705e061976f680ea31f75a3a7cafd2c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:03:45 +0000 Subject: [PATCH] Bump identify from 2.6.1 to 2.6.2 Bumps [identify](https://github.com/pre-commit/identify) from 2.6.1 to 2.6.2. - [Commits](https://github.com/pre-commit/identify/compare/v2.6.1...v2.6.2) --- 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 c8d0e31..8aa915e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ filelock==3.16.1 # via # tox # virtualenv -identify==2.6.1 +identify==2.6.2 # via pre-commit iniconfig==2.0.0 # via pytest