Skip to content

Commit

Permalink
build(deps): Bump auth0-python from 3.24.0 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [auth0-python](https://github.com/auth0/auth0-python) from 3.24.0 to 4.4.0.
- [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.24.0...4.4.0)

---
updated-dependencies:
- dependency-name: auth0-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 455ba04 commit 25f1987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [ { include = "contxt" } ]

[tool.poetry.dependencies]
python = "^3.8"
auth0-python = "^3"
auth0-python = ">=3,<5"
click = ">=7,<9"
cryptography = { version = ">=42.0.4", optional = true } # enable pyjwt to en/decode jwt via RSA
pyjwt = "^2"
Expand Down

0 comments on commit 25f1987

Please sign in to comment.