fix(deps): update dependency astroid to <=3.3.9 #472
@ -10,7 +10,7 @@ requires-python = ">=3.11.2"
|
||||
dependencies = [
|
||||
"webex-bot<1.0.0,>=0.5.2",
|
||||
"pillow<12.0.0,>=11.0.0",
|
||||
"astroid<=3.3.8",
|
||||
"astroid<=3.3.9",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
|
8
uv.lock
generated
8
uv.lock
generated
@ -8,11 +8,11 @@ resolution-markers = [
|
||||
|
||||
[[package]]
|
||||
name = "astroid"
|
||||
version = "3.3.8"
|
||||
version = "3.3.9"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/80/c5/5c83c48bbf547f3dd8b587529db7cf5a265a3368b33e85e76af8ff6061d3/astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b", size = 398196 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/39/33/536530122a22a7504b159bccaf30a1f76aa19d23028bd8b5009eb9b2efea/astroid-3.3.9.tar.gz", hash = "sha256:622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550", size = 398731 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/07/28/0bc8a17d6cd4cc3c79ae41b7105a2b9a327c110e5ddd37a8a27b29a5c8a2/astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c", size = 275153 },
|
||||
{ url = "https://files.pythonhosted.org/packages/de/80/c749efbd8eef5ea77c7d6f1956e8fbfb51963b7f93ef79647afd4d9886e3/astroid-3.3.9-py3-none-any.whl", hash = "sha256:d05bfd0acba96a7bd43e222828b7d9bc1e138aaeb0649707908d3702a9831248", size = 275339 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -604,7 +604,7 @@ dev = [
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "astroid", specifier = "<=3.3.8" },
|
||||
{ name = "astroid", specifier = "<=3.3.9" },
|
||||
{ name = "pillow", specifier = ">=11.0.0,<12.0.0" },
|
||||
{ name = "webex-bot", specifier = ">=0.5.2,<1.0.0" },
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user