From 8114cfc64ba52230db41593917c0aca5872e4f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 17:08:10 +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 9df7400fcb..4fd6c6bf12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ ruamel.yaml==0.17.21 # auth0 is used to communicate with Auth0's REST API that we integrate with in # various ways. -auth0-python==3.24.0 +auth0-python==4.0.0 # jsonschema is used for validating cluster.yaml configurations jsonschema==4.17.0