From b70f9703f4215f4d0b10575d5fc810d9a38906bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:31:29 +0200 Subject: [PATCH] chore(deps): bump tomli from 2.0.1 to 2.0.2 in /tests/dragonfly (#4059) Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/dragonfly/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dragonfly/requirements.txt b/tests/dragonfly/requirements.txt index df880222da9d..4da8fed9d8d4 100644 --- a/tests/dragonfly/requirements.txt +++ b/tests/dragonfly/requirements.txt @@ -8,7 +8,7 @@ py==1.11.0 pyparsing==3.0.9 pytest==7.1.2 redis==5.0.0 -tomli==2.0.1 +tomli==2.0.2 wrapt==1.14.1 pytest-asyncio==0.20.1 pytest-repeat==0.9.1