Skip to content

Commit

Permalink
Update cryptography dependency (#605)
Browse files Browse the repository at this point in the history
fixes #600
  • Loading branch information
adamjmcgrath authored Feb 26, 2024
2 parents df551ce + 12ba823 commit d0bcc22
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 61 deletions.
97 changes: 39 additions & 58 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ folders = [{ path = "auth0" }]
[tool.poetry.dependencies]
python = ">=3.8"
aiohttp = "^3.8.5"
cryptography = "^41.0.5" # pyjwt has a weak dependency on cryptography
cryptography = "^42.0.4" # pyjwt has a weak dependency on cryptography
pyjwt = "^2.8.0"
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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
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"
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
cryptography==42.0.2 ; python_version >= "3.7" and python_version < "4.0"
cryptography==42.0.4 ; python_version >= "3.7" and python_version < "4.0"
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
Expand Down

0 comments on commit d0bcc22

Please sign in to comment.