fix(deps): update dependency astroid to v4
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 18s
CI / ci (pull_request) Successful in 4m51s

This commit is contained in:
2025-10-11 15:49:48 +00:00
parent 31e1b064af
commit f7804aea4e
2 changed files with 2 additions and 2 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<=4.0.0",
"astroid<=4.0.1",
]
[tool.uv]