Release notes
*Sourced from [gunicorn's releases](https://github.com/benoitc/gunicorn/releases).*
> ## 20.0.3
> - fixed load of a config file without a Python extension
> - fixed `socketfromfd.fromfd` when defaults are not set
>
> > note: we now warn when we load a config file without Python Extension
Commits
- [`50a2cb6`](https://github.com/benoitc/gunicorn/commit/50a2cb6b160e7244dfa8989515bd4ca375c9b98c) bump to 20.0.3
- [`5257d92`](https://github.com/benoitc/gunicorn/commit/5257d924b61741c4a7b10384713ae755f07e0e7b) changelog for the 20.0.3
- [`388fe40`](https://github.com/benoitc/gunicorn/commit/388fe407973c0425dc967a1d49a7c677ed90284f) make config doc more explicit
- [`0551587`](https://github.com/benoitc/gunicorn/commit/05515873ea5f245d8abc4a14d8bb1e8efeb8c79f) put back configuration file without py extension and deprecate it
- [`d31ac1d`](https://github.com/benoitc/gunicorn/commit/d31ac1df83a2d6e3a890559765f4d6229edcca49) config file extension should be a python extension
- [`444b2d8`](https://github.com/benoitc/gunicorn/commit/444b2d82138d63967a4007fc90d1f8665384e732) refactor module
- [`3ae3d1c`](https://github.com/benoitc/gunicorn/commit/3ae3d1cfccbd7fd6eb90766771186f6d66e2de0a) fix linting on python 3.8
- [`883e62d`](https://github.com/benoitc/gunicorn/commit/883e62da46a04142e1c2fbd20f0d74f3e38261b8) socketfromfd: fix cross platform usage
- [`fa32aa7`](https://github.com/benoitc/gunicorn/commit/fa32aa77571581688811b9c043780ab3f87b733a) socketfromfd: remove python 2 compatibility
- [`ceca7c8`](https://github.com/benoitc/gunicorn/commit/ceca7c849c1aa0aea3e737c06414224ad1e18831) bump website version
- See full diff in [compare view](https://github.com/benoitc/gunicorn/compare/20.0.2...20.0.3)
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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps gunicorn from 20.0.2 to 20.0.3.
Release notes
*Sourced from [gunicorn's releases](https://github.com/benoitc/gunicorn/releases).* > ## 20.0.3 > - fixed load of a config file without a Python extension > - fixed `socketfromfd.fromfd` when defaults are not set > > > note: we now warn when we load a config file without Python ExtensionCommits
- [`50a2cb6`](https://github.com/benoitc/gunicorn/commit/50a2cb6b160e7244dfa8989515bd4ca375c9b98c) bump to 20.0.3 - [`5257d92`](https://github.com/benoitc/gunicorn/commit/5257d924b61741c4a7b10384713ae755f07e0e7b) changelog for the 20.0.3 - [`388fe40`](https://github.com/benoitc/gunicorn/commit/388fe407973c0425dc967a1d49a7c677ed90284f) make config doc more explicit - [`0551587`](https://github.com/benoitc/gunicorn/commit/05515873ea5f245d8abc4a14d8bb1e8efeb8c79f) put back configuration file without py extension and deprecate it - [`d31ac1d`](https://github.com/benoitc/gunicorn/commit/d31ac1df83a2d6e3a890559765f4d6229edcca49) config file extension should be a python extension - [`444b2d8`](https://github.com/benoitc/gunicorn/commit/444b2d82138d63967a4007fc90d1f8665384e732) refactor module - [`3ae3d1c`](https://github.com/benoitc/gunicorn/commit/3ae3d1cfccbd7fd6eb90766771186f6d66e2de0a) fix linting on python 3.8 - [`883e62d`](https://github.com/benoitc/gunicorn/commit/883e62da46a04142e1c2fbd20f0d74f3e38261b8) socketfromfd: fix cross platform usage - [`fa32aa7`](https://github.com/benoitc/gunicorn/commit/fa32aa77571581688811b9c043780ab3f87b733a) socketfromfd: remove python 2 compatibility - [`ceca7c8`](https://github.com/benoitc/gunicorn/commit/ceca7c849c1aa0aea3e737c06414224ad1e18831) bump website version - See full diff in [compare view](https://github.com/benoitc/gunicorn/compare/20.0.2...20.0.3)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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)