From 381d8c44dfe13268d86df958042956bd4f97735f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:45:50 +0000 Subject: [PATCH] Bump tqdm in /lite/examples/reinforcement_learning/ml/tf_and_jax Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../reinforcement_learning/ml/tf_and_jax/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt b/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt index 1ec653f4a01..939cb25328c 100644 --- a/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt +++ b/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt @@ -5,4 +5,4 @@ tensorboard==2.9.1 tensorflow==2.9.1 numpy==1.23.2 gym==0.18.0 -tqdm==4.64.0 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file