From 466d4f68cc673e191a690ba10bc5bde226929516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:12:07 +0000 Subject: [PATCH] Bump vitallens-core from 0.2.3 to 0.2.4 Bumps [vitallens-core](https://github.com/Rouast-Labs/vitallens-core) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/Rouast-Labs/vitallens-core/releases) - [Commits](https://github.com/Rouast-Labs/vitallens-core/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: vitallens-core dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9db0b6..886e513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "python-dotenv>=1.0", "pyyaml>=6.0.1", "requests>=2.32.0", - "vitallens-core==0.2.3", + "vitallens-core==0.2.4", ] dynamic = ["version"]