From 55d91957e7f1391bb0b70e34b3e94100abe757cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:19:54 +0000 Subject: [PATCH] chore(python-deps): update dependency tomli to v2.0.1 for the create_unique_testpypi_version group(s) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5abb8a9..d1e12e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ python = "~3.12" # This needs to stay in sync with all CI workflows [tool.poetry.group.create_unique_testpypi_version.dependencies] poetry-core = "1.9.0" pypi-simple = "1.5.0" -tomli = "2.0.0" +tomli = "2.0.1" tomli-w = "1.0.0" [tool.poetry.group.dev.dependencies]