From 6bb4791a51df020f8f810d46f38cd67d2e9e037e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 10 Nov 2025 21:13:35 +0000 Subject: [PATCH] fix(deps): update dependency astroid to <=4.0.2 (#527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
pylint-dev/astroid (astroid) ### [`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 [#​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 [#​2877](https://github.com/pylint-dev/astroid/issues/2877)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/webexmemebot/pulls/527 Reviewed-by: Luke Tainton Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f6efde..c213214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/uv.lock b/uv.lock index 7dc2dd2..6a745fa 100644 --- a/uv.lock +++ b/uv.lock @@ -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" }, ]