From 5c224d6498e743801ab5b72c0818e6c72edb8840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:40:44 +0000 Subject: [PATCH] Update authlib requirement from ~=1.2 to ~=1.3 in /01-Login Updates the requirements on [authlib](https://github.com/lepture/authlib) to permit the latest version. - [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.0...v1.3.0) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 01-Login/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Login/requirements.txt b/01-Login/requirements.txt index 08a9b74..7759fb6 100644 --- a/01-Login/requirements.txt +++ b/01-Login/requirements.txt @@ -1,4 +1,4 @@ -authlib ~= 1.2 +authlib ~= 1.3 django ~= 4.2 python-dotenv ~= 1.0 requests ~= 2.31