From 02dfa33333e64e75bb1858e2f6b47f83ff1e5e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:05:00 +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.1 - [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.1) Updates `astroid` to 4.1.1 - [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.1) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: astroid dependency-version: 4.1.1 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 fe85d1648..2a0308c5e 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.1.1", "z3-solver", ] diff --git a/packages/python-ta/pyproject.toml b/packages/python-ta/pyproject.toml index 189256724..e39c11488 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",