pip: (deps): bump gunicorn from 25.1.0 to 25.2.0#3095
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
pip: (deps): bump gunicorn from 25.1.0 to 25.2.0#3095dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
dd73c4b to
1a33706
Compare
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.1.0 to 25.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.1.0...25.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1a33706 to
7f567ed
Compare
|
Contributor
Author
|
Superseded by #3105. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps gunicorn from 25.1.0 to 25.2.0.
Release notes
Sourced from gunicorn's releases.
Commits
dcaf2e1Add 25.2.0 to 2026 changelog6f601a0Bump version to 25.2.022443a8Bump tornado to 6.5.5 in lock filecb708b4Add uwsgi async fix to changelog385a921Fix uwsgi incomplete header error with async workers (#3554)f555180Add FileWrapper iterator fix to changelogf8fca7afix: add iter and next to FileWrapper for PEP 3333 compliance (#3550)0ad47dbUse user-writable default path for control socket (#3551)3667a10Merge pull request #3549 from benoitc/feature/optional-http-parser3568af1Skip SIGINT shutdown test on PyPy