From 70b965734f4ffac4fa0be8bbe9345125eee75c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 06:15:38 +0000 Subject: [PATCH] Update dependency identify to v2.6.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3b54ce..dc20517 100644 --- a/poetry.lock +++ b/poetry.lock @@ -187,13 +187,13 @@ typing = ["typing-extensions (>=4.12.2)"] [[package]] name = "identify" -version = "2.6.2" +version = "2.6.3" description = "File identification library for Python" optional = false python-versions = ">=3.9" files = [ - {file = "identify-2.6.2-py2.py3-none-any.whl", hash = "sha256:c097384259f49e372f4ea00a19719d95ae27dd5ff0fd77ad630aa891306b82f3"}, - {file = "identify-2.6.2.tar.gz", hash = "sha256:fab5c716c24d7a789775228823797296a2994b075fb6080ac83a102772a98cbd"}, + {file = "identify-2.6.3-py2.py3-none-any.whl", hash = "sha256:9edba65473324c2ea9684b1f944fe3191db3345e50b6d04571d10ed164f8d7bd"}, + {file = "identify-2.6.3.tar.gz", hash = "sha256:62f5dae9b5fef52c84cc188514e9ea4f3f636b1d8799ab5ebc475471f9e47a02"}, ] [package.extras] @@ -511,4 +511,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0b858e3d356ea8161c3c5ebc2cd39a095c30e1f30885433e6672d3846a2b4312" +content-hash = "02280d8b2d8c0aafef357b7e256d4d3f92515a63a2abcf9151925e21d8ce9052" diff --git a/pyproject.toml b/pyproject.toml index 2dc4c56..96131b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ charset-normalizer = "3.4.0" decorator = "5.1.1" distlib = "0.3.9" filelock = "3.16.1" -identify = "2.6.2" +identify = "2.6.3" idna = "3.10" importlib-metadata = "7.2.1" Markdown = "3.7"