Skip to content

Commit

Permalink
build: bump min requirement for pyjwt to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo committed May 25, 2022
1 parent 672b99e commit 64b3387
Showing 1 changed file with 1 addition and 1 deletion.
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 64b3387

Please sign in to comment.