Skip to content

Commit d7b8196

Browse files
chore(deps): update authlib requirement in /compose/backend (#1142)
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.3) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.3 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 97e9f45 commit d7b8196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/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
"celery~=5.0",
1717
"connexion[swagger-ui]~=2.13",
1818
"flask~=2.0",

0 commit comments

Comments
 (0)