Skip to content

Commit ae3893e

Browse files
chore(deps): update authlib requirement in /store/backend (#1037)
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.15...v1.6.1) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3318f3 commit ae3893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
license = { text = "MIT" }
1313
dependencies = [
1414
"auth0-python~=3.16",
15-
"authlib~=0.15",
15+
"authlib~=1.6",
1616
"connexion[swagger-ui,uvicorn,flask]==3.0.0",
1717
"flask~=2.0",
1818
"flask-caching~=2.0",

0 commit comments

Comments
 (0)