From 1e2ff2a4df9eb814e9afe49a8e62b2c74287ad6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 23:22:21 +0000 Subject: [PATCH] Bump auth0-python from 3.24.0 to 4.0.0 Bumps [auth0-python](https://github.com/auth0/auth0-python) from 3.24.0 to 4.0.0. - [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.24.0...4.0.0) --- updated-dependencies: - dependency-name: auth0-python dependency-type: direct:production update-type: version-update:semver-major ... 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.*