From 673bb2db50655d44edf18b7fc6ee81eb8cfc2eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:05:46 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.3.2 to 1.4.0 Bumps [authlib](https://github.com/lepture/authlib) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/authlib/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cebaae3e..2da3ff688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [ { name = "Compiler LLC", email = "dev@compiler.la" } ] dependencies = [ - "Authlib==1.3.2", + "Authlib==1.4.0", "azure-keyvault-secrets==4.9.0", "azure-identity==1.19.0", "Django==5.1.4",