Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump honcho from 1.0.1 to 1.1.0 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps honcho from 1.0.1 to 1.1.0.

Release notes

Sourced from honcho's releases.

v1.1.0

  • ADDED: Honcho can now export to a set of systemd unit files. Thanks to Matt Melquiond for contributing the systemd exporter.
  • ADDED: python -m honcho now works identically to honcho.
  • CHANGED: Dash (-) is now an allowed character in process types (thanks to Ben Spaulding).
  • CHANGED: Honcho no longer opens a new console for every process on Windows. Thank you to Benedikt Arnold for contributing the fix.
  • CHANGED: Python versions 3.6 through 3.10 are now supported environments.
  • CHANGED: Python 3.4 and 3.5 are no longer supported environments.
  • FIXED: --no-colour and --no-prefix now work whether specified before or after the command.
  • FIXED: Honcho on Python 3.8 will no longer issue a RuntimeWarning about line buffering not being supported in binary mode.
Changelog

Sourced from honcho's changelog.

1.1.0 -- 2021-10-30

  • ADDED: Honcho can now export to a set of systemd <https://www.freedesktop.org/wiki/Software/systemd/>_ unit files. Thanks to Matt Melquiond for contributing the systemd exporter.
  • ADDED: python -m honcho now works identically to honcho.
  • CHANGED: Dash (-) is now an allowed character in process types (thanks to Ben Spaulding).
  • CHANGED: Honcho no longer opens a new console for every process on Windows. Thank you to Benedikt Arnold for contributing the fix.
  • CHANGED: Python versions 3.6 through 3.10 are now supported environments.
  • CHANGED: Python 3.4 and 3.5 are no longer supported environments.
  • FIXED: --no-colour and --no-prefix now work whether specified before or after the command.
  • FIXED: Honcho on Python 3.8 will no longer issue a RuntimeWarning about line buffering not being supported in binary mode.
Commits
  • ae12395 Bump version -> 1.1.0
  • ca8e5e8 Update classifiers
  • 7c5e67a Specify long description content-type explicitly
  • e5ea702 Add package build step to actions
  • 35ecc27 Update version
  • 97891eb Preparing changelog for release
  • f3074c9 Simplify arg suppression and improve tests
  • ed3fdd2 add default for --no-colour, --no-prefix
  • c57dc60 Fix a few README links
  • 2f9bc62 Bye bye, Travis CI!
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [honcho](https://github.com/nickstenning/honcho) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/nickstenning/honcho/releases)
- [Changelog](https://github.com/nickstenning/honcho/blob/main/CHANGELOG.rst)
- [Commits](nickstenning/honcho@v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: honcho
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2024

Dependabot tried to add @elastic/apm-agent-python as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/elastic/opbeans-loadgen/pulls/45/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the elastic/opbeans-loadgen repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant