From 0c7abfa00c134df596bead6e7b0abb62c0f3e969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:55:21 +0000 Subject: [PATCH] Bump kbase-auth-client from 0.1.1 to 0.1.2 Bumps [kbase-auth-client](https://github.com/kbase/auth2_client_python) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/kbase/auth2_client_python/releases) - [Changelog](https://github.com/kbase/auth2_client_python/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/kbase/auth2_client_python/compare/0.1.1...0.1.2) --- updated-dependencies: - dependency-name: kbase-auth-client dependency-version: 0.1.2 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 297b4ec..b9a25d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = "==3.12.10" dependencies = [ "jsonrpcbase>=0.2.0", - "kbase-auth-client==0.1.1", + "kbase-auth-client==0.1.2", "kbase-sdk-baseclient==0.1.0", "requests>=2.32.3", ]