From 5bf75a9aa894a23a2839babc91ee158ce1927b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:59:42 +0000 Subject: [PATCH] Update auth0-python requirement from ==3.* to ==4.* 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](https://github.com/auth0/auth0-python/compare/3.1.1...4.1.0) --- updated-dependencies: - dependency-name: auth0-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5338ab45a3..85cb14bf37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ ruamel.yaml==0.17.* # auth0 is used to communicate with Auth0's REST API that we integrate with in # various ways. -auth0-python==3.* +auth0-python==4.* # jsonschema is used for validating cluster.yaml configurations jsonschema==4.*