Skip to content

Commit

Permalink
Update auth0-python requirement from ==3.* to ==4.*
Browse files Browse the repository at this point in the history
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.1.1...4.1.0)

---
updated-dependencies:
- dependency-name: auth0-python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2023
1 parent d7b9adf commit f366ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit f366ea2

Please sign in to comment.