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): update python-socketio[client] requirement from <5.11,>=5.8 to >=5.8,<5.12 in /API #166

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on python-socketio[client] to permit the latest version.

Release notes

Sourced from python-socketio[client]'s releases.

Release 5.11.0

See CHANGES.md for release notes.

Changelog

Sourced from python-socketio[client]'s changelog.

python-socketio change log

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

Release 5.9.0 - 2023-09-03

  • Optimized performance and memory usage for broadcasts #1233 (commit)
  • Improved documentation on horizontal scaling #1099 (commit)
  • Corrected user session documentation example #1170 (commit)
  • Improved grammar in documentation #1175 (commit) (thanks zykron1!)
  • Fix docstring typo: client/server mixup #1163 (commit) (thanks Sasja!)
  • Fix typos in the documentation #1230 (commit) (thanks Alex Kuhrt!)
  • Upgrade dependencies in Django server example (commit)
  • Update reference JavaScript examples (commit)
  • Upgrade to pypy-3.9 in unit tests (commit)

Release 5.8.0 - 2023-03-16

  • Made kombu client manager more robust and efficient (commit)
  • Made aio_pika client manager more robust and efficient #1142 (commit)
  • Correctly handle emits to multiple rooms in the async server #1081 (commit)
  • Expose the ignore_queue option in namespaces #1103 (commit)
  • Do not automatically import zmq (commit)

... (truncated)

Commits
  • 2fcd74f Release 5.11.0
  • 53d78ba Make Admin UI tests less flaky #nolog
  • 3ab1f27 Make Admin UI tests less flaky #nolog
  • 12134bd Prevent pubsub managers from ever crashing
  • 2f07824 Hold references to background tasks to avoid garbage collection (Fixes #1191)
  • 1f488b0 Clearer documentation for the max_http_buffer_size argument (Fixes #1272)
  • 29c7943 Documentation typos
  • 0a54ec6 Improved catch-all handler documentation
  • 8012413 Support catch-all namespaces (Fixes #1288)
  • 0aa8683 Remove references to gevent-websocket which is not needed anymore
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2024
@dbirman
Copy link
Member

dbirman commented May 31, 2024

@dependabot rebase

Updates the requirements on [python-socketio[client]](https://github.com/miguelgrinberg/python-socketio) to permit the latest version.
- [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.8.0...v5.11.0)

---
updated-dependencies:
- dependency-name: python-socketio[client]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/API/python-socketio-client--gte-5.8-and-lt-5.12 branch from a252b03 to 333e2ff Compare May 31, 2024 17:32
@dbirman dbirman merged commit 75d5019 into develop May 31, 2024
@dbirman dbirman deleted the dependabot/pip/API/python-socketio-client--gte-5.8-and-lt-5.12 branch May 31, 2024 17:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant