Skip to content

Commit 8373ea6

Browse files
Merge pull request #386 from ndustrialio/chore/replace-types-pkg-resources
build(deps): bump cryptography version [CONTXT-9054]
2 parents 105edf0 + 3d54e51 commit 8373ea6

File tree

2 files changed

+61
-43
lines changed

2 files changed

+61
-43
lines changed

poetry.lock

+59-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [ { include = "contxt" } ]
1212
python = "^3.8"
1313
auth0-python = "^3"
1414
click = ">=7,<9"
15-
cryptography = { version = ">=1.4", optional = true } # enable pyjwt to en/decode jwt via RSA
15+
cryptography = { version = ">=42.0.4", optional = true } # enable pyjwt to en/decode jwt via RSA
1616
pyjwt = "^2"
1717
pyyaml = ">=5,<7"
1818
requests = "^2"
@@ -32,7 +32,7 @@ pre-commit = "^3"
3232
pytest = "^7"
3333
types-click = "^7.1.8"
3434
types-jwt = "^0.1.3"
35-
types-pkg-resources = "^0.1.3"
35+
types-setuptools = "^65.5.1"
3636
types-pyyaml = "^6.0.12"
3737
types-requests = "^2.31.0"
3838
types-tabulate = "^0.9.0.2"

0 commit comments

Comments
 (0)