From 731739cd2441adf0e03e84b8f2123ecee81e6364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 05:52:41 +0000 Subject: [PATCH] Bump identify from 2.5.31 to 2.5.33 Bumps [identify](https://github.com/pre-commit/identify) from 2.5.31 to 2.5.33. - [Commits](https://github.com/pre-commit/identify/compare/v2.5.31...v2.5.33) --- updated-dependencies: - dependency-name: identify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6aa3ceb..5a03b23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ filelock==3.13.1 # via virtualenv flake8==6.1.0 # via template-python-project (pyproject.toml) -identify==2.5.31 +identify==2.5.33 # via pre-commit importlib-metadata==6.8.0 # via build