Skip to content

Commit d84a343

Browse files
chore(deps): update auth0-python requirement in /compose/backend
Updates the requirements on [auth0-python](https://github.com/auth0/auth0-python) to permit the latest version. - [Release notes](https://github.com/auth0/auth0-python/releases) - [Changelog](https://github.com/auth0/auth0-python/blob/master/CHANGELOG.md) - [Commits](auth0/auth0-python@3.16.0...4.13.0) --- updated-dependencies: - dependency-name: auth0-python dependency-version: 4.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f927455 commit d84a343

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
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
license = { text = "MIT" }
1313
dependencies = [
14-
"auth0-python~=3.16",
14+
"auth0-python~=4.13",
1515
"authlib~=1.6",
1616
"celery~=5.0",
1717
"connexion[swagger-ui,uvicorn,flask]==3.0.0",

0 commit comments

Comments
 (0)