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 hypercorn from 0.14.4 to 0.15.0 #1094

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps hypercorn from 0.14.4 to 0.15.0.

Changelog

Sourced from hypercorn's changelog.

0.15.0 2023-10-29

  • Improve the NoAppError to help diagnose why the app has not been found.
  • Log cancelled requests as well as successful to aid diagnositics of failures.
  • Use more modern asyncio apis. This will hopefully fix reported memory leak issues.
  • Bugfix only load the application in the main process if the reloader is being used.
  • Bugfix Autoreload error because reausing old sockets.
  • Bugfix scope client usage for sock binding.
  • Bugfix disable multiprocessing if number of workers is 0 to support systems that don't support multiprocessing.
Commits
  • 2724ad6 Bump and release 0.15.0
  • 662ffa9 Disable multiprocessing if number of workers is 0
  • 30e6f03 Bugfix scope client usage for sock binding
  • 76bd00f Fix fomatting in 4854ffd89e8661213ff20828b7568a9f004803a9
  • 8133958 Use more modern asyncio apis
  • 3dc7908 Support Python 3.12 drop Python 3.7
  • 4854ffd fix: Autoreload error because reausing old sockets
  • 42ac5db Only load the application in the main process if the reloader is being used.
  • 96e3fce Document keyfile_password configuration factor
  • d7990fb Add some useful flow diagrams
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [hypercorn](https://github.com/pgjones/hypercorn) from 0.14.4 to 0.15.0.
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.14.4...0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2024

Superseded by #1180.

@dependabot dependabot bot closed this Jan 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/hypercorn-0.15.0 branch January 2, 2024 06:05
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.

0 participants