From 9ef8e23b038bb95a96f0b6113817cf16329fc938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:46:02 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.3.1 to 1.3.2 Bumps [authlib](https://github.com/lepture/authlib) from 1.3.1 to 1.3.2. - [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.1...v1.3.2) --- 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 32acba92e7..8f3acbe2fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3 :: Only"] requires-python = ">=3.9" dependencies = [ - "Authlib==1.3.1", + "Authlib==1.3.2", "azure-keyvault-secrets==4.8.0", "azure-identity==1.17.1", "Django==5.1.1",