From 09c78b00c7085dbc73dd9fcdedd93b1b6add81b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:51:30 +0000 Subject: [PATCH] build(deps): bump astroid in /packages/python-ta Updates the requirements on and [astroid](https://github.com/pylint-dev/astroid) to permit the latest version. Updates `astroid` to 4.1.2 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v4.0.2...v4.1.2) Updates `astroid` to 4.1.2 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v4.0.2...v4.1.2) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:production dependency-group: pip - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- packages/python-ta-z3/pyproject.toml | 2 +- packages/python-ta/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python-ta-z3/pyproject.toml b/packages/python-ta-z3/pyproject.toml index 8d25161d2..76a34d1aa 100644 --- a/packages/python-ta-z3/pyproject.toml +++ b/packages/python-ta-z3/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] requires-python = ">=3.10" dependencies = [ - "astroid ~= 4.0.2", + "astroid >= 4.0.2,< 4.2.0", "z3-solver", ] diff --git a/packages/python-ta/pyproject.toml b/packages/python-ta/pyproject.toml index aafe3f6e4..48d594632 100644 --- a/packages/python-ta/pyproject.toml +++ b/packages/python-ta/pyproject.toml @@ -9,7 +9,7 @@ license = {text = "MIT"} readme = "README.md" dependencies = [ "aiohttp >= 3.13.0,< 3.14.0", - "astroid ~= 4.0.2", + "astroid >= 4.0.2,< 4.2.0", "black", "click >= 8.0.1, < 9", "colorama ~= 0.4.6",