Bump pyjwt[crypto] from 2.6.0 to 2.7.0 (#1211)

Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.7.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.6.0...2.7.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-05-10 14:02:44 +02:00
committed by GitHub
parent aa5ef9ff3b
commit 0ad2426a08

View File

@@ -128,7 +128,7 @@ dependencies = [
"fastapi >=0.65.2",
"passlib[bcrypt] ==1.7.4",
"email-validator >=1.1.0,<2.1",
"pyjwt[crypto] ==2.6.0",
"pyjwt[crypto] ==2.7.0",
"python-multipart ==0.0.6",
"makefun >=1.11.2,<2.0.0",
"typing-extensions >=4.1.1; python_version < '3.8'",