Bump pyjwt[crypto] from 2.5.0 to 2.6.0 (#1105)

Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.5.0 to 2.6.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.5.0...2.6.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>

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]
2022-10-25 08:04:13 +02:00
committed by GitHub
parent 31ea8e4bc2
commit baca17d9e0

View File

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