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

This commit is contained in:
2025-07-13 18:17:58 +00:00
parent 2020169e5e
commit c300301bdd
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ requires-python = ">=3.11.2"
dependencies = [
"webex-bot<1.1.0,>=1.0.3",
"pillow<12.0.0,>=11.0.0",
"astroid<=3.3.10",
"astroid<=3.3.11",
]
[tool.uv]