diff --git a/.ort.yml b/.ort.yml index ca144cf..920e4e0 100644 --- a/.ort.yml +++ b/.ort.yml @@ -100,9 +100,9 @@ resolutions: - message: ".*PyPI::tiktoken:0\\.7\\.0.*" reason: "CANT_FIX_EXCEPTION" comment: "MIT License: https://github.com/openai/tiktoken/blob/0.7.0/LICENSE" - - message: ".*PyPI::urllib3:2\\.6\\.0.*" + - message: ".*PyPI::urllib3:2\\.6\\.3.*" reason: "CANT_FIX_EXCEPTION" - comment: "MIT License: https://github.com/urllib3/urllib3/blob/2.6.0/LICENSE.txt" + comment: "MIT License: https://github.com/urllib3/urllib3/blob/2.6.3/LICENSE.txt" - message: ".*PyPI::nvidia-cublas-cu12:12\\.8\\.4\\.1.*" reason: "CANT_FIX_EXCEPTION" comment: "NVIDIA proprietary license" diff --git a/poetry.lock b/poetry.lock index 47538f2..e481f09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6920,14 +6920,14 @@ Pillow = ">=8.0.0" [[package]] name = "urllib3" -version = "2.6.0" +version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main", "eval"] files = [ - {file = "urllib3-2.6.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"}, - {file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"}, + {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, + {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras]