Skip to content

Commit

Permalink
Fix CWE-1395
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Oct 13, 2024
1 parent 4abe983 commit 1710824
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 @@ -10,7 +10,7 @@ python = "^3.12"
cffi = "1.16.0"
charset-normalizer = "3.3.2"
contourpy = "1.2.1"
cryptography = "42.0.7"
cryptography = "^43.0.1"
cycler = "0.12.1"
fonttools = "4.52.1"
iniconfig = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cffi==1.16.0 ; python_version >= "3.12" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"
contourpy==1.2.1 ; python_version >= "3.12" and python_version < "4.0"
cryptography==42.0.7 ; python_version >= "3.12" and python_version < "4.0"
cryptography==43.0.1 ; python_version >= "3.12" and python_version < "4.0"
cycler==0.12.1 ; python_version >= "3.12" and python_version < "4.0"
fonttools==4.52.1 ; python_version >= "3.12" and python_version < "4.0"
iniconfig==2.0.0 ; python_version >= "3.12" and python_version < "4.0"
Expand Down

0 comments on commit 1710824

Please sign in to comment.