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

Bump python-socketio from 5.11.3 to 5.11.4 #345

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps python-socketio from 5.11.3 to 5.11.4.

Release notes

Sourced from python-socketio's releases.

Release 5.11.4

See CHANGES.md for release notes.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.11.4 - 2024-09-02

  • Prevent crash when client sends empty event (commit)
  • Add missing to argument in manager's emit() method #1374 (commit) (thanks Pavieł Michalkievič!)
  • Reorganization of server documentation #1350 (commit)
  • Update documentation note about Sanic issues #1365 (commit)

Release 5.11.3 - 2024-06-19

  • New shutdown() method added to the client #1333 (commit)
  • Ignore catch-all namespace in client connections #1351 (commit)
  • Accept 0 as a callback id #1329 (commit) (thanks Ruslan Bel'kov!)
  • Minor updates to the server and client documentation (commit)
  • Remove outdated information in intro section of documentation #1337 (commit)
  • Fixed typos in server documentation #1331 (commit) (thanks John Sigg!)

Release 5.11.2 - 2024-03-24

  • Improved routing to catch-all namespace handlers #1316 (commit) (thanks asuka!)
  • Option to disable routing in ASGIApp (commit)

Release 5.11.1 - 2024-02-05

  • Connection retry option in the client #1306 (commit)
  • use Socket.IO sid in transport#1299 (commit)
  • Add support for Python 3.12 and drop 3.7 #1297 (commit) (thanks Hugo van Kemenade!)

Release 5.11.0 - 2024-01-06

  • Support catch-all namespaces #1288 (commit) (thanks mooomooo!)
  • Prevent pubsub managers from ever crashing #1262 (commit)
  • Hold references to background tasks to avoid garbage collection #1191 (commit)
  • Clearer documentation for the max_http_buffer_size argument #1272 (commit)
  • Improved catch-all handler documentation (commit)
  • Documentation typos (commit)
  • Remove documentation references to gevent-websocket, which is not needed anymore (commit)
  • Remove documentation reference to outdated aioredis package #1268 (commit)
  • Update requirements for Django example (commit)
  • Unit test fixes for the new simple clients #1265 (commit)

Release 5.10.0 - 2023-10-15

... (truncated)

Commits
  • 4def8d9 Release 5.11.4
  • 1b901de prevent crash when client sends empty event
  • f147604 Enable emitting to single client in managers with to=... (#1374)
  • 9f34493 Bump aiohttp from 3.9.4 to 3.10.2 in /examples/server/aiohttp (#1372) #nolog
  • 0d2ea55 Bump django in /examples/server/wsgi/django_socketio (#1370) #nolog
  • 287d6ed Update note about Sanic issues (Fixes #1365)
  • f16a998 Bump ws, engine.io, socket.io-adapter and engine.io-client (#1364) #nolog
  • 386e5e2 Bump django in /examples/server/wsgi/django_socketio (#1363) #nolog
  • 3a618c6 Reorganization of server documentation (#1350)
  • 4b4b0be Bump ws, engine.io, socket.io-adapter and engine.io-client (#1353) #nolog
  • 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 [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.3 to 5.11.4.
- [Release notes](https://github.com/miguelgrinberg/python-socketio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/python-socketio@v5.11.3...v5.11.4)

---
updated-dependencies:
- dependency-name: python-socketio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 3, 2024
@dependabot dependabot bot requested a review from a team as a code owner September 3, 2024 00:02
Copy link

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot enabled auto-merge (squash) September 3, 2024 00:03
@github-actions github-actions bot merged commit 068325a into main Sep 3, 2024
12 checks passed
@github-actions github-actions bot deleted the dependabot/pip/python-socketio-5.11.4 branch September 3, 2024 00:13
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