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

This commit is contained in:
2026-01-03 22:29:59 +00:00
parent 9cbe80bd6c
commit b801e08b2d
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.1.0,>=1.0.3",
"pillow<12.1.1,>=12.1.0",
"astroid<=4.0.2",
"astroid<=4.0.3",
]
[dependency-groups]