Skip to content

Commit

Permalink
Merge pull request #386 from ndustrialio/chore/replace-types-pkg-reso…
Browse files Browse the repository at this point in the history
…urces

build(deps): bump cryptography version [CONTXT-9054]
  • Loading branch information
andreimoustache authored Sep 26, 2024
2 parents 105edf0 + 3d54e51 commit 8373ea6
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 43 deletions.
100 changes: 59 additions & 41 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [ { include = "contxt" } ]
python = "^3.8"
auth0-python = "^3"
click = ">=7,<9"
cryptography = { version = ">=1.4", optional = true } # enable pyjwt to en/decode jwt via RSA
cryptography = { version = ">=42.0.4", optional = true } # enable pyjwt to en/decode jwt via RSA
pyjwt = "^2"
pyyaml = ">=5,<7"
requests = "^2"
Expand All @@ -32,7 +32,7 @@ pre-commit = "^3"
pytest = "^7"
types-click = "^7.1.8"
types-jwt = "^0.1.3"
types-pkg-resources = "^0.1.3"
types-setuptools = "^65.5.1"
types-pyyaml = "^6.0.12"
types-requests = "^2.31.0"
types-tabulate = "^0.9.0.2"
Expand Down

0 comments on commit 8373ea6

Please sign in to comment.