From 5f393b7804d77d2ecef85f26b54478ab8fe8ad06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:20:40 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/decision_transformer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt b/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt index 2d510dde..4ddd991d 100644 --- a/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt +++ b/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt @@ -34,7 +34,7 @@ cmd2==2.4.0 codecarbon==1.2.0 colorlog==6.6.0 cookiecutter==2.1.1 -cryptography==41.0.2 +cryptography==43.0.1 csvw==2.0.0 cycler==0.11.0 Cython==0.29.28