From 50a8b85923e39428d459cef5a0cea35db844f3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:17:25 +0000 Subject: [PATCH] Bump tqdm from 4.63.1 to 4.64.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.63.1 to 4.64.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.63.1...v4.64.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9a7a56..639d4fb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def readme(): author_email="hunter@mcgushion.com", license="MIT", packages=["docstr_coverage"], - install_requires=["click", "PyYAML", "tqdm==4.63.1"], + install_requires=["click", "PyYAML", "tqdm==4.64.1"], extras_require={ "lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.10.1"], "test": ["pytest==6.2.5", "pytest-mock==3.4.0"],