Skip to content

Commit

Permalink
Update pyjwt version
Browse files Browse the repository at this point in the history
  • Loading branch information
matt852 committed May 12, 2021
1 parent bae715c commit b5f05a1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 56 deletions.
82 changes: 28 additions & 54 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-chatops"
version = "1.2.0"
version = "1.3.0"
description = "A plugin providing chatbot capabilities for Nautobot"
authors = ["Network to Code, LLC <[email protected]>"]
readme = "README.md"
Expand All @@ -21,9 +21,10 @@ python = "^3.6"
nautobot = "*"
nautobot-capacity-metrics = "*"
texttable = "^1.6.2"
pyjwt = {extras = ["crypto"], version = "^1.7.1"}
PyJWT = "^2.1.0"
webexteamssdk = "^1.3"
slack-sdk = "^3.4.2"
cryptography = "^3.4.7"

[tool.poetry.dev-dependencies]
black = "*"
Expand Down

0 comments on commit b5f05a1

Please sign in to comment.