Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cryptography
urllib3
2 parents d8b42ae + 91863cc commit c00b4eaCopy full SHA for c00b4ea
pyproject.toml
@@ -28,10 +28,11 @@ folders = [{ path = "auth0" }]
28
[tool.poetry.dependencies]
29
python = ">=3.7"
30
aiohttp = "^3.8.5"
31
+cryptography = "^41.0.5" # pyjwt has a weak dependency on cryptography
32
pyjwt = "^2.8.0"
-cryptography = "^41.0.3" # pyjwt has a weak dependency on cryptography
33
pyopenssl = "^23.2.0" # pyopenssl is required to work with cryptography 41+
34
requests = "^2.31.0"
35
+urllib3 = "^2.0.7" # requests has a weak dependency on urllib3
36
37
[tool.poetry.group.dev.dependencies]
38
aioresponses = "^0.7.4"
0 commit comments