Skip to content

chore(deps): bump python-socketio from 5.12.1 to 5.13.0 #106

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

Merged
merged 1 commit into from
May 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps python-socketio from 5.12.1 to 5.13.0.

Release notes

Sourced from python-socketio's releases.

Release 5.13.0

See CHANGES.md for release notes.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.13.0 - 2025-04-12

  • Eliminate race conditions on disconnect #1441 (commit)
  • Preserve exception context in Client.connect and AsyncClient.connect #1450 (commit) (thanks Tim Van Baak!)
  • Allow custom client subclasses to be used in SimpleClient and AsyncSimpleClient #1432 (commit)
  • Add support for Redis Sentinel URLs in RedisManager and AsyncRedisManager #1448 (commit)
  • Remove incorrect reference to an asyncio installation extra in documentation #1449 (commit)

Release 5.12.1 - 2024-12-29

  • Fix admin instrumentation support of disconnect reasons #1423 (commit)
  • Stop using deprecated datetime functions (commit)
  • Enable admin instrumentation by default in WSGI and ASGI examples (commit)
  • Fixed broken gevent URL in documentation #1427 (commit) (thanks Carlos Guerrero!)

Release 5.12.0 - 2024-12-18

  • Added a reason argument to the disconnect handler #1422 (commit)
  • Prevented starting multiple tasks for reconnection #1369 (commit) (thanks humayunsr!)
  • Fixed AsyncClient::wait() unexpected return after success reconnect #1407 (commit) (thanks Arseny!)
  • Removed old constructs from old and unsupported Python versions (commit)
  • Removed dependency on unittest.TestCase base class in unit tests (commit)
  • Adopted pyenv-asyncio for async unit tests (commit)
  • Adopted unittest.mock.AsyncMock in async unit tests (commit)
  • Fix typo with AsyncClient.connect example #1403 (commit) (thanks Peter Bierma!)
  • Documentation typo #1421 (commit) (thanks Masen Furer!)
  • Renamed flask-socketio references to python-socketio in documentation #1377 (commit)
  • Added Python 3.13 CI builds (commit)

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

... (truncated)

Commits
  • 80e7717 Release 5.13.0
  • 8ea5e81 linter fixes #nolog
  • 5c93c59 Preserve exception context in Client.connect (#1450)
  • 6a52e8b Add support for Redis Sentinel (#1448)
  • 537630b Remove incorrect reference to an "asyncio" installation extra (Fixes #1449)
  • fc0c1e2 Bump gunicorn in /examples/server/wsgi/django_socketio (#1445) #nolog
  • 288ebb1 Eliminate race conditions on disconnect (Fixes #1441)
  • 4adebf6 Bump jinja2 from 3.1.5 to 3.1.6 in /examples/server/wsgi (#1440) #nolog
  • 1b41943 Bump django in /examples/server/wsgi/django_socketio (#1439) #nolog
  • 781dc9a Update feature_request.md
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 14, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/python-socketio-5.13.0 branch from 6247dd4 to 394fad8 Compare April 22, 2025 07:01
@rmoesbergen
Copy link
Member

@dependabot rebase

Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.12.1 to 5.13.0.
- [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.12.1...v5.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python-socketio-5.13.0 branch from 394fad8 to e707e5b Compare May 3, 2025 07:49
@rmoesbergen rmoesbergen merged commit 594e0ef into master May 3, 2025
2 checks passed
@rmoesbergen rmoesbergen deleted the dependabot/pip/python-socketio-5.13.0 branch May 3, 2025 07:50
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