From 43d1e7c0938372ce3cb7519ddbba896b3d328dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 23:04:20 +0000 Subject: [PATCH] chore(deps-dev): bump authlib from 1.2.1 to 1.3.0 Bumps [authlib](https://github.com/lepture/authlib) from 1.2.1 to 1.3.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.2.1...v1.3.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 87f6e52835..ffa359857b 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.2.1", + "Authlib==1.3.0", "Django==4.2.7", "django-csp==3.7", "eligibility-api==2023.9.1",