Bump supervisor from 4.2.2 to 4.2.4
Created by: dependabot[bot]
Bumps supervisor from 4.2.2 to 4.2.4.
Changelog
Sourced from supervisor's changelog.
4.2.4 (2021-12-30)
- Fixed a bug where the
--identifiercommand line argument was ignored. It was broken since at least 3.0a7 (released in 2009) and probably earlier. Patch by Julien Le Cléach.4.2.3 (2021-12-27)
Fixed a race condition where an
rpcinterfaceextension that subscribed to events would not see the correct process state if it accessed the thestateattribute on aSubprocessinstance immediately in the event callback. Patch by Chao Wang.Added the
setuptoolspackage to the list of dependencies insetup.pybecause it is a runtime dependency. Patch by Louis Sautier.The web interface will now return a 404 Not Found response if a log file is missing. Previously, it would return 410 Gone. It was changed because 410 is intended to mean that the condition is likely to be permanent. A log file missing is usually temporary, e.g. a process that was never started will not have a log file but will have one as soon as it is started.
Commits
-
602d6f5Prepare 4.2.4 release -
42d8628Fix pyflakes warnings -
b6052f4Run tests on pull requests -
db27701Add changelog entry for 88037ca3e3ee5b6e3a3119340a1f0d389f61608e -
4d9ec2dMerge pull request #1483 from julien6387/patch-2 -
68c2a36Add failing tests for #1483 -
88037caidentifier set in command line overwritten by default value -
601c102Back to .dev0 until next release -
863a856Fix typo -
285f4d4Prepare 4.2.3 release - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)