fix(deps): update dependency astroid to <=3.3.8
Some checks failed
CI / ci (pull_request) Failing after 1h14m41s

This commit is contained in:
Renovate [BOT] 2025-01-01 06:02:40 +00:00
parent aaf3a09ea5
commit 24d125eb81
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2,13 +2,13 @@
[[package]]
name = "astroid"
version = "3.3.6"
version = "3.3.8"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.9.0"
files = [
{file = "astroid-3.3.6-py3-none-any.whl", hash = "sha256:db676dc4f3ae6bfe31cda227dc60e03438378d7a896aec57422c95634e8d722f"},
{file = "astroid-3.3.6.tar.gz", hash = "sha256:6aaea045f938c735ead292204afdb977a36e989522b7833ef6fea94de743f442"},
{file = "astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c"},
{file = "astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b"},
]
[[package]]
@ -974,4 +974,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "1db783217d83cb79aabec6544f05339febffa55d565af76fa9f38a10de160fe1"
content-hash = "8883a305c2a3c0000d904dfb77d2837f077604e03d2613c3456bff12eb9c5e73"

View File

@ -10,7 +10,7 @@ package-mode = false
python = "^3.11.2"
webex-bot = "^0.5.2"
pillow = "^11.0.0"
astroid = "<=3.3.6"
astroid = "<=3.3.8"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"