From a2f7c2703696fc8a8ebe98030bb9965e05c6ebca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:53:08 +0000 Subject: [PATCH] Bump platform-utils from 1.6.2 to 1.6.3 Bumps [platform-utils](https://github.com/q-continuum/platform_utils) from 1.6.2 to 1.6.3. - [Commits](https://github.com/q-continuum/platform_utils/commits) --- updated-dependencies: - dependency-name: platform-utils dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a4246a..bd6acad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ "libloader", - "platform_utils==1.6.2", + "platform_utils==1.6.3", "requests>=2.31.0", "beautifulsoup4>=4.12.0", "lxml>=4.9.0",