From 76bf61b88edea2882cb70ff8e5677c4817f0f21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:06:45 +0000 Subject: [PATCH] Bump vitallens-core from 0.2.5 to 0.3.3 Bumps [vitallens-core](https://github.com/Rouast-Labs/vitallens-core) from 0.2.5 to 0.3.3. - [Release notes](https://github.com/Rouast-Labs/vitallens-core/releases) - [Commits](https://github.com/Rouast-Labs/vitallens-core/compare/v0.2.5...v0.3.3) --- updated-dependencies: - dependency-name: vitallens-core dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 391c1e6..47a77a0 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.5", + "vitallens-core==0.3.3", ] dynamic = ["version"]