From 4e74a0b64d797de2022ae1797c01109fc9e0c7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 20:31:21 +0000 Subject: [PATCH] Bump identify from 2.6.7 to 2.6.8 Bumps [identify](https://github.com/pre-commit/identify) from 2.6.7 to 2.6.8. - [Commits](https://github.com/pre-commit/identify/compare/v2.6.7...v2.6.8) --- updated-dependencies: - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 334fe3f..facff6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -579,13 +579,13 @@ files = [ [[package]] name = "identify" -version = "2.6.7" +version = "2.6.8" description = "File identification library for Python" optional = false python-versions = ">=3.9" files = [ - {file = "identify-2.6.7-py2.py3-none-any.whl", hash = "sha256:155931cb617a401807b09ecec6635d6c692d180090a1cedca8ef7d58ba5b6aa0"}, - {file = "identify-2.6.7.tar.gz", hash = "sha256:3fa266b42eba321ee0b2bb0936a6a6b9e36a1351cbb69055b3082f4193035684"}, + {file = "identify-2.6.8-py2.py3-none-any.whl", hash = "sha256:83657f0f766a3c8d0eaea16d4ef42494b39b34629a4b3192a9d020d349b3e255"}, + {file = "identify-2.6.8.tar.gz", hash = "sha256:61491417ea2c0c5c670484fd8abbb34de34cdae1e5f39a73ee65e48e4bb663fc"}, ] [package.extras] @@ -1663,4 +1663,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ef14348b17b8cf9624907cd72b89fda98d7f01d786e85c4403b5ef88893a8d6b" +content-hash = "0531585ce4031437753bc22a82e2441ce39bbdbf0ff3fea6c922e980d9e787a7" diff --git a/pyproject.toml b/pyproject.toml index 87696d0..e9e7f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ werkzeug = "^3.1.3" requests = "^2.32.3" identity = "^0.9.2" python-dotenv = "^1.0.1" -identify = "^2.6.7" +identify = "^2.6.8" flask-wtf = "^1.2.2" flask-limiter = "^3.10.1" redis = "^5.2.1"