From 577f261134e22b92999c06c422154c89582de2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:53:44 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump astroid from 4.0.4 to 4.3.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.0.4 to 4.3.0. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v4.0.4...v4.3.0) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 91a1fa46..76540bac 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # uv export --only-dev -o requirements_dev.txt -astroid==4.0.4 \ - --hash=sha256:52f39653876c7dec3e3afd4c2696920e05c83832b9737afc21928f2d2eb7a753 \ - --hash=sha256:986fed8bcf79fb82c78b18a53352a0b287a73817d6dbcfba3162da36667c49a0 +astroid==4.3.0 \ + --hash=sha256:2b5b5048d6edc40e748e2728790e444b81c3d358e19cc89db6e973236192362f \ + --hash=sha256:47f329c1f4709c479f84f824c4f3a132816603a749cd4aa6ee9030e69951491a # via pylint black==26.5.1 \ --hash=sha256:0e48b87e03bf109288e55cfceadcfa15ff5470aca2851a851950ed2926f450d7 \ From 59728a002a83a1bd2f8a9518153d75c9cf32b42f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:54:04 +0000 Subject: [PATCH 2/2] Sync dependencies using uv --- requirements_dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 76540bac..91a1fa46 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # uv export --only-dev -o requirements_dev.txt -astroid==4.3.0 \ - --hash=sha256:2b5b5048d6edc40e748e2728790e444b81c3d358e19cc89db6e973236192362f \ - --hash=sha256:47f329c1f4709c479f84f824c4f3a132816603a749cd4aa6ee9030e69951491a +astroid==4.0.4 \ + --hash=sha256:52f39653876c7dec3e3afd4c2696920e05c83832b9737afc21928f2d2eb7a753 \ + --hash=sha256:986fed8bcf79fb82c78b18a53352a0b287a73817d6dbcfba3162da36667c49a0 # via pylint black==26.5.1 \ --hash=sha256:0e48b87e03bf109288e55cfceadcfa15ff5470aca2851a851950ed2926f450d7 \