From 914c01d7bb76a5cb99933131b8cb0f85856234ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 07:23:12 +0000 Subject: [PATCH] Update toml-sort requirement from ^0.23.1 to ^0.24.2 Updates the requirements on [toml-sort](https://github.com/pappasam/toml-sort) to permit the latest version. - [Release notes](https://github.com/pappasam/toml-sort/releases) - [Changelog](https://github.com/pappasam/toml-sort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pappasam/toml-sort/compare/v0.23.1...v0.24.2) --- updated-dependencies: - dependency-name: toml-sort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34ae805..87406e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ pytest-skip-slow = "^0.0.5" pytest-timeout = "^2.3.1" pytest-xdist = "^3.6.1" toml = "^0.10.2" -toml-sort = "^0.23.1" +toml-sort = "^0.24.2" types-toml = "^0.10.8.20240310" [tool.poetry.group.extras]