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

Skip to content

Commit d0bcc22

Browse files
authored
Update cryptography dependency (auth0#605)
fixes auth0#600
2 parents df551ce + 12ba823 commit d0bcc22

File tree

3 files changed

+41
-61
lines changed

3 files changed

+41
-61
lines changed

poetry.lock

Lines changed: 39 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ folders = [{ path = "auth0" }]
2828
[tool.poetry.dependencies]
2929
python = ">=3.8"
3030
aiohttp = "^3.8.5"
31-
cryptography = "^41.0.5" # pyjwt has a weak dependency on cryptography
31+
cryptography = "^42.0.4" # pyjwt has a weak dependency on cryptography
3232
pyjwt = "^2.8.0"
33-
pyopenssl = "^23.2.0" # pyopenssl is required to work with cryptography 41+
3433
requests = "^2.31.0"
3534
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3
3635

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
1111
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
1212
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
1313
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
14-
cryptography==42.0.2 ; python_version >= "3.7" and python_version < "4.0"
14+
cryptography==42.0.4 ; python_version >= "3.7" and python_version < "4.0"
1515
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
1616
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
1717
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)