Skip to content

Commit

Permalink
Update dependency cryptography to v43 [SECURITY] (#1300)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent dc1c1a8 commit 6acb8c6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 37 deletions.
65 changes: 30 additions & 35 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ simpleeval = "^0.9.12"
pywin32 = { version = "^306", platform = "win32" }
tenacity = "^8.1.0"
openai = "^1.6.1"
cryptography = "^42.0.4"
cryptography = "^43.0.0"
pre-commit = "^3.0.4"
webcolors = "^1.12"
langchain = "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.7 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
contourpy==1.2.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
crcmod==1.7 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
cryptography==42.0.8 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
cryptography==43.0.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
cycler==0.12.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
distlib==0.3.8 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
distro==1.9.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 6acb8c6

Please sign in to comment.