From 4790840becf9358845c85352f9cfd9d014f98865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:29:36 +0800 Subject: [PATCH] Bump cryptography from 41.0.6 to 42.0.0 in /python/requirements/nano (#10100) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements/nano/requirements_torch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/nano/requirements_torch.txt b/python/requirements/nano/requirements_torch.txt index 3f803a0e1854..b22e1eb27c37 100644 --- a/python/requirements/nano/requirements_torch.txt +++ b/python/requirements/nano/requirements_torch.txt @@ -12,4 +12,4 @@ torchmetrics==0.11.0 opencv-python-headless PyTurboJPEG opencv-transforms -cryptography==41.0.6 \ No newline at end of file +cryptography==42.0.0 \ No newline at end of file