From 9752a4afc5d65bb8bee601af4f44cb628b5426b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:02:28 +0000 Subject: [PATCH] build(deps): bump authlib from 1.7.0 to 1.7.1 in /backend Bumps [authlib](https://github.com/authlib/authlib) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/authlib/authlib/releases) - [Commits](https://github.com/authlib/authlib/compare/v1.7.0...1.7.1) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6bb38d3..51caaae 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "aiodocker>=0.23.0", "kr8s>=0.20.0", # Authentication (OAuth + JWT) - "authlib>=1.7.0", + "authlib>=1.7.1", "pyjwt[crypto]>=2.12.1", "itsdangerous>=2.1.2", # Rust Integration diff --git a/backend/uv.lock b/backend/uv.lock index ad0220f..4a854ac 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -178,15 +178,15 @@ wheels = [ [[package]] name = "authlib" -version = "1.7.0" +version = "1.7.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cryptography" }, { name = "joserfc" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d9/82/4d0603f30c1b4629b1f091bb266b0d7986434891d6940a8c87f8098db24e/authlib-1.7.0.tar.gz", hash = "sha256:b3e326c9aa9cc3ea95fe7d89fd880722d3608da4d00e8a27e061e64b48d801d5", size = 175890, upload-time = "2026-04-18T11:00:28.559Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3c/f2/e05664d5275ce811fd4e9df0a2b3f0086ee19a8a80358d95499fa82fd50c/authlib-1.7.1.tar.gz", hash = "sha256:8c09b0f9d080c823e594b52316af70f79a1fa4eed64d0363a076233c04ef063a", size = 175884, upload-time = "2026-05-04T08:11:25.033Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ca/48/c954218b2a250e23f178f10167c4173fecb5a75d2c206f0a67ba58006c26/authlib-1.7.0-py2.py3-none-any.whl", hash = "sha256:e36817afb02f6f0b6bf55f150782499ddd6ddf44b402bb055d3263cc65ac9ae0", size = 258779, upload-time = "2026-04-18T11:00:26.64Z" }, + { url = "https://files.pythonhosted.org/packages/e0/82/730650ee5e5b598b7bfdc291b784bc2f6fe02a5671695485403365101088/authlib-1.7.1-py2.py3-none-any.whl", hash = "sha256:8470f4aa6b5590ac41bd81d6e6ee12448ce36a0da0af19bbed69fb53fb4e8ad9", size = 258826, upload-time = "2026-05-04T08:11:23.208Z" }, ] [[package]] @@ -1863,7 +1863,7 @@ requires-dist = [ { name = "aiodocker", specifier = ">=0.23.0" }, { name = "alembic", specifier = ">=1.17.1" }, { name = "asyncpg", specifier = ">=0.29.0" }, - { name = "authlib", specifier = ">=1.7.0" }, + { name = "authlib", specifier = ">=1.7.1" }, { name = "fastapi", specifier = "==0.136.1" }, { name = "faststream", extras = ["redis"], specifier = ">=0.6.7" }, { name = "httpx", specifier = ">=0.27.0" },