From 6cc830f8055030232ebb761c30326faca285972b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:34:10 +0000 Subject: [PATCH] :arrow_up: Bump identify from 2.5.6 to 2.5.18 Bumps [identify](https://github.com/pre-commit/identify) from 2.5.6 to 2.5.18. - [Release notes](https://github.com/pre-commit/identify/releases) - [Commits](https://github.com/pre-commit/identify/compare/v2.5.6...v2.5.18) --- 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 eaefc96..34f61bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ filelock==3.8.0; python_version >= "3.7" fonttools==4.38.0; python_version >= "3.8" gitdb==4.0.9; python_version >= "3.7" gitpython==3.1.29; python_version >= "3.7" -identify==2.5.6; python_version >= "3.7" +identify==2.5.18; python_version >= "3.7" idna==3.4; python_version >= "3.7" and python_version < "4" imagesize==1.4.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" importlib-metadata==4.13.0; python_version >= "3.7"