ion
ion copied to clipboard
build(deps): bump channels-redis from 3.4.1 to 4.2.0
Bumps channels-redis from 3.4.1 to 4.2.0.
Changelog
Sourced from channels-redis's changelog.
4.2.0 (2024-01-12)
Dropped support for end-of-life Python 3.7.
Added support for Python 3.11 and 3.12.
Upped the minimum version of redis-py to 4.6.
Added CI testing against redis-py versions 4.6, 5, and the development branch.
Added CI testing against Channels versions 3, 4, and the development branch.
4.1.0 (2023-03-28)
Adjusted the way Redis connections are handled:
Connection handling is now shared between the two, core and pub-sub, layers.
Both layers now ensure that connections are closed when an event loop shuts down.
In particular, redis-py 4.x requires that connections are manually closed. In 4.0 that wasn't done by the core layer, which led to warnings for people using
async_to_sync(), without closing connections when updating from 3.x.Updated the minimum redis-py version to 4.5.3 because of a security release there. Note that this is not a security issue in channels-redis: installing an earlier version will still use the latest redis-py, but by bumping the dependency we make sure you'll get redis-py too, when you install the update here.
4.0.0 (2022-10-07)
Version 4.0.0 migrates the underlying Redis library from
aioredistoredis-py. (aiorediswas retired and moved intoredis-py, which will host the ongoing development.)Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4 projects.
Migrated from
aioredistoredis-py. Specifying hosts as tuples is no longer supported. If hosts are specified as dicts, only theaddresskey will be taken into account, i.e. a `password`` must be specified inline in the address.Added support for passing kwargs to sentinel connections.
Updated dependencies and obsolete code.
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.