From 2c50d2ddb49a845ea97bd6b0f68c45d723fb304c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:02:22 +0000 Subject: [PATCH] Update survey requirement from <5.0,>=4.0 to >=4.0,<6.0 Updates the requirements on [survey](https://github.com/Exahilosys/survey) to permit the latest version. - [Release notes](https://github.com/Exahilosys/survey/releases) - [Commits](https://github.com/Exahilosys/survey/compare/v4.1.0-alpha...v5.2.0) --- updated-dependencies: - dependency-name: survey 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 94db56670..14bc0a2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "rich", "rubicon-objc>=0.4.1;sys_platform=='darwin'", "setuptools", - "survey>=4.0,<5.0", + "survey>=4.0,<6.0", "typing_extensions", "watchdog>=2.0.1", ]