From fb14d3f5d6e03f891e4e563d5457a78dd7e84180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:53:58 +0000 Subject: [PATCH] Bump authlib from 1.6.5 to 1.6.6 in /tools/aaz-flow Bumps [authlib](https://github.com/authlib/authlib) from 1.6.5 to 1.6.6. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.5...v1.6.6) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tools/aaz-flow/uv.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/aaz-flow/uv.lock b/tools/aaz-flow/uv.lock index 90b56e2271b..50bd8eb79f0 100644 --- a/tools/aaz-flow/uv.lock +++ b/tools/aaz-flow/uv.lock @@ -1,17 +1,17 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.12" [[package]] name = "aaz-flow" version = "1.0.0" -source = { virtual = "." } +source = { editable = "." } dependencies = [ { name = "fastmcp" }, ] [package.metadata] -requires-dist = [{ name = "fastmcp", specifier = "==2.11.0" }] +requires-dist = [{ name = "fastmcp", specifier = ">=2.11.0,<3.0.0" }] [[package]] name = "annotated-types" @@ -47,14 +47,14 @@ wheels = [ [[package]] name = "authlib" -version = "1.6.5" +version = "1.6.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cryptography" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cd/3f/1d3bbd0bf23bdd99276d4def22f29c27a914067b4cf66f753ff9b8bbd0f3/authlib-1.6.5.tar.gz", hash = "sha256:6aaf9c79b7cc96c900f0b284061691c5d4e61221640a948fe690b556a6d6d10b", size = 164553, upload-time = "2025-10-02T13:36:09.489Z" } +sdist = { url = "https://files.pythonhosted.org/packages/bb/9b/b1661026ff24bc641b76b78c5222d614776b0c085bcfdac9bd15a1cb4b35/authlib-1.6.6.tar.gz", hash = "sha256:45770e8e056d0f283451d9996fbb59b70d45722b45d854d58f32878d0a40c38e", size = 164894, upload-time = "2025-12-12T08:01:41.464Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f8/aa/5082412d1ee302e9e7d80b6949bc4d2a8fa1149aaab610c5fc24709605d6/authlib-1.6.5-py2.py3-none-any.whl", hash = "sha256:3e0e0507807f842b02175507bdee8957a1d5707fd4afb17c32fb43fee90b6e3a", size = 243608, upload-time = "2025-10-02T13:36:07.637Z" }, + { url = "https://files.pythonhosted.org/packages/54/51/321e821856452f7386c4e9df866f196720b1ad0c5ea1623ea7399969ae3b/authlib-1.6.6-py2.py3-none-any.whl", hash = "sha256:7d9e9bc535c13974313a87f53e8430eb6ea3d1cf6ae4f6efcd793f2e949143fd", size = 244005, upload-time = "2025-12-12T08:01:40.209Z" }, ] [[package]]