Skip to content

Commit dc0ef41

Browse files
Update supervisor requirement from <=4.2.4 to <=4.3.0
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](Supervisor/supervisor@2.0b1...4.3.0) --- updated-dependencies: - dependency-name: supervisor dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43076a8 commit dc0ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
'slack-sdk<=3.26.0',
3939
'sounddevice<=0.4.5',
4040
'soundfile',
41-
'supervisor<=4.2.4',
41+
'supervisor<=4.3.0',
4242
'twython<=3.9.1',
4343
"urllib3==1.26.19", # For compatibility with selenium==3.141.0
4444
]

0 commit comments

Comments
 (0)