From 178576ff5b811b4ae1644303a538a8f1819c1ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 19:38:09 +0000 Subject: [PATCH] Bump tqdm from 4.41.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.41.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.41.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-min.txt | 2 +- requirements-opt.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-min.txt b/requirements-min.txt index a437fc588..fa7c3343e 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -11,5 +11,5 @@ scipy==1.4 # schemasheets==0.1.23; python_version >= "3.9" # oaklib==0.5.12; python_version >= "3.9" # pyyaml==6.0.1; python_version >= "3.9" -tqdm==4.41.0 +tqdm==4.66.3 zarr==2.12.0 diff --git a/requirements-opt.txt b/requirements-opt.txt index 53fd11e3a..c1d34220b 100644 --- a/requirements-opt.txt +++ b/requirements-opt.txt @@ -1,5 +1,5 @@ # pinned dependencies that are optional. used to reproduce an entire development environment to use HDMF -tqdm==4.66.2 +tqdm==4.66.3 zarr==2.17.1 linkml-runtime==1.7.4; python_version >= "3.9" schemasheets==0.2.1; python_version >= "3.9"