From 4e14c276f71301fe29df6448668c89b17516efd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:56:52 +0800 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.2 in /python/requirements/nano (#10148) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2) --- 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 b22e1eb27c3..f5859f78480 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==42.0.0 \ No newline at end of file +cryptography==42.0.2 \ No newline at end of file