From 9cdd1497e11785b0e77a3fc061dfbfe42080f011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:50:53 +0000 Subject: [PATCH] pip prod(deps): bump configparser in /scraper/twitter Bumps [configparser](https://github.com/jaraco/configparser) from 5.2.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/v5.2.0...v7.1.0) --- updated-dependencies: - dependency-name: configparser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scraper/twitter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/twitter/requirements.txt b/scraper/twitter/requirements.txt index 0ec377f8..13d62fcd 100644 --- a/scraper/twitter/requirements.txt +++ b/scraper/twitter/requirements.txt @@ -3,7 +3,7 @@ requests==2.26.0 google-cloud-datastore==2.4.0 mysql-connector-python==8.0.22 protobuf==3.19.1 -configparser==5.2.0 +configparser==7.1.0 # tests deps pytest==6.2.5