From cfe5c905f91d19411a5d2c427d61f8e4e1404103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:02:43 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.66.1 to 4.66.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.2) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-action.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-action.txt b/requirements-action.txt index d3447a7..522a511 100644 --- a/requirements-action.txt +++ b/requirements-action.txt @@ -1,2 +1,2 @@ plexapi[alert]==4.15.10 -tqdm==4.66.1 +tqdm==4.66.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index 8623799..8c651b0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,4 +28,4 @@ sphinx-tabs==1.1.13;python_version<"3.6" sphinx-tabs==3.3.1;python_version>="3.6" and python_version<"3.7" sphinx-tabs==3.4.4;python_version>="3.7" tqdm==4.64.1;python_version<"3.7" -tqdm==4.66.1;python_version>="3.7" +tqdm==4.66.2;python_version>="3.7"