Skip to content

Commit

Permalink
Merge pull request #24 from sarvex/renovate/pypi-torch-vulnerability
Browse files Browse the repository at this point in the history
Update dependency torch to v1.13.1 [SECURITY]
  • Loading branch information
sarvex committed Aug 30, 2023
2 parents 13bcf48 + bd1ad54 commit 0f475d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openbb_terminal/requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ toml==0.10.2 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
tomlkit==0.11.8 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
toolz==0.12.0 ; python_full_version >= "3.8.1" and python_version < "3.11" and python_full_version != "3.9.7"
torch==1.11.0 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
torch==1.13.1 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
torchmetrics==1.0.1 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
tornado==6.3.2 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
tqdm==4.65.0 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ toml==0.10.2 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
tomlkit==0.11.8 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
toolz==0.12.0 ; python_full_version >= "3.8.1" and python_version < "3.11" and python_full_version != "3.9.7"
torch==1.11.0 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
torch==1.13.1 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
torchmetrics==1.0.1 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
tornado==6.3.2 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
tqdm==4.65.0 ; python_full_version >= "3.8.1" and python_full_version != "3.9.7" and python_version < "3.11"
Expand Down

0 comments on commit 0f475d7

Please sign in to comment.