Skip to content

Commit

Permalink
chore(dependencies): Update cryptography and pin urllib3 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Nov 2, 2023
2 parents d8b42ae + 91863cc commit c00b4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ folders = [{ path = "auth0" }]
[tool.poetry.dependencies]
python = ">=3.7"
aiohttp = "^3.8.5"
cryptography = "^41.0.5" # pyjwt has a weak dependency on cryptography
pyjwt = "^2.8.0"
cryptography = "^41.0.3" # pyjwt has a weak dependency on cryptography
pyopenssl = "^23.2.0" # pyopenssl is required to work with cryptography 41+
requests = "^2.31.0"
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3

[tool.poetry.group.dev.dependencies]
aioresponses = "^0.7.4"
Expand Down

0 comments on commit c00b4ea

Please sign in to comment.