From 6321f97a4f442efa3777174c42781ca512ba6a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:13:23 +0000 Subject: [PATCH] Bump aika from 0.1 to 0.3.0 Bumps [aika](https://github.com/panodata/aika) from 0.1 to 0.3.0. - [Release notes](https://github.com/panodata/aika/releases) - [Changelog](https://github.com/panodata/aika/blob/main/CHANGES.md) - [Commits](https://github.com/panodata/aika/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: aika 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 fc28a75..48423fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ ] dependencies = [ - "aika==0.1", + "aika==0.3.0", "click<=9", "colorlog<7", "markdown2<3",