From ccb090fad3d6b40beb170328b4a26899e4f9c22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:32:51 +0100 Subject: [PATCH] build(deps): bump linkify-it-py from 2.0.3 to 2.1.0 (#924) Bumps [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/tsutsu3/linkify-it-py/releases) - [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/tsutsu3/linkify-it-py/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: linkify-it-py dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 379fe2d..cae0e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pydantic_extra_types==2.11.0", "statsmodels==0.14.6", "pydantic-settings==2.13.1", - "linkify-it-py==2.0.3", + "linkify-it-py==2.1.0", "loguru==0.7.3", "lmdb==1.7.5", ]