From 76b7163f65ace6d1ab09c0a40a50e35c0f18cb53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 01:50:25 +0000 Subject: [PATCH] fix(deps): bump iniconfig from 1.1.1 to 2.0.0 Bumps [iniconfig](https://github.com/pytest-dev/iniconfig) from 1.1.1 to 2.0.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/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: iniconfig 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 795267c..6f482dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ h11==0.14.0 httptools==0.5.0 httpx==0.23.3 idna==3.4 -iniconfig==1.1.1 +iniconfig==2.0.0 packaging==23.0 pluggy==1.0.0 py==1.11.0