Bump pyjwt[crypto] from 2.7.0 to 2.8.0 (#1254)

Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0)

---
updated-dependencies:
- dependency-name: pyjwt[crypto]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-26 13:10:56 +02:00
committed by GitHub
parent 61fad8ce38
commit aa4344f793

View File

@@ -140,7 +140,7 @@ dependencies = [
"fastapi >=0.65.2",
"passlib[bcrypt] ==1.7.4",
"email-validator >=1.1.0,<2.1",
"pyjwt[crypto] ==2.7.0",
"pyjwt[crypto] ==2.8.0",
"python-multipart ==0.0.6",
"makefun >=1.11.2,<2.0.0",
]