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

This commit is contained in:
2025-11-09 21:37:12 +00:00
parent f80dbf492d
commit 4580e53bad
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.0.1,>=12.0.0",
"astroid<=4.0.1",
"astroid<=4.0.2",
]
[dependency-groups]