From ef402c4f96c82ca8c0be2a820d5487f88f51eb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:42:49 +0000 Subject: [PATCH] chore(deps): bump iniconfig from 2.0.0 to 2.3.0 in /sdk/python Bumps [iniconfig](https://github.com/pytest-dev/iniconfig) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.3.0) --- updated-dependencies: - dependency-name: iniconfig dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/requirements/test.txt b/sdk/python/requirements/test.txt index cd82058c94c..e134da12ca5 100644 --- a/sdk/python/requirements/test.txt +++ b/sdk/python/requirements/test.txt @@ -31,7 +31,7 @@ idna==3.6 # anyio # httpx # yarl -iniconfig==2.0.0 +iniconfig==2.3.0 # via pytest multidict==6.0.4 # via