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

This commit is contained in:
2026-02-23 03:03:29 +00:00
parent 3b036c4ea5
commit 8f360b8899
2 changed files with 2 additions and 2 deletions

View File

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