From b6835f0b82b3f30fbb4efcbfd027a021e1d32ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:43:50 +0000 Subject: [PATCH] Bump configparser from 5.3.0 to 6.0.0 Bumps [configparser](https://github.com/jaraco/configparser) from 5.3.0 to 6.0.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.3.0...v6.0.0) --- updated-dependencies: - dependency-name: configparser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f001c9ad..f8cd5a22d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pep8==1.7.1 mccabe==0.7.0 pycodestyle==2.10.0 pyflakes==3.0.1 -configparser==5.3.0 +configparser==6.0.0 importlib-metadata<6.9 # for flake8 typing_extensions==4.7.0 zipp==3.15.0 # for flake8