From d4ca3b31117cf698a52fb0a8f00373227bc9a929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 21:38:00 +0000 Subject: [PATCH] Update supervisor requirement from <=4.2.4 to <=4.2.5 Updates the requirements on [supervisor](https://github.com/Supervisor/supervisor) to permit the latest version. - [Changelog](https://github.com/Supervisor/supervisor/blob/main/CHANGES.rst) - [Commits](https://github.com/Supervisor/supervisor/compare/2.0b1...4.2.5) --- updated-dependencies: - dependency-name: supervisor 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 638d4d9..1cc5795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ 'setuptools-rust<=1.5.2', 'sounddevice<=0.4.5', 'soundfile', - 'supervisor<=4.2.4', + 'supervisor<=4.2.5', 'twython<=3.9.1', "urllib3==1.26.19", # For compatibility with selenium==3.141.0 ]