Skip to content

Commit

Permalink
Merge pull request #82 from IdentityPython/develop
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
jschlyter committed Apr 12, 2021
2 parents e1eabfd + cdc11da commit 5b36ff0
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 40 deletions.
19 changes: 17 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -22,7 +22,7 @@ exclude_lines = [

[tool.poetry]
name = "cryptojwt"
version = "1.5.0"
version = "1.5.1"
description = "Python implementation of JWT, JWE, JWS and JWK"
authors = ["Roland Hedberg <roland@catalogix.se>"]
license = "Apache-2.0"
Expand All @@ -41,6 +41,7 @@ jwtpeek = "cryptojwt.tools.jwtpeek:main"
python = "^3.6"
cryptography = "^3.4.6"
requests = "^2.25.1"
readerwriterlock = "^1.0.8"

[tool.poetry.dev-dependencies]
alabaster = "^0.7.12"
Expand Down

0 comments on commit 5b36ff0

Please sign in to comment.