Skip to content

Commit

Permalink
Bump pyjwt from 1.7.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.1.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@1.7.1...2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2021
1 parent a14f897 commit 9adc02c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
python = "^3.9"
fastapi = "^0.64.0"
pydantic = { version = "^1.6", extras = ["email"] }
pyjwt = "^1.7"
pyjwt = "^2.1"
uvicorn = "^0.13.4"
SQLAlchemy = "^1.4.13"
aiofiles = "^0.7.0"
Expand Down

0 comments on commit 9adc02c

Please sign in to comment.