Skip to content

Commit c70cfc7

Browse files
Update authlib requirement from <1.5,>0.14 to >0.14,<1.7
Updates the requirements on [authlib](https://github.com/authlib/authlib) to permit the latest version. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](authlib/authlib@v0.14.1...v1.6.6) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2310e5b commit c70cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"croniter<6.1",
4545
"python-dateutil<2.10",
4646
"unidecode>=0.04.21,<=1.4.0",
47-
"authlib>0.14,<1.5",
47+
"authlib>0.14,<1.7",
4848
"draftjs-exporter[lxml]<5.2",
4949
"regex>=2020.7.14,<=2026.1.15",
5050
"flask-oidc-ex>=0.5.5,<0.7",

0 commit comments

Comments
 (0)