fix(deps): update dependency astroid to <=4.1.0
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 10s
CI / ci (pull_request) Successful in 49s

This commit is contained in:
2026-02-09 02:39:01 +00:00
parent 50ea42fb40
commit 0e9c94d819
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ requires-python = "<3.14,>=3.11"
dependencies = [
"webex-bot<1.2.1,>=1.2.0",
"pillow<12.1.1,>=12.1.0",
"astroid<=4.0.3",
"astroid<=4.1.0",
]
[dependency-groups]