Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c00b4ea

Browse files
authored
chore(dependencies): Update cryptography and pin urllib3 (auth0#548)
2 parents d8b42ae + 91863cc commit c00b4ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ folders = [{ path = "auth0" }]
2828
[tool.poetry.dependencies]
2929
python = ">=3.7"
3030
aiohttp = "^3.8.5"
31+
cryptography = "^41.0.5" # pyjwt has a weak dependency on cryptography
3132
pyjwt = "^2.8.0"
32-
cryptography = "^41.0.3" # pyjwt has a weak dependency on cryptography
3333
pyopenssl = "^23.2.0" # pyopenssl is required to work with cryptography 41+
3434
requests = "^2.31.0"
35+
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3
3536

3637
[tool.poetry.group.dev.dependencies]
3738
aioresponses = "^0.7.4"

0 commit comments

Comments
 (0)