From f366ea2672422d4d7d68f4c28344456053803ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:42:26 +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 62721b361b..f7f056b9b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,4 @@ escapism==1.* requests==2.* # auth0 is used to communicate with Auth0's REST API that we support as a deployer sub-cmd -auth0-python==3.* +auth0-python==4.*