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

chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /buildpacks/buildpack-python/tests/python-django #1286

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps gunicorn from 22.0.0 to 23.0.0.

Release notes

Sourced from gunicorn's releases.

23.0.0

Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety

You're invited to upgrade asap your own installation.

23.0.0 - 2024-08-10

  • minor docs fixes (:pr:3217, :pr:3089, :pr:3167)
  • worker_class parameter accepts a class (:pr:3079)
  • fix deadlock if request terminated during chunked parsing (:pr:2688)
  • permit receiving Transfer-Encodings: compress, deflate, gzip (:pr:3261)
  • permit Transfer-Encoding headers specifying multiple encodings. note: no parameters, still (:pr:3261)
  • sdist generation now explicitly excludes sphinx build folder (:pr:3257)
  • decode bytes-typed status (as can be passed by gevent) as utf-8 instead of raising TypeError (:pr:2336)
  • raise correct Exception when encounting invalid chunked requests (:pr:3258)
  • the SCRIPT_NAME and PATH_INFO headers, when received from allowed forwarders, are no longer restricted for containing an underscore (:pr:3192)
  • include IPv6 loopback address [::1] in default for :ref:forwarded-allow-ips and :ref:proxy-allow-ips (:pr:3192)

** NOTE **

  • The SCRIPT_NAME change mitigates a regression that appeared first in the 22.0.0 release
  • Review your :ref:forwarded-allow-ips setting if you are still not seeing the SCRIPT_NAME transmitted
  • Review your :ref:forwarder-headers setting if you are missing headers after upgrading from a version prior to 22.0.0

** Breaking changes **

  • refuse requests where the uri field is empty (:pr:3255)
  • refuse requests with invalid CR/LR/NUL in heade field values (:pr:3253)
  • remove temporary --tolerate-dangerous-framing switch from 22.0 (:pr:3260)
  • If any of the breaking changes affect you, be aware that now refused requests can post a security problem, especially so in setups involving request pipe-lining and/or proxies.

Fix CVE-2024-1135

Commits
  • 411986d fix doc
  • 334392e Merge pull request #2559 from laggardkernel/bugfix/reexec-env
  • e75c353 Merge pull request #3189 from pajod/patch-py36
  • 9357b28 keep document user in access_log_format setting
  • 79fdef0 bump to 23.0.0
  • 3acd9fb Merge pull request #2620 from talkerbox/improve-access-log-format-docs
  • 3f56d76 Merge pull request #3192 from pajod/patch-allowed-script-name
  • 256d474 docs: revert duped directive
  • ffa48b5 test: default change was intentional
  • 52538ca docs: recommend SCRIPT_NAME=/subfolder
  • 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 [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 12, 2024
@josegonzalez josegonzalez merged commit ddb2042 into master Aug 15, 2024
35 checks passed
@josegonzalez josegonzalez deleted the dependabot/pip/buildpacks/buildpack-python/tests/python-django/gunicorn-23.0.0 branch August 15, 2024 22:49
josegonzalez added a commit that referenced this pull request Aug 25, 2024
- #1249 @dokku-bot: Update nodejs to version v255
- #1250 @dokku-bot: chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 in /buildpacks/buildpack-java/tests/java-jetty
- #1251 @dokku-bot: chore(deps): bump rack from 3.1.3 to 3.1.4 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1252 @dokku-bot: chore(deps): bump rack from 3.1.3 to 3.1.4 in /buildpacks/buildpack-multi/tests/multi
- #1253 @HectorMalot: Publish package for Ubuntu 24.04
- #1254 @dokku-bot: Update ruby to version v273
- #1255 @dokku-bot: Update ruby to version v274
- #1256 @dokku-bot: Update python to version v253
- #1257 @dokku-bot: chore(deps): bump rack from 3.1.4 to 3.1.5 in /buildpacks/buildpack-multi/tests/multi
- #1258 @dokku-bot: chore(deps): bump rack from 3.1.4 to 3.1.5 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1259 @dokku-bot: chore(deps): bump rack from 3.1.5 to 3.1.6 in /buildpacks/buildpack-multi/tests/multi
- #1260 @dokku-bot: chore(deps): bump rack from 3.1.5 to 3.1.6 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1261 @dokku-bot: Update ruby to version v275
- #1262 @dokku-bot: Update nodejs to version v256
- #1263 @dokku-bot: chore(deps-dev): bump heroku/heroku-buildpack-php from 253 to 254 in /buildpacks/buildpack-php/tests/php
- #1264 @dokku-bot: Update php to version v254
- #1265 @dokku-bot: Update ruby to version v276
- #1266 @dokku-bot: Update nodejs to version v257
- #1268 @dokku-bot: chore(deps): bump rack from 3.1.6 to 3.1.7 in /buildpacks/buildpack-multi/tests/multi
- #1269 @dokku-bot: Update ruby to version v277
- #1270 @dokku-bot: Update nodejs to version v258
- #1282 @josegonzalez: Update ci runners to ubuntu-22.04
- #1283 @josegonzalez: Build and default to heroku-24 based image
- #1284 @dokku-bot: chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /buildpacks/buildpack-multi/tests/multi
- #1285 @dokku-bot: chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /buildpacks/buildpack-python/tests/python-flask
- #1286 @dokku-bot: chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /buildpacks/buildpack-python/tests/python-django
- #1287 @dokku-bot: Update nodejs to version v262
- #1288 @dokku-bot: chore(deps): bump golang from 1.22 to 1.23
- #1289 @dokku-bot: Update go to version v195
- #1290 @josegonzalez: chore: drop linux/arm (32-bit) support
- #1291 @dokku-bot: chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 in /buildpacks/buildpack-java/tests/java-jetty
- #1292 @josegonzalez: Remove unmaintained heroku/play buildpack
- #1293 @josegonzalez: Update test applications in java and gradle buildpacks
@josegonzalez josegonzalez mentioned this pull request Aug 25, 2024
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.

1 participant