Skip to content

Commit

Permalink
build(deps): update pyjwt[crypto] requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) to permit the latest version.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.8.0...2.10.0)

---
updated-dependencies:
- dependency-name: pyjwt[crypto]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 615a81f commit ea825b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"requests>=2.31,<2.33",
"validators>=0.31.0,<0.35.0",
"pyjwt[crypto]>=2.8,<2.10",
"pyjwt[crypto]>=2.8,<2.11",
"msal>=1.28,<1.32",
]

Expand Down

0 comments on commit ea825b6

Please sign in to comment.