From 2b14f5efec4385d85cf94335ba8f8668a7b1a767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:19:06 +0000 Subject: [PATCH] Update extra-platforms requirement from ~=1.6.0 to ~=1.7.0 Updates the requirements on [extra-platforms](https://github.com/kdeldycke/extra-platforms) to permit the latest version. - [Release notes](https://github.com/kdeldycke/extra-platforms/releases) - [Changelog](https://github.com/kdeldycke/extra-platforms/blob/main/changelog.md) - [Commits](https://github.com/kdeldycke/extra-platforms/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: extra-platforms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 069a575d3..2f13b8af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "click ~= 8.1.4", # Cloup 3.0.5 fix incompatibility with autodoc: https://github.com/janluke/cloup/issues/177 "cloup ~= 3.0.5", - "extra-platforms ~= 1.6.0", + "extra-platforms ~= 1.7.0", "mergedeep ~= 1.3.4", "pyyaml ~= 6.0.0", # requests 2.28.2 is the first version to support charset_normalizer 3.x.