From 3566301604c5551f1e3f38486d0add72e051a881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:53:04 +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 e034664..7216fb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "fastapi[standard]==0.128.0", "htcondor==25.0.5", "jinja-cli==1.2.2", - "kbase-auth-client==0.1.1", + "kbase-auth-client==0.1.2", "marisa-trie==1.3.1", "motor==3.7.1", "python-json-logger==4.0.0",