chore(deps): bump python-engineio from 4.13.1 to 4.13.2 - #557
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump python-engineio from 4.13.1 to 4.13.2#557dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.2) --- updated-dependencies: - dependency-name: python-engineio dependency-version: 4.13.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
13 tasks
pavelzbornik
added a commit
that referenced
this pull request
Aug 22, 2026
…#571) Resolves 16 of the 18 open dependency PRs on a single branch off dev. Dependabot had no config file, so it raised security updates only, and those always target the default branch — which is why 9 sat against main, bypassing the Renovate policy that bases everything on dev, and why setuptools appeared twice. Security, transitive (lockfile only): aiohttp 3.13.4 -> 3.14.3, pillow 12.2.0 -> 12.3.0, nltk 3.9.4 -> 3.10.3, setuptools 80.9.0 -> 84.0.0, plus msgpack, python-engineio and python-socketio, which are dev-only via locust. Security, request path: starlette 0.52.1 -> 1.6.0 for the multipart FormParser advisory. There is no backport, so the 1.x major is required; fastapi 0.136.1 -> 0.141.1 comes with it as the release actually developed against starlette 1.x. Verified the generated OpenAPI schema is unchanged (18 paths, 29 schemas, callbacks intact) and that a 5MB multipart upload still parses — the new max_part_size check is guarded by `if part.file is None`, so it caps ordinary form fields only. Also gunicorn 25.3.0 -> 26.1.0, verified by booting the app under the exact dockerfile entrypoint; mypy 1.20.2 -> 2.3.1, which aligns pyproject with the pre-commit mirror already pinned at v2; and three pinned GitHub Action digests, each resolved against its upstream tag rather than taken from the PR body. whisperx 3.8.6 and numba 0.67.0 are deliberately excluded: they need the slow suite on real hardware, and the fast suite mocks every ML service. Supersedes #568, #566, #565, #564, #563, #562, #559, #558, #557, #556, #555, #553, #547, #546. #552 is already satisfied on dev. #543 is stale and should be closed rather than merged.
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 python-engineio from 4.13.1 to 4.13.2.
Release notes
Sourced from python-engineio's releases.
Changelog
Sourced from python-engineio's changelog.
... (truncated)
Commits
b698159Release 4.13.2ceeeb5eprevent unnecessary resource allocation (#441)eb771e0tox configuration74c3a0bBump qs and body-parser in /examples/client/javascript (#440) #nologe2278e1Bump qs and body-parser in /examples/server/javascript (#439) #nologa35f46dremove unnecessary build dependency8963ccaBump ujson from 5.4.0 to 5.12.1 in /examples/server/sanic (#438) #nolog68eb36aadd zizmor to ci (#437)9cf6b72Bump aiohttp from 3.13.3 to 3.13.4 in /examples/server/aiohttp (#435) #nolog1d08ca3Bump path-to-regexp from 0.1.12 to 0.1.13 in /examples/client/javascript (#43...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.