Skip to content

Commit

Permalink
Bump gunicorn from 21.0.1 to 21.2.0 (#419)
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.0.1 to
21.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/benoitc/gunicorn/releases">gunicorn's
releases</a>.</em></p>
<blockquote>
<h2>Gunicorn 21.2.0 has been released</h2>
<p><strong>Gunicorn 21.2.0 has been released.</strong> This version fix
the issue introduced in the threaded worker.</p>
<p>Changes:</p>
<pre><code>21.2.0 - 2023-07-19
===================
fix thread worker: revert change considering connection as idle .
<p>*** NOTE ***</p>
<p>This is fixing the bad file description error.
</code></pre></p>
<ol>
<li>Documentation is available there: <a
href="https://docs.gunicorn.org/en/stable/news.html">https://docs.gunicorn.org/en/stable/news.html</a></li>
<li>Packages: <a
href="https://pypi.org/project/gunicorn/">https://pypi.org/project/gunicorn/</a></li>
</ol>
<h2>Gunicorn 21.1.0 has been released</h2>
<p>gunicorn 21.1.0 has been released. This version fix the issue
introduced in the threaded worker.</p>
<h1>21.1.0 - 2023-07-18</h1>
<ul>
<li>fix thread worker: fix socket removal from the queuet checkout
21.x</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/benoitc/gunicorn/commit/ab9c8301cb9ae573ba597154ddeea16f0326fc15"><code>ab9c830</code></a>
bump to 21.2.0</li>
<li><a
href="https://github.com/benoitc/gunicorn/commit/f5669f64750bb5cbaaf80c53a56408d1530748e0"><code>f5669f6</code></a>
Merge pull request <a
href="https://redirect.github.com/benoitc/gunicorn/issues/3033">#3033</a>
from benoitc/fix-gthread</li>
<li><a
href="https://github.com/benoitc/gunicorn/commit/bc905859a604a73dd2626b07cf12621f3ef36716"><code>bc90585</code></a>
revert change considering connection as idle</li>
<li><a
href="https://github.com/benoitc/gunicorn/commit/4e12ebe3342a52547cc764676975a0d488e98b6f"><code>4e12ebe</code></a>
bump to 21.1.0</li>
<li><a
href="https://github.com/benoitc/gunicorn/commit/60b78e3d98030383b36a2b78fe599b9c241ca5f7"><code>60b78e3</code></a>
fix setup.cfg: use new license_files property</li>
<li><a
href="https://github.com/benoitc/gunicorn/commit/83c3973e1b2de37614ffebebb93c5f0a85675411"><code>83c3973</code></a>
Merge pull request <a
href="https://redirect.github.com/benoitc/gunicorn/issues/3030">#3030</a>
from benoitc/fix-ghthread</li>
<li><a
href="https://github.com/benoitc/gunicorn/commit/86d85cb3699c41a2c958c604344b62022e5a4c38"><code>86d85cb</code></a>
fix gthread worker</li>
<li>See full diff in <a
href="https://github.com/benoitc/gunicorn/compare/21.0.1...21.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gunicorn&package-manager=pip&previous-version=21.0.1&new-version=21.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 20, 2023
1 parent f62c7b4 commit f6ad5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ click==8.1.3
colorama==0.4.6
dill==0.3.6
Flask==2.3.2
gunicorn==21.0.1
gunicorn==21.2.0
idna==3.4
importlib-metadata==6.7.0
isort==5.12.0
Expand Down

0 comments on commit f6ad5ea

Please sign in to comment.