From 44386f04b6968b7a74f1dc23008b792a12470d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:56:05 +0900 Subject: [PATCH] Bump configparser from 7.0.0 to 7.1.0 (#228) Bumps [configparser](https://github.com/jaraco/configparser) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/jaraco/configparser/releases) - [Changelog](https://github.com/jaraco/configparser/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/configparser/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: configparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2ad9c8..6dc3a65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ boto3==1.34.141 -configparser==7.0.0 +configparser==7.1.0 tqdm==4.66.4