From 4967506942b4593488dad933da967136550cccda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:53:14 +0000 Subject: [PATCH] chore(deps): update dependency identify to v2.6.4 --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 86777ec9..7b8f502d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -42,7 +42,7 @@ flake8-mypy==17.8.0 flake8==5.0.4 -identify==2.5.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +identify==2.6.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' idna==3.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements-dev.txt b/requirements-dev.txt index be1c71cb..be403801 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,7 +42,7 @@ flake8-mypy==17.8.0 flake8==3.8.4 -identify==2.5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +identify==2.6.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'