From 668eeb1f9554dbdcce5e99700ec8740f7dcc6622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 14:58:58 +0000 Subject: [PATCH] build(deps): bump authlib from 1.6.6 to 1.6.12 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.6 to 1.6.12. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/1.6.12/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.6...1.6.12) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0304bc7..21b4871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,6 @@ dependencies = [ "fastapi[standard]>=0.116.1,<0.117.0", "cryptography>=46.0.3", "slowapi>=0.1.9", - "authlib>=1.6.6", + "authlib>=1.6.12", "itsdangerous>=2.2.0", ] diff --git a/uv.lock b/uv.lock index 7f25176..a56a97d 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ dependencies = [ requires-dist = [ { name = "aiohttp", specifier = ">=3.12.13,<4.0.0" }, { name = "argon2-cffi", specifier = ">=23.1.0,<24.0.0" }, - { name = "authlib", specifier = ">=1.6.6" }, + { name = "authlib", specifier = ">=1.6.12" }, { name = "cloudinary", specifier = ">=1.44.1,<2.0.0" }, { name = "cryptography", specifier = ">=46.0.3" }, { name = "fastapi", extras = ["standard"], specifier = ">=0.116.1,<0.117.0" }, @@ -266,14 +266,14 @@ wheels = [ [[package]] name = "authlib" -version = "1.6.6" +version = "1.6.12" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cryptography" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/d3/30/6691fdc63b35f54a5a65e04fa1e59d827f4d4e8f4a39678ba7d3088ce0c8/authlib-1.6.12.tar.gz", hash = "sha256:0656d8482f28fc8221929d5f35b2bde5d13e10555ebc06b4561b0d622e83b1bd", size = 165368, upload-time = "2026-05-04T08:11:31.826Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/cd/51/9b0b5cd4cf683a02db937a6f9bbebcdc9c56558a7bb3763ce7d3512103c3/authlib-1.6.12-py2.py3-none-any.whl", hash = "sha256:e9229ad7fde610b139dd12f5edbe97eab9ee78bfb85691247e767727850b99ab", size = 244473, upload-time = "2026-05-04T08:11:30.354Z" }, ] [[package]]