fix(deps): update dependency astroid to <=4.0.2 (#527)
Some checks failed
Security / Snyk (push) Has been cancelled

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astroid](https://github.com/pylint-dev/astroid) | `<=4.0.1` -> `<=4.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/astroid/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/astroid/4.0.1/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pylint-dev/astroid (astroid)</summary>

### [`v4.0.2`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-402)

[Compare Source](https://github.com/pylint-dev/astroid/compare/v4.0.1...v4.0.2)

\============================
Release date: 2025-11-09

- Handle FunctionDef blockstart\_tolineno edge cases correctly.

  Refs [#&#8203;2880](https://github.com/pylint-dev/astroid/issues/2880)

- Add `HTTPMethod` enum support to brain module for Python 3.11+.

  Refs [pylint-dev/pylint#10624](https://github.com/pylint-dev/pylint/issues/10624)
  Closes [#&#8203;2877](https://github.com/pylint-dev/astroid/issues/2877)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi40LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19-->

Reviewed-on: https://git.tainton.uk/repos/webexmemebot/pulls/527
Reviewed-by: Luke Tainton <luke@tainton.uk>
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
This commit was merged in pull request #527.
This commit is contained in:
2025-11-10 21:13:35 +00:00
committed by Luke Tainton
parent f80dbf492d
commit 6bb4791a51
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]

8
uv.lock generated
View File

@@ -8,11 +8,11 @@ resolution-markers = [
[[package]]
name = "astroid"
version = "4.0.1"
version = "4.0.2"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/a7/d1/6eee8726a863f28ff50d26c5eacb1a590f96ccbb273ce0a8c047ffb10f5a/astroid-4.0.1.tar.gz", hash = "sha256:0d778ec0def05b935e198412e62f9bcca8b3b5c39fdbe50b0ba074005e477aab", size = 405414, upload-time = "2025-10-11T15:15:42.6Z" }
sdist = { url = "https://files.pythonhosted.org/packages/b7/22/97df040e15d964e592d3a180598ace67e91b7c559d8298bdb3c949dc6e42/astroid-4.0.2.tar.gz", hash = "sha256:ac8fb7ca1c08eb9afec91ccc23edbd8ac73bb22cbdd7da1d488d9fb8d6579070", size = 405714, upload-time = "2025-11-09T21:21:18.373Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/47/f4/034361a9cbd9284ef40c8ad107955ede4efae29cbc17a059f63f6569c06a/astroid-4.0.1-py3-none-any.whl", hash = "sha256:37ab2f107d14dc173412327febf6c78d39590fdafcb44868f03b6c03452e3db0", size = 276268, upload-time = "2025-10-11T15:15:40.585Z" },
{ url = "https://files.pythonhosted.org/packages/93/ac/a85b4bfb4cf53221513e27f33cc37ad158fce02ac291d18bee6b49ab477d/astroid-4.0.2-py3-none-any.whl", hash = "sha256:d7546c00a12efc32650b19a2bb66a153883185d3179ab0d4868086f807338b9b", size = 276354, upload-time = "2025-11-09T21:21:16.54Z" },
]
[[package]]
@@ -651,7 +651,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "astroid", specifier = "<=4.0.1" },
{ name = "astroid", specifier = "<=4.0.2" },
{ name = "pillow", specifier = ">=12.0.0,<12.0.1" },
{ name = "webex-bot", specifier = ">=1.0.3,<1.1.0" },
]