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

This commit is contained in:
2026-02-07 23:53:13 +00:00
parent 50ea42fb40
commit 35d26f5dd6
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.0.4",
]
[dependency-groups]