Skip to content

Commit

Permalink
Update security tests
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Oct 13, 2023
1 parent bb91adf commit 1ce8275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/security/test_dependency_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_tensorflow():
# Security issue: https://github.com/advisories/GHSA-w5gh-2wr2-pm6g
# Security issue: https://github.com/advisories/GHSA-r6jx-9g48-2r5r
# Security issue: https://github.com/advisories/GHSA-xxcj-rhqg-m46g
assert tf.__version__ >= "2.10.1"
assert tf.__version__ >= "2.8.4"


@pytest.mark.gpu
Expand Down

0 comments on commit 1ce8275

Please sign in to comment.