From a275db333f09414c9094a8415c8177c5625d5554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 19:53:48 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.66.2 to 4.66.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d93aac1..fa7d3a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1535,13 +1535,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -1667,4 +1667,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5eacc67af4e11cb8ed95b17a36b6a57adcd3137d36a7ab0f92cb7378284f021d" +content-hash = "176b8633ef094cecf1c08f11e5c874fd11074fe3f1c5d0ee8953eeab2055f122" diff --git a/pyproject.toml b/pyproject.toml index 4f6c86b..bada133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ acrclient = "^0.4.5" configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.31" -tqdm = "^4.66.2" +tqdm = "^4.66.4" minio = "^7.2.6" cachecontrol = "^0.14.0"