From d02944a0afb20ffb029a2baaebb799541be305d2 Mon Sep 17 00:00:00 2001 From: BossyRomain Date: Thu, 3 Jul 2025 11:12:56 +0200 Subject: [PATCH] (build) Update Appa Run version to 0.3.5 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15401fd..40ba51e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "kaleido", "tqdm", "ruamel.yaml", - "apparun==0.3.3", + "apparun==0.3.5", "typer==0.15.1", "ipython>=7.6.0,<=8.34.0", "mermaid-py==0.7.1" diff --git a/requirements.txt b/requirements.txt index 64441fb..827c707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ aenum kaleido tqdm ruamel.yaml -apparun==0.3.3 +apparun==0.3.5 ipython>=7.6.0,<=8.34.0 pre-commit hatchling