From 13d5b017b9279ebe78a4afe6cb6fc6c9188061e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:30:41 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ff6b8c..52f9c21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ urls = { "GitHub" = "https://github.com/MaineDSA/ltr_license_scraper_portland" } dependencies = [ "pandas==2.2.0", "requests==2.31.0", - "tqdm==4.66.1", + "tqdm==4.66.2", ] [project.optional-dependencies]