From 123259e009aedaed340ec83d1bccb8693b52ed34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:48:41 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.4.0 to 1.4.1 Bumps [authlib](https://github.com/lepture/authlib) from 1.4.0 to 1.4.1. - [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.4.0...v1.4.1) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df1be8700..09ab1ef02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [ { name = "Compiler LLC", email = "dev@compiler.la" } ] dependencies = [ - "Authlib==1.4.0", + "Authlib==1.4.1", "azure-keyvault-secrets==4.9.0", "azure-identity==1.19.0", "Django==5.1.5",