From 54d65fa73524460730b1369ae6ee6854b4506b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:09:54 +0000 Subject: [PATCH] Update types-authlib requirement Updates the requirements on [types-authlib](https://github.com/typeshed-internal/stub_uploader) to permit the latest version. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-authlib dependency-version: 1.6.6.20251214 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd4366d01..0547d3729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "mypy~=1.18.0", "ruff~=0.14.5", "types-setuptools~=80.9.0.20250822", - "types-Authlib~=1.6.5.20251005", + "types-Authlib>=1.6.5.20251005,<1.6.7.0", "pytest~=8.4.2", "pytest-vcr~=1.0.2", "vcrpy~=7.0.0",