Skip to content

build(deps): bump python-socketio from 5.3.0 to 5.7.1 #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps python-socketio from 5.3.0 to 5.7.1.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.7.1 - 2022-07-15

  • Add namespaces argument to Server and AsyncServer #822 (commit)
  • Add missing await in asyncio server #952 (commit) (thanks sjrodahl!)

Release 5.7.0 - 2022-07-04

  • Server refuses connections on unknown namespaces #822 (commit)
  • Do not send ACK packet for unknown events #824 (commit)
  • Fix Python 3.11 deprecation warning #941 (commit) (thanks Jérôme Boulmier!)
  • Correct handling of RedisError exception #919 (commit)
  • Update Django example (commit)
  • Documentation fix for async client (commit)
  • Update documentation of asyncio server (commit)
  • Fix documentation typo #948 (commit) (thanks mostlycryptic!)

Release 5.6.0 - 2022-04-24

  • Catch and log errors in pubsub listening thread #889 (commit)
  • Use new asyncio support in redis package #911 (commit)
  • Add support for aiopiko version 7 and higher #897 (commit) (thanks Dmitriy!)
  • Fixed documentation typo #910 (commit) (thanks Omar Costa Hamido!)
  • Fix aiohttp example's background task #881 (commit)
  • Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic #875 (commit) (thanks dependabot[bot]!)
  • Add application name to Sanic example #892 (commit) (thanks Florian Metzger-Noel!)

Release 5.5.2 - 2022-02-15

  • Connect with an empty auth object instead of None #861 (commit)
  • Fix indentation in the "Rooms" docs example. #872 (commit) (thanks Ezio Melotti!)
  • Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit)

Release 5.5.1 - 2022-01-11

  • Support multiple Kafka servers (commit) (thanks sparkingdark!)
  • Include example code in flake8 pass (commit)

Release 5.5.0 - 2021-11-14

  • Option to disable the SIGINT handler in the client #792 (commit)
  • Do not invoke reserved events on a catch-all handler #814 (commit)
  • Use correct binary packet types in the msgpack packet encoder #811 (commit)
  • Add missing call() method to namespace classes #800 (commit)
  • Add missing to argument to namespace emit() and send() methods #810 (commit)
  • Configure Redis pubsub to skip subscription messages (commit)
  • Migrate async Redis client manager to aioredis 2 #771 (commit) (thanks Sam Mosleh!)
  • Update Python supported versions in docs (commit)
  • Document how to get the connection state in the client #799 (commit)

... (truncated)

Commits

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 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.3.0 to 5.7.1.
- [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.3.0...v5.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants