From c37ea7f923a2e21c7f62624ed647f249b47a1fb8 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Mon, 20 Oct 2025 08:47:24 -0400 Subject: [PATCH] bump authlib to 1.6.5 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 528739a69..1fa3f0a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiohttp ~= 3.12", "alembic ~= 1.13", "anyio ~= 4.4", - "authlib ~= 1.6", + "authlib ~= 1.6.5", "colorama ~= 0.4", "defusedxml ~= 0.7", "fastapi-pagination[sqlalchemy] ~= 0.12", diff --git a/uv.lock b/uv.lock index 392dce66e..6b6121496 100644 --- a/uv.lock +++ b/uv.lock @@ -135,14 +135,14 @@ wheels = [ [[package]] name = "authlib" -version = "1.6.4" +version = "1.6.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cryptography" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ce/bb/73a1f1c64ee527877f64122422dafe5b87a846ccf4ac933fe21bcbb8fee8/authlib-1.6.4.tar.gz", hash = "sha256:104b0442a43061dc8bc23b133d1d06a2b0a9c2e3e33f34c4338929e816287649", size = 164046, upload-time = "2025-09-17T09:59:23.897Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/aa/91355b5f539caf1b94f0e66ff1e4ee39373b757fce08204981f7829ede51/authlib-1.6.4-py2.py3-none-any.whl", hash = "sha256:39313d2a2caac3ecf6d8f95fbebdfd30ae6ea6ae6a6db794d976405fdd9aa796", size = 243076, upload-time = "2025-09-17T09:59:22.259Z" }, + { 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" }, ] [[package]] @@ -1960,7 +1960,7 @@ requires-dist = [ { name = "aiohttp", specifier = "~=3.12" }, { name = "alembic", specifier = "~=1.13" }, { name = "anyio", specifier = "~=4.4" }, - { name = "authlib", specifier = "~=1.6" }, + { name = "authlib", specifier = "~=1.6.5" }, { name = "colorama", specifier = "~=0.4" }, { name = "defusedxml", specifier = "~=0.7" }, { name = "fakeredis", marker = "extra == 'test'", specifier = "~=2.21" },