mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-02 12:21:53 +08:00
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:
@ -127,7 +127,7 @@ dependencies = [
|
||||
"fastapi >=0.65.2",
|
||||
"passlib[bcrypt] ==1.7.4",
|
||||
"email-validator >=1.1.0,<1.4",
|
||||
"pyjwt[crypto] ==2.5.0",
|
||||
"pyjwt[crypto] ==2.6.0",
|
||||
"python-multipart ==0.0.5",
|
||||
"makefun >=1.11.2,<2.0.0",
|
||||
"typing-extensions >=4.1.1; python_version < '3.8'",
|
||||
|
||||
Reference in New Issue
Block a user