Skip to content

Commit

Permalink
Merge pull request #8 from mblackgeo/bump-pyjwt
Browse files Browse the repository at this point in the history
feat: bump pyjwt minor version
  • Loading branch information
mblackgeo authored May 25, 2022
2 parents 9f888f6 + 64b3387 commit 6b540a7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
92 changes: 46 additions & 46 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 @@ -29,7 +29,7 @@ packages = [
python = "^3.8"
Flask = "~=2.0"
requests = "~=2.0"
PyJWT = {extras = ["crypto"], version = "~=2.0"}
PyJWT = { extras = ["crypto"], version = ">=2.4,<3.0" }

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 6b540a7

Please sign in to comment.