From 5c93fa9e9c68f52332ac201f0eca2136b37a7d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 05:19:42 +0000 Subject: [PATCH] Bump configobj from 5.0.6 to 5.0.9 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [configobj](https://github.com/DiffSK/configobj). Updates `configobj` from 5.0.6 to 5.0.9 - [Release notes](https://github.com/DiffSK/configobj/releases) - [Changelog](https://github.com/DiffSK/configobj/blob/release/CHANGES.rst) - [Commits](https://github.com/DiffSK/configobj/compare/v5.0.6...v5.0.9) --- updated-dependencies: - dependency-name: configobj dependency-version: 5.0.9 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 4ac5976..f936404 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ pytest-cov==2.3.1 mock==1.3.0 tox==2.2.1 -configobj==5.0.6 +configobj==5.0.9 # Note you need at least pip --version of 6.0 or # higher to be able to pick on these version specifiers. unittest2==1.1.0; python_version == '2.6'