Skip to content

Commit bac504e

Browse files
Python dependency: Update authlib requirement from ==1.4.* to ==1.3.*
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](authlib/authlib@v1.4.0...v1.3.2) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1934a75 commit bac504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gssapi==1.9.*
3939
user-agents==2.2.0
4040
pywinpty==2.0.*; sys_platform=="win32"
4141
Authlib==1.3.*; python_version <= '3.8'
42-
Authlib==1.4.*; python_version >= '3.9'
42+
Authlib==1.3.*; python_version >= '3.9'
4343
pyotp==2.*
4444
qrcode==7.*; python_version <= '3.8'
4545
qrcode[pil]==8.*; python_version >= '3.9'

0 commit comments

Comments
 (0)