From f644c1dfc274018d4b343349fa5b7b7eee891bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:43:27 +0100 Subject: [PATCH] Bump tomli from 2.0.2 to 2.1.0 (#955) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11a582ca..49c3b1b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-cov==6.0.0", "ruff==0.7.3", - "tomli==2.0.2", + "tomli==2.1.0", ] [project.scripts]