From 0e1a4418f8baf9f10b320c00da9c272d9bd024d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:28:44 +0000 Subject: [PATCH] Bump iniconfig from 2.0.0 to 2.1.0 Bumps [iniconfig](https://github.com/pytest-dev/iniconfig) from 2.0.0 to 2.1.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.1.0) --- updated-dependencies: - dependency-name: iniconfig dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 41e99d4..997fd3c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -8,7 +8,7 @@ build==1.3.0 # via pip-tools click==8.1.3 # via pip-tools -iniconfig==2.0.0 +iniconfig==2.1.0 # via pytest maturin==1.10.2 # via cedarpy (pyproject.toml)