Skip to content

Commit

Permalink
drop python-jwt dev dependency (#1084)
Browse files Browse the repository at this point in the history
* drop python-jwt dev dependency

* add previously implied package jwcrypto to dev deps
  • Loading branch information
briantist committed Oct 14, 2023
1 parent 71f7030 commit 6da4ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 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
Expand Up @@ -59,7 +59,6 @@ pyhcl = "^0.4.4"
pytest = "^7.4.2"
pytest-cov = "^3.0.0"
python-ldap-test = "^0.3.1"
python-jwt = "^3.3.3"
requests-mock = "^1.9.3"
semantic-version = "^2.10.0"
autodocsumm = "0.1.13"
Expand All @@ -71,6 +70,7 @@ docutils = "<0.18"
packaging = "<24"
bump2version = "^1.0.1"
jinja2 = "<3.1.0"
jwcrypto = "^1.5.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 6da4ab3

Please sign in to comment.