From 4846d3eefdde68bb00c559236ab28613089806ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:56:23 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 40b2387..b905e04 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,7 +20,7 @@ filelock==3.13.1 # via # pytest-mypy # virtualenv -identify==2.6.0 +identify==2.6.1 # via pre-commit iniconfig==2.0.0 # via pytest