From f29dca20455b2cf737492e893eba7d32b7fca9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:00:09 +0000 Subject: [PATCH] chore: bump iniconfig from 1.1.1 to 2.0.0 in /tests 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] --- tests/requirements_py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_py3.txt b/tests/requirements_py3.txt index 5fa7bdc..a8cef81 100644 --- a/tests/requirements_py3.txt +++ b/tests/requirements_py3.txt @@ -6,7 +6,7 @@ chardet==5.1.0 cryptography==39.0.1 filelock==3.9.0 idna==3.4 -iniconfig==1.1.1 +iniconfig==2.0.0 invoke==2.0.0 packaging==23.0 pathlib2==2.3.7.post1