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 20, 2023
1 parent 875199b commit 5bf75a9
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 @@ -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.*
Expand Down

0 comments on commit 5bf75a9

Please sign in to comment.