From 6611d1e0ccc59785b708ef2ae87f483d2b829fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:58:08 +0000 Subject: [PATCH] chore(deps): update asttokens requirement from ~=2.4 to >=2.4,<4.0 Updates the requirements on [asttokens](https://github.com/gristlabs/asttokens) to permit the latest version. - [Commits](https://github.com/gristlabs/asttokens/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: asttokens dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a2cb22..5579dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Nillion Nada DSL to create Nillion MPC programs." requires-python = ">=3.10" readme = "README.pyproject.md" dependencies = [ - "asttokens~=2.4", + "asttokens>=2.4,<4.0", "richreports~=0.2", "parsial~=0.1", "sortedcontainers~=2.4",