Skip to content

Commit fbc1e87

Browse files
chore(deps): bump channels from 4.1.0 to 4.2.2 in /backend (#190)
Bumps [channels](https://github.com/django/channels) from 4.1.0 to 4.2.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/django/channels/blob/main/CHANGELOG.txt">channels's changelog</a>.</em></p> <blockquote> <h2>4.2.2 (2025-03-30)</h2> <ul> <li> <p>Added fallbacks for old valid channel/group name checks.</p> <p>These were renamed in 4.2.1 but (as internal methods) without deprecation. They are restored (and deprecated) here to allow updating channel layers using them.</p> </li> </ul> <h2>4.2.1 (2025-03-29)</h2> <p>Channels 4.2.1 primarily updates the metadata for supported Python and Django versions.</p> <ul> <li> <p>Added official support for Django 5.2 LTS.</p> </li> <li> <p>Added official support for Python 3.13.</p> </li> <li> <p>Added a warning for the length of the channel layer group names.</p> </li> </ul> <p>See also the <code>Version 4.2.1 release notes &lt;https://channels.readthedocs.io/en/latest/releases/4.2.1.html&gt;</code>_ in the docs.</p> <h2>4.2.0 (2024-11-15)</h2> <p>Channels 4.2 introduces a couple of major but backwards-compatible changes, including most notably enhanced async suppport and fixing a long-standing bug where tests would try and close db connections and erroneously fail.</p> <p>There are a number of other small bugfixes. Please ensure to review the <code>Version 4.2.0 release notes &lt;https://channels.readthedocs.io/en/latest/releases/4.2.0.html&gt;</code>_ for full details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/channels/commit/fffced551b7283037071807487a2a7da0b3e827d"><code>fffced5</code></a> Version 4.2.2.</li> <li><a href="https://github.com/django/channels/commit/cd6e790bf8bf40c7087bf15a85cdf867f2ed7baa"><code>cd6e790</code></a> Added fallbacks for old valid channel/group name checks.</li> <li><a href="https://github.com/django/channels/commit/81c61c268b575455d6cd06ec3e0196d20befe8ff"><code>81c61c2</code></a> Version 4.2.1. (<a href="https://redirect.github.com/django/channels/issues/2143">#2143</a>)</li> <li><a href="https://github.com/django/channels/commit/16142265c5ecd6711be1f39891737e8b94c95bdf"><code>1614226</code></a> fix aclose_old_connections reference in docs</li> <li><a href="https://github.com/django/channels/commit/56b13438d29877fab4a274c2bb5d9a8c70af4505"><code>56b1343</code></a> Fix typo in docs</li> <li><a href="https://github.com/django/channels/commit/816d9bc9a80b7efd406ae869e8522b58f7b3bf46"><code>816d9bc</code></a> Add missing parenthesis</li> <li><a href="https://github.com/django/channels/commit/a144b4b8881a93faa567a6bdf2d7f518f4c16cd2"><code>a144b4b</code></a> Add warning for the length of the group name (<a href="https://redirect.github.com/django/channels/issues/2122">#2122</a>)</li> <li><a href="https://github.com/django/channels/commit/b502c73ea4c167daf18ebf1e08193fa91782c53f"><code>b502c73</code></a> Updated tox after Django 5.2a1. (<a href="https://redirect.github.com/django/channels/issues/2127">#2127</a>)</li> <li><a href="https://github.com/django/channels/commit/3f8991cc5e82dacc0537376ce8474a29f0039578"><code>3f8991c</code></a> added channels-valkey to community docs. (<a href="https://redirect.github.com/django/channels/issues/2126">#2126</a>)</li> <li><a href="https://github.com/django/channels/commit/76495edd94c5973823e8f39d35effee1988f704a"><code>76495ed</code></a> Added support for Python 3.13. (<a href="https://redirect.github.com/django/channels/issues/2117">#2117</a>)</li> <li>Additional commits viewable in <a href="https://github.com/django/channels/compare/4.1.0...4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=channels&package-manager=pip&previous-version=4.1.0&new-version=4.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52655bf commit fbc1e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requests~=2.32.3
1515
beautifulsoup4~=4.13.4
1616
django-cors-headers~=4.7.0
1717
djangorestframework-api-key~=3.0.0
18-
channels==4.1.0
18+
channels==4.2.2
1919
channels-redis==4.2.1
2020
djangochannelsrestframework==1.3.0
2121
django-health-check~=3.18.3

0 commit comments

Comments
 (0)